u-boot-brain/arch/nios2/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
..
cpu.c nios2: display altera sysid at startup 2015-12-19 09:51:19 +08:00
exceptions.S Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
fdt.c fdt: nios: Fix warning in ft_cpu_setup() 2015-04-10 08:15:24 -06:00
interrupts.c nios2: map physical address to uncached virtual address 2015-10-23 07:29:11 +08:00
Makefile nios2: convert altera sysid to driver model 2015-10-23 07:37:03 +08:00
start.S Fix board init code to respect the C runtime environment 2016-01-13 21:05:17 -05:00
traps.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
u-boot.lds nios2: define _end in link script 2015-10-23 07:28:38 +08:00