commit | a315bcd669a5cc2e5699862ad676f92d1b350084 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Sun Apr 30 21:22:42 2017 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Fri May 12 13:29:50 2017 +0200 |
tree | 2a6d5b9c6fbe8df0310c35df01458f6e45d2bc90 | |
parent | a6ac965e6169ee1dc2f67b4d43a44f74fb31f470 [diff] |
boston: Setup memory ranges in FDT provided to Linux 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 0x90000000. Implement ft_board_setup to do that. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>