]> git.proxmox.com Git - mirror_edk2.git/commit - EdkModulePkg/Core/DxeIplPeim/DxeIpl.h
1. Added Non-existing.c in BaseLib to assert no invocations of SwitchStack() on IPF.
authorbxing <bxing@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 21 Aug 2006 02:53:29 +0000 (02:53 +0000)
committerbxing <bxing@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 21 Aug 2006 02:53:29 +0000 (02:53 +0000)
commiteeb1cd5af35f45308aa2ff153feed9f768a6ef77
tree38762217bf257f1320a51e80276c8c26d3b3c2a3
parentce3b85747a9cdfdb9ec939e6de1740973abe4395
1. Added Non-existing.c in BaseLib to assert no invocations of SwitchStack() on IPF.
2. Added SwitchIplStacks() function to DxeIplPeim to encapsulate arch details on stack switching.
3. Added PeiSwitchStacks() function to PeiMain to encapsulate arch details on stack switching.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1328 6f19259b-4bc3-4df7-8a09-765794883524
EdkModulePkg/Core/DxeIplPeim/DxeIpl.h
EdkModulePkg/Core/DxeIplPeim/DxeLoad.c
EdkModulePkg/Core/DxeIplPeim/Ia32/DxeLoadFunc.c
EdkModulePkg/Core/DxeIplPeim/Ipf/DxeLoadFunc.c
EdkModulePkg/Core/Pei/Dispatcher/Dispatcher.c
EdkModulePkg/Core/Pei/Dispatcher/Stack.c [new file with mode: 0644]
EdkModulePkg/Core/Pei/Ipf/Stack.c [new file with mode: 0644]
EdkModulePkg/Core/Pei/PeiMain.h
EdkModulePkg/Core/Pei/PeiMain.msa
MdePkg/Library/BaseLib/BaseLib.msa
MdePkg/Library/BaseLib/Ipf/Non-existing.c [new file with mode: 0644]