UefiCpuPkg: Rename AsmRelocateApLoopStart.
Rename AsmRelocateApLoopStart to AsmRelocateApLoopStartAmdSev Cc: Guo Dong <guo.dong@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Sean Rhodes <sean@starlabs.systems> Cc: James Lu <james.lu@intel.com> Cc: Gua Guo <gua.guo@intel.com> Signed-off-by: Yuanhao Xie <yuanhao.xie@intel.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com> Tested-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Ray Ni <ray.ni@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
facf52aeb8
commit
0d1ad06c27
@@ -547,8 +547,8 @@ InitMpGlobalData (
|
||||
// 64-bit AMD processors with SEV-ES
|
||||
//
|
||||
Address = BASE_4GB - 1;
|
||||
ApLoopFunc = AddressMap->RelocateApLoopFuncAddress;
|
||||
ApLoopFuncSize = AddressMap->RelocateApLoopFuncSize;
|
||||
ApLoopFunc = AddressMap->RelocateApLoopFuncAddressAmdSev;
|
||||
ApLoopFuncSize = AddressMap->RelocateApLoopFuncSizeAmdSev;
|
||||
} else {
|
||||
//
|
||||
// Intel processors (32-bit or 64-bit), 32-bit AMD processors, or 64-bit AMD processors without SEV-ES
|
||||
|
Reference in New Issue
Block a user