From 9833aeafa36e50e88765ab8d67251e748db347ba Mon Sep 17 00:00:00 2001 From: yshang1 Date: Wed, 15 Aug 2007 05:44:40 +0000 Subject: [PATCH] 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 --- MdeModulePkg/Core/Pei/Ipf/IpfCpuCore.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2