PI Enabling: the address of PeiServices Pointer should be

1) Set to preceding of IDT table in PeiCore's entry
2) Migrate to preceding of new memory IDT table when memory is discovery

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4059 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2007-10-09 08:16:53 +00:00
parent d173d9c761
commit 81c7803cf4
10 changed files with 165 additions and 19 deletions

View File

@@ -31,16 +31,16 @@
[Packages]
MdePkg/MdePkg.dec
[Sources.Ia32]
Ia32/AsmPeiSevicesTablePointer.c|MSFT
Ia32/AsmPeiSevicesTablePointer.S|GCC
[Sources]
PeiServicesTablePointer.c
InternalPeiServicesTablePointer.h
[Sources.X64]
x64/AsmPeiSevicesTablePointer.asm|MSFT
x64/AsmPeiSevicesTablePointer.S|GCC
PeiServicesTablePointer.c
[LibraryClasses]
DebugLib
BaseMemoryLib
PeiServicesLib
BaseLib