From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Mon, 4 Apr 2011 13:27:44 -0500 Subject: [U-Boot] Please pull u-boot-mpc85xx.git In-Reply-To: <16CF6CAD-477C-4E04-93E0-1DADCF05C724@kernel.crashing.org> References: <16CF6CAD-477C-4E04-93E0-1DADCF05C724@kernel.crashing.org> Message-ID: <4D9A0DA0.5030902@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar Gala wrote: >> > powerpc/85xx: introduce 'fdt verify' command > I'm wondering if its better to just set the dtb props instead of verifying. In the long run, I agree. But this code is available now and it could help. The verify command is easier to implement because it doesn't require that a particular PCI address match a particular PCI node. That is, I search all PCI nodes and all addresses within a node to find a match. Setting the dtb props would require hard-coded matches between the U-Boot macros and the PCI nodes. It would be a significant amount of work, and each board would need to be updated, I think. -- Timur Tabi Linux kernel developer at Freescale