diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-14 07:01:26 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-14 07:01:26 +0000 |
commit | b98c2ab738c71c344c7f03ecf885fdd0a4545cdb (patch) | |
tree | ee09d37111e65ee7a44a0b0c556c6dfaeaca1735 /MdeModulePkg/Core/Pei/PeiMain.inf | |
parent | a81a35fe2a2e51069036b958380ab91575bd8410 (diff) | |
download | edk2-platforms-b98c2ab738c71c344c7f03ecf885fdd0a4545cdb.tar.xz |
Add InvokePeiCore function to invoke the PeiCore in new stack.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3844 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Pei/PeiMain.inf')
-rw-r--r-- | MdeModulePkg/Core/Pei/PeiMain.inf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Pei/PeiMain.inf b/MdeModulePkg/Core/Pei/PeiMain.inf index df9ca825c7..b8e188d5fb 100644 --- a/MdeModulePkg/Core/Pei/PeiMain.inf +++ b/MdeModulePkg/Core/Pei/PeiMain.inf @@ -60,7 +60,6 @@ Ipf/IpfCpuCore.i
Ipf/SwitchToCacheMode.c
Ipf/InternalSwitchStack.c
- Ipf/SwitchStack.s
[Sources.EBC]
Dispatcher/Stack.c
|