Re: [U-Boot] [PATCH 19/23] boston: Setup memory ranges in FDT provided to Linux

2016-09-27 Thread Daniel Schwierzeck
2016-09-26 20:29 GMT+02:00 Paul Burton : > The boston memory map isn't suited to the simple "all memory starting > from 0" approach that the MIPS arch_fixup_fdt() implementation takes. > Instead we need to indicate the first 256MiB of DDR from 0 and the rest > from

[U-Boot] [PATCH 19/23] boston: Setup memory ranges in FDT provided to Linux

2016-09-26 Thread Paul Burton
The boston memory map isn't suited to the simple "all memory starting from 0" approach that the MIPS arch_fixup_fdt() implementation takes. Instead we need to indicate the first 256MiB of DDR from 0 and the rest from 0x9000. Implement ft_board_setup to do that. Signed-off-by: Paul Burton