You've already forked edk2-platforms
mirror of
https://github.com/Dasharo/edk2-platforms.git
synced 2026-03-06 14:51:43 -08:00
CpuExceptionHandlerLib (in EDK2) has been refactored with following changes 1. Removed InitializeCpuInterruptHandlers in 2a09527ebcb459b40 2. Removed InitializeCpuExceptionHandlersEx and added InitializeSeparateExceptionStacks in e7abb94d1fb8a0e7 The patch updates RISC-V version of CpuExceptionHandlerLib to follow the API changes, based on the ARM changes in e2ae0bed29ca0900bd35. The functionality to RISC-V platforms should be none. Signed-off-by: Daniel Schaefer <daniel.schaefer@hpe.com> Reviewed-by: Sunil V L <sunilvl@ventanamicro.com>