coreboot/src/arch/x86
Julius Werner 2960623f4a arm: Move exception_init() close to console_init()
This patch adds stub implementations of exception_init() to all archs
so that it can be called from src/lib/hardwaremain.c. It also moves/adds
all other invocations of exception_init() (which needs to be rerun in
every stage) close to console_init(), in the hopes that it will be less
likely overlooked when creating future boards. Also added (an
ineffective) one to the armv4 bootblock implementations for consistency
and in case we want to implement it later.

BUG=None
TEST=Made sure exceptions can fire and get handled correctly in romstage
and ramstage on Nyan and all three stages on Snow.

Change-Id: Iecad10172d25f6c1fc54b0fec8165d7ef60e3414
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/176764
Reviewed-by: Gabe Black <gabeblack@chromium.org>
Reviewed-by: David Hendricks <dhendrix@chromium.org>
2013-11-20 06:51:09 +00:00
..
acpi
boot x86: fix compile error for !CONFIG_MULTIBOOT 2013-05-30 11:23:32 -07:00
include arm: Move exception_init() close to console_init() 2013-11-20 06:51:09 +00:00
init BACKPORT: x86: add cache-as-ram migration option 2013-05-16 15:06:24 -07:00
lib Possible thread stack implementation. 2013-08-23 10:38:10 -07:00
llshell
coreboot_ram.ld BACKPORT: boot state: schedule static callbacks 2013-05-01 14:30:00 -07:00
Kconfig x86: Add and enable an arch verson of memmove. 2013-07-08 11:30:27 -07:00
Makefile.inc x86: add HAVE_REFCODE_BLOB option 2013-10-24 18:06:07 +00:00