u-boot-brain/arch/microblaze/cpu
Michal Simek 9cef20b109 microblaze: Fix gd_t address which is placed at the end of BRAM
Setup gd from ASM to be availalbe for board_init_r.
Setting it up in spl_board_init is too late when
MALLOC is used.
Space for gd is located behind MALLOC area at the end of BRAM.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2015-02-09 15:09:58 +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: Fix gd_t address which is placed at the end of BRAM 2015-02-09 15:09:58 +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: Remove unneeded data section adding from DTB 2015-02-09 15:09:57 +01:00