coreboot-kgpe-d16/payloads/libpayload/arch/armv7
Ronald G. Minnich 9907c6edeb libpayload: Catch exceptions and print out an error message.
Give some indication what happened instead of just crashing.
As part of setup, cause an exception and make sure that we get
the right one, and that we recover correctly. Hence we have
some assurance that if they really happen we can handle them.

Built and booted into test payload on Snow. Saw the built in test function
worked correctly. Artificially added code which got an exception and saw that
the error information prints correctly.

Change-Id: I2e0d022f090ee422fb988074fbb197afa2485caa
Signed-off-by: Gabe Black <gabeblack@google.com>
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-on: http://review.coreboot.org/2569
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
2013-03-04 22:39:09 +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 libpayload: Initial ARMv7 port 2012-12-14 22:29:48 +01:00
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: Initial ARMv7 port 2012-12-14 22:29:48 +01:00
libpayload.ldscript libpayload: add a ldscript for arm 2013-02-15 01:13:11 +01:00
main.c libpayload: Catch exceptions and print out an error message. 2013-03-04 22:39:09 +01:00
memcpy.S libpayload: Initial ARMv7 port 2012-12-14 22:29:48 +01:00
memset.S libpayload: Initial ARMv7 port 2012-12-14 22:29:48 +01:00
sysinfo.c libpayload: Initial ARMv7 port 2012-12-14 22:29:48 +01:00
timer.c libpayload: Initial ARMv7 port 2012-12-14 22:29:48 +01:00
util.S libpayload: Mark "halt" as a function. 2013-03-01 16:49:41 +01:00
virtual.c libpayload: Initial ARMv7 port 2012-12-14 22:29:48 +01:00