1.
> + if (StandardSignatureIsAuthenticAMD ()) {
> + StackStart = CpuMpData->SevEsAPResetStackStart;
CpuMpData->SevEsAPResetStackStart is not always allocated when CPU is AMD.
How about to use the following code:
if (StandardSignatureIsAuthenticAMD ()) {
StackStart = CpuMpData->UseSevEsAPMethod ?
CpuMpData->SevEsAPResetStackStart : mReservedTopOfApStack;
2. Can you please update the copyright year to 2022?
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#97365): https://edk2.groups.io/g/devel/message/97365
Mute This Topic: https://groups.io/mt/95662352/21656
Group Owner: [email protected]
Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-