
This series is a resend of selected MIPS Boston updates/fixes from the original patch series [1] which was blocked by rejected PCI core changes and the series for converting CONFIG_SYS_SDRAM_BASE on MIPS from a virtual address to a physical one. At least the patches not affected by the blocking patch series should be finally applied.
[1] https://lists.denx.de/pipermail/u-boot/2016-September/268137.html
Changes in v2: - also patch ARM specific code to get a consistent behaviour - move to menu "General setup" - set default value for Boston in arch/mips/Kconfig - rebased to current mainline - rebased to current mainline
Paul Burton (6): image: Use ram_top, not bi_memsize, in getenv_bootm_size MIPS: Make CM GCR base configurable boston: Move CM GCRs away from flash boston: Setup memory ranges in FDT provided to Linux boston: Bump CONFIG_SYS_BOOTM_LEN to 64MiB boston: Enable CONFIG_DISTRO_DEFAULTS in defconfigs
arch/mips/Kconfig | 21 ++++++++++++--------- board/imgtec/boston/Makefile | 1 + board/imgtec/boston/dt.c | 27 +++++++++++++++++++++++++++ common/image.c | 3 +-- configs/boston32r2_defconfig | 7 +------ configs/boston32r2el_defconfig | 7 +------ configs/boston64r2_defconfig | 7 +------ configs/boston64r2el_defconfig | 7 +------ include/configs/boston.h | 5 +++++ 9 files changed, 50 insertions(+), 35 deletions(-) create mode 100644 board/imgtec/boston/dt.c