Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34774
to look at the new patch set (#3).
Change subject: lib: ramdetect: Register exception handlers for ARMv8 ......................................................................
lib: ramdetect: Register exception handlers for ARMv8
Register exception handlers to avoid a Synchronous External Abort that is raised when you try to access a non-memory address on ARMv8. An exception handler can jump over the faulting instruction. This is the feature only for QEMU/AArch64.
Signed-off-by: Asami Doi d0iasm.pub@gmail.com Change-Id: I09a306ca307ba4027d9758c3debc2e7c844c66b8 --- M src/arch/arm64/Makefile.inc A src/arch/arm64/ramdetect.c M src/include/ramdetect.h M src/lib/ramdetect.c 4 files changed, 98 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/34774/3