coreboot-kgpe-d16/payloads/libpayload/arch/armv7
Gabe Black a0e27979c0 libpayload: Move over to the payload's stack during startup
Don't keep using the coreboot stack on ARMv7.

Change-Id: I734c5d77f8584e30ee0c720d41e21e3040f56db4
Signed-off-by: Gabe Black <gabeblack@google.com>
Reviewed-on: http://review.coreboot.org/2668
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2013-03-13 23:41:23 +01:00
..
Config.in libpayload: Fix license headers 2013-02-20 02:41:24 +01:00
Makefile.inc libpayload: Catch exceptions and print out an error message. 2013-03-04 22:39:09 +01:00
assembler.h
coreboot.c libpayload: Use an appropriate range of memory when looking for cb tables. 2013-02-15 03:19:06 +01:00
exception.c libpayload: Catch exceptions and print out an error message. 2013-03-04 22:39:09 +01:00
exception_asm.S libpayload: Catch exceptions and print out an error message. 2013-03-04 22:39:09 +01:00
head.S libpayload: Move over to the payload's stack during startup 2013-03-13 23:41:23 +01:00
libpayload.ldscript
main.c libpayload: Catch exceptions and print out an error message. 2013-03-04 22:39:09 +01:00
memcpy.S
memset.S
sysinfo.c
timer.c
util.S libpayload: Mark "halt" as a function. 2013-03-01 16:49:41 +01:00
virtual.c