u-boot-brain/arch/microblaze/cpu
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
..
cache.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
cpu.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
exception.c microblaze: Fix coding style in exception.c 2015-02-09 15:09:56 +01:00
interrupts.c microblaze: Use standard interrupt_init() function 2015-02-09 15:09:58 +01:00
irq.S microblaze: Fix stack usage in interrupt handler 2015-02-09 15:09:56 +01:00
Makefile microblaze: Add SPL support 2014-02-04 16:39:50 +01:00
spl.c microblaze: Fix gd_t address which is placed at the end of BRAM 2015-02-09 15:09:58 +01:00
start.S microblaze: spl: Do not call mem_malloc_init and use early alloc 2015-02-09 15:13:12 +01:00
timer.c microblaze: Add SPL support 2014-02-04 16:39:50 +01:00
u-boot-spl.lds microblaze: Add SPL support 2014-02-04 16:39:50 +01:00
u-boot.lds microblaze: Move architecture to use generic board init 2015-02-09 15:11:56 +01:00