From owner-svn-doc-all@freebsd.org Sun Jul 2 21:31:54 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FC35DADA9A; Sun, 2 Jul 2017 21:31:54 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 699257794F; Sun, 2 Jul 2017 21:31:54 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v62LVr83014345; Sun, 2 Jul 2017 21:31:53 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v62LVrhJ014344; Sun, 2 Jul 2017 21:31:53 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201707022131.v62LVrhJ014344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Sun, 2 Jul 2017 21:31:53 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50434 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head X-SVN-Commit-Author: bjk X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/news/status X-SVN-Commit-Revision: 50434 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2017 21:31:54 -0000 Author: bjk Date: Sun Jul 2 21:31:53 2017 New Revision: 50434 URL: https://svnweb.freebsd.org/changeset/doc/50434 Log: Add 2017Q2 entry on DTS file updates from manu Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-04-2017-06.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-04-2017-06.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2017-04-2017-06.xml Sun Jul 2 19:04:45 2017 (r50433) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2017-04-2017-06.xml Sun Jul 2 21:31:53 2017 (r50434) @@ -460,4 +460,32 @@ the goal is to remove it before &os; 12.0.

+ + + DTS Updates + + + + + Emmanuel + Vadot + + manu@FreeBSD.org + + + + + +

DTS (Device Tree Source) files provide a human-readable + source description of the hardware resources for a given + computer system (such as ARM- or MIPS-based embedded boards). + The DTS source representation must be compiled into a binary + format in order to be linked into the kernel and used to + locate devices at runtime.

+ +

The DTS files in &os; were updated to match the versions from + Linux 4.11, to represent more modern devices and provide more + accurate representations.

+ +