u-boot/arch/mips
Daniel Schwierzeck e520023882 MIPS: add support for pre-relocation malloc
Implement MIPS specific setup of the gd_t structure to support
pre-relocation malloc. If CONFIG_SYS_MALLOC_F_LEN is specified,
a memory area will be reserved after the initial stack area and
the gd->malloc_base pointer will be initialized.

After this patch the new driver model can be used on MIPS.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
2015-01-21 14:07:23 +01:00
..
cpu MIPS: add support for pre-relocation malloc 2015-01-21 14:07:23 +01:00
include/asm MIPS: add support for pre-relocation malloc 2015-01-21 14:07:23 +01:00
lib MIPS: bootm: add bootstage reporting 2015-01-21 14:02:49 +01:00
Kconfig MIPS: add Kconfig option for CONFIG_SWAP_IO_SPACE 2015-01-21 14:06:51 +01:00
Makefile MIPS: replace $(CPU) with Kconfig symbols 2015-01-21 14:06:04 +01:00
config.mk MIPS: add .padding section to linker script 2014-11-01 18:18:05 +01:00