From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 14 Jul 2011 22:56:16 -0400 Subject: [U-Boot] [PATCH 1/2] [v2] fdt: introduce fdt_verify_alias_address() and fdt_get_base_address() In-Reply-To: <1304447048-14026-1-git-send-email-timur@freescale.com> References: <1304447048-14026-1-git-send-email-timur@freescale.com> Message-ID: <4E1FAC50.5080909@gmail.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 05/03/2011 02:24 PM, Timur Tabi wrote: > Introduce two functions, fdt_verify_alias_address() and fdt_get_base_address(), > which can be used to verify the physical address of a device in a device tree. > > fdt_get_base_address() returns the base address of an SOC or PCI node. > > fdt_verify_alias_address() prints a message if the address of a node specified > by an alias does not match the given physical address. > > Signed-off-by: Timur Tabi Applied to u-boot-fdt. Thanks, gvb