
Move the MIPS Coherence Manager (CM) Global Configuration Registers (GCRs) away from the region of the physical address space which the Boston board's parallel flash is found in, such that we can access all of flash without clobbering GCRs.
Signed-off-by: Paul Burton paul.burton@imgtec.com ---
configs/boston32r2_defconfig | 1 + configs/boston32r2el_defconfig | 1 + configs/boston64r2_defconfig | 1 + configs/boston64r2el_defconfig | 1 + 4 files changed, 4 insertions(+)
diff --git a/configs/boston32r2_defconfig b/configs/boston32r2_defconfig index e5f61b8..6b38da9 100644 --- a/configs/boston32r2_defconfig +++ b/configs/boston32r2_defconfig @@ -4,6 +4,7 @@ CONFIG_SYS_TEXT_BASE=0x9fc00000 # CONFIG_MIPS_BOOT_CMDLINE_LEGACY is not set # CONFIG_MIPS_BOOT_ENV_LEGACY is not set CONFIG_MIPS_BOOT_FDT=y +CONFIG_MIPS_CM_BASE=0x16100000 CONFIG_DEFAULT_DEVICE_TREE="img,boston" CONFIG_FIT=y CONFIG_FIT_VERBOSE=y diff --git a/configs/boston32r2el_defconfig b/configs/boston32r2el_defconfig index e9a23b8..d56c405 100644 --- a/configs/boston32r2el_defconfig +++ b/configs/boston32r2el_defconfig @@ -5,6 +5,7 @@ CONFIG_SYS_LITTLE_ENDIAN=y # CONFIG_MIPS_BOOT_CMDLINE_LEGACY is not set # CONFIG_MIPS_BOOT_ENV_LEGACY is not set CONFIG_MIPS_BOOT_FDT=y +CONFIG_MIPS_CM_BASE=0x16100000 CONFIG_DEFAULT_DEVICE_TREE="img,boston" CONFIG_FIT=y CONFIG_FIT_VERBOSE=y diff --git a/configs/boston64r2_defconfig b/configs/boston64r2_defconfig index 55943c5..2c0ac4d 100644 --- a/configs/boston64r2_defconfig +++ b/configs/boston64r2_defconfig @@ -4,6 +4,7 @@ CONFIG_CPU_MIPS64_R2=y # CONFIG_MIPS_BOOT_CMDLINE_LEGACY is not set # CONFIG_MIPS_BOOT_ENV_LEGACY is not set CONFIG_MIPS_BOOT_FDT=y +CONFIG_MIPS_CM_BASE=0x16100000 CONFIG_DEFAULT_DEVICE_TREE="img,boston" CONFIG_FIT=y CONFIG_FIT_VERBOSE=y diff --git a/configs/boston64r2el_defconfig b/configs/boston64r2el_defconfig index 865177d..e784d68 100644 --- a/configs/boston64r2el_defconfig +++ b/configs/boston64r2el_defconfig @@ -5,6 +5,7 @@ CONFIG_CPU_MIPS64_R2=y # CONFIG_MIPS_BOOT_CMDLINE_LEGACY is not set # CONFIG_MIPS_BOOT_ENV_LEGACY is not set CONFIG_MIPS_BOOT_FDT=y +CONFIG_MIPS_CM_BASE=0x16100000 CONFIG_DEFAULT_DEVICE_TREE="img,boston" CONFIG_FIT=y CONFIG_FIT_VERBOSE=y