u-boot-brain/arch/powerpc
Timur Tabi 90f89f099d powerpc/85xx: verify the device tree before booting Linux
Introduce ft_verify_fdt(), a function that is called after the device tree
has been fixed up, that displays warning messages if there is a mismatch
between the physical addresses of some devices that U-Boot has configured
with what the device tree says the addresses are.

This is a particular problem when booting a 36-bit device tree from a
32-bit U-Boot (or vice versa), because the physical address of CCSR is
wrong in the device tree.  When the operating system boots, no messages are
displayed, so the user generally has no idea what's wrong.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-07-29 08:53:39 -05:00
..
cpu powerpc/85xx: verify the device tree before booting Linux 2011-07-29 08:53:39 -05:00
include/asm powerpc/85xx: Cleanup handling of PVR detection for e500/e500mc/e5500 2011-07-29 08:53:39 -05:00
lib powerpc/85xx: verify the device tree before booting Linux 2011-07-29 08:53:39 -05:00
config.mk Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00