commit | 41dc35e839da99efc19c4c6d2a59dd8b506b00f3 | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat Jun 04 16:13:21 2016 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Nov 30 16:11:46 2016 +0100 |
tree | 696292f12a5b94bac8b6daa4606313809e97f019 | |
parent | 993a1223a2aa04554facd6a9c784d52f3bd7b504 [diff] |
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>