coreboot-kgpe-d16/src/arch/arm64
Furquan Shaikh 4aa761616b arm64: Make exceptions use the transition library
Transition library acts as a common interface for handling exceptions. The only
thing that needs to be implemented by exception.c is the exc_dispatch routine to
handle the exceptions as required.

BUG=chrome-os-partner:30785
BRANCH=None
TEST=Compiles successfully and exceptions are tested using test_exc

Change-Id: I90b4861909189adfe8449b9d4590965e6b743c00
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: b83c9404407dd4dd2dda4e4eaed0b443f0f58425
Original-Change-Id: Ibb643d7ea2f9aabbc66439549ea2168fd66ced5e
Original-Signed-off-by: Furquan Shaikh <furquan@google.com>
Original-Reviewed-on: https://chromium-review.googlesource.com/217143
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Original-Tested-by: Furquan Shaikh <furquan@chromium.org>
Original-Commit-Queue: Furquan Shaikh <furquan@chromium.org>
Reviewed-on: http://review.coreboot.org/9071
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2015-03-28 07:04:45 +01:00
..
armv8 arm64: Make exceptions use the transition library 2015-03-28 07:04:45 +01:00
include arm64: Make exceptions use the transition library 2015-03-28 07:04:45 +01:00
boot.c loaders: add program_loading.h header file 2015-03-20 19:25:29 +01:00
bootblock.ld arm64: use one stage_entry for all stages 2015-03-04 20:00:18 +01:00
c_entry.c arm64: remove soc_secondary_cpu_init() 2015-03-27 08:05:22 +01:00
cpu-internal.h arm64: remove soc_secondary_cpu_init() 2015-03-27 08:05:22 +01:00
cpu.c arm64: check for NULL bus on DEVICE_PATH_CPU_CLUSTER devices 2015-03-28 07:04:36 +01:00
div0.c
eabi_compat.c
id.S
Kconfig vboot2: add verstage 2015-01-27 01:41:40 +01:00
Makefile.inc arm64: Add support for transition library 2015-03-28 07:04:44 +01:00
ramstage.ld arm64: remove _stack and _estack symbols in linker script 2015-03-27 08:04:32 +01:00
romstage.ld arm64: use one stage_entry for all stages 2015-03-04 20:00:18 +01:00
stage_entry.S arm64: Replace CONFIG_* variables with {read/write}_current 2015-03-28 07:04:35 +01:00
stages.c arm64: use one stage_entry for all stages 2015-03-04 20:00:18 +01:00
tables.c CBMEM: Implement cbmem_run_init_hooks() stub 2015-01-27 22:41:23 +01:00
timestamp.c
transition.c arm64: Add support for transition library 2015-03-28 07:04:44 +01:00
transition_asm.S arm64: Add support for transition library 2015-03-28 07:04:44 +01:00