[U-Boot] [PATCH 0/2] MIPS: initial support for driver model

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Sun Jan 18 22:18:37 CET 2015


- add support for CONFIG_SYS_INIT_SP_ADDR
- add support for CONFIG_SYS_MALLOC_F_LEN
- implement MIPS specific setup of gd_t structure and malloc
  area after initial stack area


Daniel Schwierzeck (2):
  MIPS: add support for CONFIG_SYS_INIT_SP_ADDR
  MIPS: add support for pre-relocation malloc

 arch/mips/cpu/mips32/start.S   | 29 ++++++++++++++++++++++++++++-
 arch/mips/cpu/mips64/start.S   | 29 ++++++++++++++++++++++++++++-
 arch/mips/include/asm/config.h |  2 --
 3 files changed, 56 insertions(+), 4 deletions(-)

-- 
2.1.0



More information about the U-Boot mailing list