Reviewed-by: Jeff Fan <[email protected]> -----Original Message----- From: edk2-devel [mailto:[email protected]] On Behalf Of Eric Dong Sent: Thursday, July 06, 2017 9:30 AM To: [email protected] Subject: [edk2] [Patch 0/4] Update code to follow spec definition.
Update return status code for SwitchBSP function to follow spec. Eric Dong (4): MdePkg MpServices: Update return status to follow spec. UefiCpuPkg CpuDxe: Update return status to follow spec. UefiCpuPkg CpuMpPei: Update return status to follow spec. UefiCpuPkg MpInitLib: Update return status to follow spec. MdePkg/Include/Ppi/MpServices.h | 4 ++-- MdePkg/Include/Protocol/MpService.h | 4 ++-- UefiCpuPkg/CpuDxe/CpuMp.c | 2 +- UefiCpuPkg/CpuDxe/CpuMp.h | 2 +- UefiCpuPkg/CpuMpPei/CpuMpPei.c | 2 +- UefiCpuPkg/CpuMpPei/CpuMpPei.h | 2 +- UefiCpuPkg/Library/MpInitLib/MpLib.c | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) -- 2.7.0.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

