coreboot-kgpe-d16/src/arch/x86
Julius Werner 85620db107 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.

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>
(cherry picked from commit 2960623f4a59d841a13793ee906db8d1b1c16c5d)
Signed-off-by: Isaac Christensen <isaac.christensen@se-eng.com>
Reviewed-on: http://review.coreboot.org/6884
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
2014-09-13 02:21:02 +02:00
..
acpi misc,ASL: Trivial - drop trailing blank lines at EOF 2014-07-17 02:18:01 +02:00
boot Increase space for ACPI tables when using dynamic CBMEM 2014-09-11 06:46:41 +02:00
include arm: Move exception_init() close to console_init() 2014-09-13 02:21:02 +02:00
init arch: Trivial - drop trailing blank lines at EOF 2014-07-08 13:52:34 +02:00
lib coreboot classes: Add dynamic classes to coreboot 2014-08-11 15:42:20 +02:00
Kconfig Arch-level Kconfig menu cleanup 2014-05-10 14:32:26 +02:00
Makefile.inc payloads/external/SeaBIOS: Allow setting buffers below 0xC0000 2014-09-12 23:16:29 +02:00
ramstage.ld Rename coreboot_ram stage to ramstage 2014-04-26 13:27:09 +02:00