u-boot-brain/arch/microblaze/cpu
Albert ARIBAUD ecc306639e Fix board init code to respect the C runtime environment
board_init_f_mem() alters the C runtime environment's
stack it is actually already using. This is not a valid
behaviour within a C runtime environment.

Split board_init_f_mem into C functions which do not alter
their own stack and always behave properly with respect to
their C runtime environment.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Acked-by: Thomas Chou <thomas@wytron.com.tw>
2016-01-13 21:05:17 -05: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 remove unnecessary version.h includes 2015-03-24 10:50:50 -04:00
start.S Fix board init code to respect the C runtime environment 2016-01-13 21:05:17 -05:00
timer.c microblaze: Add SPL support 2014-02-04 16:39:50 +01:00
u-boot-spl.lds microblaze: spl: Add LISTS to linker script 2015-02-09 15:13:12 +01:00
u-boot.lds microblaze: Move architecture to use generic board init 2015-02-09 15:11:56 +01:00