From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 23 Jul 2013 17:31:39 -0700 Subject: [U-Boot] [PATCH V2 0/9] rely on latest dtc, simplify In-Reply-To: <1372088629-14134-1-git-send-email-swarren@wwwdotorg.org> References: <1372088629-14134-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <51EF206B.1070606@nvidia.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/24/2013 08:43 AM, Stephen Warren wrote: > From: Stephen Warren > > This is a series of patches which simplifies the rules to build *.dts in > U-Boot by relying on features in the latest dtc. The include rules are > made more consistent between cpp (when processing *.dts) and dtc. The cpp > flags are made more consistent with the way the kernel processes *.dts to > allow better portability of *.dts between the two. > > I'm sending V2 now that dtc-1.4.0 has been tagged/released, and hence > there's a version number that patch 1/9 "Validate dtc is new enough" can > check for. I'll leave it up to you whether this series is applicable for > the current or next release. Tom, Do you want me to repost this series now the release is out? I have at least picked up some acks locally. Note that at least a couple of distros have already packaged the new version of dtc in their latest releases; see the links at: https://bugs.launchpad.net/debian/+source/device-tree-compiler/+bug/1194183