9
0
Fork 0
barebox/arch/arm/boards/solidrun-cubox
Sascha Hauer 0644d1da7f ARM: Make ENTRY_FUNCTION more robust
An entry function should begin with a exception header. For this to work
properly the entry function should not contain any code which gcc might
put before the header. To make this sure change the ENTRY_FUNCTION macro
so that it generates one function which only contains the exception header
and a second function which contains the original body of the entry function.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-12-10 14:35:33 +01:00
..
Makefile ARM: mvebu: introduce multi image support 2013-08-16 08:45:37 +02:00
board.c arm: mvebu: introduce common lowlevel and early init 2013-05-21 19:48:17 +02:00
config.h arm: add basic support for SolidRun CuBox 2013-05-15 07:39:27 +02:00
kwbimage.cfg arm: mvebu: remove useless lines in kwbimage.cfg for CuBox 2013-05-17 07:40:13 +02:00
lowlevel.c ARM: Make ENTRY_FUNCTION more robust 2013-12-10 14:35:33 +01:00