]> git.ipfire.org Git - people/ms/u-boot.git/commit
MIPS: add possibility to setup initial stack and global data in SRAM
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sat, 4 Jun 2016 14:13:21 +0000 (16:13 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 30 Nov 2016 15:11:46 +0000 (16:11 +0100)
commit924ad86638705fe37db98812f355260669f0f043
tree696292f12a5b94bac8b6daa4606313809e97f019
parentc3e72ab80135a19ac6eb2585b69de0acf19b87c1
MIPS: add possibility to setup initial stack and global data in SRAM

This adds a new Kconfig option CONFIG_MIPS_INIT_STACK_IN_SRAM which
a SoC can select if it supports some kind of SRAM. Together with
CONFIG_SYS_INIT_SP_ADDR the initial stack and global data can be
set up in that SRAM. This can be used to provide a C environment
also for lowlevel_init().

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/Kconfig
arch/mips/cpu/start.S