u-boot/arch/microblaze
Michal Simek ca7d22662e microblaze: spl: Do not call mem_malloc_init and use early alloc
This patch has some parts connected together:
- Use _gd in bss section which is automatically cleared
  Location at SPL_MALLOC_END wasn't cleared at all
- Use MALLOC_F_LEN(early alloc) instead of FULL MALLOC
  (mem_malloc_init is not called at all)
- Simplify malloc and stack init.
  At the end of SPL addr is malloc area and below is stack

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2015-02-09 15:13:12 +01:00
..
cpu microblaze: spl: Do not call mem_malloc_init and use early alloc 2015-02-09 15:13:12 +01:00
dts Makefile: Support include files for .dts files 2014-06-20 11:55:03 -06:00
include/asm microblaze: Do not use CONFIG_SYS_GENERIC_GLOBAL_DATA 2015-02-09 15:13:12 +01:00
lib microblaze: Move architecture to use generic board init 2015-02-09 15:11:56 +01:00
config.mk microblaze: Move architecture to use generic board init 2015-02-09 15:11:56 +01:00
Kconfig kconfig: add CONFIG_SUPPORT_SPL 2014-10-27 17:54:10 -04:00
Makefile Kbuild: introduce Makefile in arch/$ARCH/ 2014-12-08 09:35:45 -05:00