uboot/arch/arm/mach-uniphier
Masahiro Yamada d5ed8c5727 ARM: uniphier: change the external bus address mapping
In UniPhier SoCs before ProXstream2 and PH1-LD6b, two address spaces
 0x00000000 - 0x0fffffff
 0x40000000 - 0x4fffffff
are both mapped to the external bus (also called system bus),
so either was OK.

In the newest two SoCs, the former (0x00000000 - 0x0fffffff) is
assigned for the serial NOR interface.

Going forward, use the latter for the external bus.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2015-09-25 00:27:53 +09:00
..
include/mach ARM: uniphier: drop DCC micro support card support 2015-09-25 00:27:52 +09:00
ph1-ld4 ARM: uniphier: change the external bus address mapping 2015-09-25 00:27:53 +09:00
ph1-pro4 ARM: uniphier: change the external bus address mapping 2015-09-25 00:27:53 +09:00
ph1-sld3 ARM: uniphier: change the external bus address mapping 2015-09-25 00:27:53 +09:00
ph1-sld8 ARM: uniphier: drop DCC micro support card support 2015-09-25 00:27:52 +09:00
Kconfig ARM: uniphier: drop DCC micro support card support 2015-09-25 00:27:52 +09:00
Makefile ARM: uniphier: drop DCC micro support card support 2015-09-25 00:27:52 +09:00
board_common.c ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h> 2015-03-01 00:02:18 +09:00
board_early_init_f.c ARM: UniPhier: split clkrst_init() into two functions 2015-03-01 00:02:36 +09:00
board_early_init_r.c ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h> 2015-03-01 00:02:18 +09:00
board_late_init.c ARM: UniPhier: replace <asm/io.h> with <linux/io.h> 2015-05-31 02:53:56 +09:00
cache_uniphier.c ARM: UniPhier: replace <asm/io.h> with <linux/io.h> 2015-05-31 02:53:56 +09:00
cmd_ddrphy.c ARM: UniPhier: replace <asm/io.h> with <linux/io.h> 2015-05-31 02:53:56 +09:00
cmd_pinmon.c ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h> 2015-03-01 00:02:18 +09:00
cpu_info.c ARM: UniPhier: add IDs for PH1-Pro5, ProXstream2, PH1-LD6b 2015-07-02 01:07:25 +09:00
ddrphy_training.c ARM: UniPhier: remove meaningless CONFIG_SPL_BUILD ifdefs 2015-05-31 02:55:41 +09:00
dram_init.c ARM: UniPhier: move SoC sources to mach-uniphier 2015-03-01 00:01:56 +09:00
init_page_table.S ARM: UniPhier: use CONFIG_SPL_STACK to define SPL stack pointer 2015-03-24 00:15:38 +09:00
late_lowlevel_init.S ARM: UniPhier: disable L2 cache by lowlevel_init of U-Boot proper 2015-03-24 00:15:58 +09:00
lowlevel_init.S ARM: UniPhier: remove unnecessary cache coherency code 2015-05-31 02:55:38 +09:00
memconf.c ARM: UniPhier: replace <asm/io.h> with <linux/io.h> 2015-05-31 02:53:56 +09:00
print_misc_info.c ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h> 2015-03-01 00:02:18 +09:00
reset.c ARM: UniPhier: replace <asm/io.h> with <linux/io.h> 2015-05-31 02:53:56 +09:00
spl.c ARM: uniphier: drop ad-hoc input enable settings 2015-09-25 00:27:52 +09:00
support_card.c ARM: uniphier: change the external bus address mapping 2015-09-25 00:27:53 +09:00
timer.c ARM: UniPhier: replace <asm/io.h> with <linux/io.h> 2015-05-31 02:53:56 +09:00