summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
diff options
context:
space:
mode:
authoryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-15 05:44:40 +0000
committeryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-15 05:44:40 +0000
commit9833aeafa36e50e88765ab8d67251e748db347ba (patch)
treef3cd8e4de9ecd0d4730fee56f339277582b460e2 /MdeModulePkg/Core
parentdf809f3d34b15185ed4c1d264116ab6448c38dbf (diff)
downloadedk2-9833aeafa36e50e88765ab8d67251e748db347ba.zip
edk2-9833aeafa36e50e88765ab8d67251e748db347ba.tar.gz
edk2-9833aeafa36e50e88765ab8d67251e748db347ba.tar.bz2
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
Diffstat (limited to 'MdeModulePkg/Core')
-rw-r--r--MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.s b/MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.s
index b1b5e2a..dfb9382 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)