From: Jian J Wang Date: Thu, 7 Dec 2017 12:16:04 +0000 (+0800) Subject: ArmPkg/ArmExceptionLib: Add implementation of new API X-Git-Tag: edk2-stable201903~2901 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=4cb21e1e728cebce5b9ec4a6509ec67598719ba0;hp=4cb21e1e728cebce5b9ec4a6509ec67598719ba0 ArmPkg/ArmExceptionLib: Add implementation of new API This patch add implementation of following new API introduced into CpuExceptionHandlerLib. Since this lib hasn't support Stack Guard and stack switch, the new method just calls original InitializeCpuExceptionHandlers. EFI_STATUS EFIAPI InitializeCpuExceptionHandlersEx ( IN EFI_VECTOR_HANDOFF_INFO *VectorInfo OPTIONAL, IN CPU_EXCEPTION_INIT_DATA *InitDataEx OPTIONAL ); Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Jiewen Yao Suggested-by: Ayellet Wolman Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jian J Wang Reviewed-by: Jeff Fan Reviewed-by: Ard Biesheuvel ---