From: yshang1 Date: Wed, 15 Aug 2007 05:44:40 +0000 (+0000) Subject: Change the PAL address from k7 to k1, since the k7 should save PeiServicesPoint follo... X-Git-Tag: edk2-stable201903~22319 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=9833aeafa36e50e88765ab8d67251e748db347ba Change the PAL address from k7 to k1, since the k7 should save PeiServicesPoint following PI. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3642 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.s b/MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.s index b1b5e2a2fe..dfb93821a5 100644 --- a/MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.s +++ b/MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.s @@ -183,7 +183,7 @@ PROCEDURE_ENTRY (GetHandOffStatus) mov r8 = ar.k6 // Health Status (Self test params) mov r9 = ar.k4 // LID bits mov r10 = ar.k3;; // SAL_E entry state - mov r11 = ar.k7 // Return address to PAL + mov r11 = ar.k1 // Return address to PAL NESTED_RETURN PROCEDURE_EXIT (GetHandOffStatus)