u-boot-brain/arch/arm/mach-uniphier
Masahiro Yamada 755c7d9a61 ARM: uniphier: change stack pointer address for SPL
No special reason for the current stack address 0x0ff08000.
Change it to 0x00100000 to simplify the init_page_table.

There are two types of SoCs in terms of the load address of SPL.

 [1] PH1-sLD3, PH1-LD4, PH1-sLD8
   SPL is loaded at 0x00040000-0x0004ffff
 [2] PH1-Pro4, PH1-Pro5, ProXstream2, PH1-LD6b
   SPL is loaded at 0x00100000-0x0010ffff

The new stack area (0x000f8000-0x00100000) should be safe for all the
cases.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2016-02-14 16:36:13 +09:00
..
bcu ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
boot-mode ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
clk ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
dram ARM: uniphier: support some more DRAM use cases on PH1-Pro4 boards 2016-02-14 16:36:13 +09:00
early-clk ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
early-pinctrl ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
include/mach ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
init ARM: uniphier: add DRAM init code for ProXstream2/PH1-LD6b 2016-01-13 01:54:55 +09:00
memconf ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
pinctrl ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
pll ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
sbc ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
arm-mpcore.h ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
board_common.c ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
board_early_init_f.c ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
board_early_init_r.c ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
board_late_init.c ARM: uniphier: set DTB file name to fdt_file environment 2015-12-23 00:08:56 +09:00
boards.c ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
cache_uniphier.c ARM: uniphier: set active ways to really enable outer cache 2016-01-20 08:40:11 +09:00
cmd_ddrmphy.c ARM: uniphier: add dump command for DDR Multi PHY registers 2016-01-13 01:54:57 +09:00
cpu_info.c ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
debug_ll.S ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
dram_init.c ARM: uniphier: parse device tree to determine DRAM base and size 2015-09-25 00:27:53 +09:00
init_page_table.S ARM: uniphier: change stack pointer address for SPL 2016-02-14 16:36:13 +09:00
init.h ARM: uniphier: add DRAM init code for ProXstream2/PH1-LD6b 2016-01-13 01:54:55 +09:00
Kconfig ARM: uniphier: add dump command for DDR Multi PHY registers 2016-01-13 01:54:57 +09:00
late_lowlevel_init.S ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
lowlevel_init.S ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
Makefile ARM: uniphier: move cmd_pinmon.c to boot-mode subdirectory 2016-01-13 01:54:51 +09:00
micro-support-card.c ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
micro-support-card.h ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
print_misc_info.c ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
reset.c ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
sc-regs.h ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
sg-regs.h ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
soc_info.c ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
soc-info.h ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
ssc-regs.h ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
timer.c ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00