Date: Sun, 2 Jul 2017 21:31:53 +0000 (UTC) From: Benjamin Kaduk <bjk@FreeBSD.org> 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 Message-ID: <201707022131.v62LVrhJ014344@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.</p> </body> </project> + + <project cat='proj'> + <title>DTS Updates</title> + + <contact> + <person> + <name> + <given>Emmanuel</given> + <common>Vadot</common> + </name> + <email>manu@FreeBSD.org</email> + </person> + </contact> + + + <body> + <p>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.</p> + + <p>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.</p> + </body> + </project> </report>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707022131.v62LVrhJ014344>