UefiCpuPkg/MpInitLib: Add support for multiple HOBs to SwitchApContext()
Rename the MpHandOff parameter to FirstMpHandOff. Add loops so the function inspects all HOBs present in the system. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Ray Ni <ray.ni@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Message-Id: <20240222160106.686484-4-kraxel@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
b485230462
commit
e2c9d8eba4
@@ -482,7 +482,7 @@ GetWakeupBuffer (
|
||||
**/
|
||||
VOID
|
||||
SwitchApContext (
|
||||
IN MP_HAND_OFF *MpHandOff
|
||||
IN CONST MP_HAND_OFF *FirstMpHandOff
|
||||
);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user