audk/MdeModulePkg
mdkinney 0803854bc1 Update DXE Core to be compatible with PI 1.2 SMM Drivers.
PI 1.2 SMM Drivers are allowed to call UEFI/DXE services and Protocols from the entry point of the PI 1.2 SMM Driver.  These UEFI/DXE services and Protocols may directly or indirectly calls the UEFI Boot Services RaiseTPL() and RestoreTPL().  These UEFI Boot Services use the CPU Architectural Protocol to enable interrupts if the TPL level is below TPL_HIGH_LEVEL and enable interrupts of the TPL is at TPL_HIGH_LEVEL.  Interrupts should be masked while executing SMM drivers, so if a direct or indirect call to the UEFI Boot Service RestoreTPL() would enable interrupts, then an interrupt could be incorrectly delivered in SMM context.  

The solution is for the DXE Core to register for the PI 1.2 SMM Base2 Protocol.  If that protocol is present in the platform, then the DXE Core can use the SMM Base 2 Protocol's InSmm() function to determine if the platform is currently executing in SMM content.  If the current context is in SMM, then do not allow any requests to be forwarded to the CPU Architecture Protocol to enable interrupts.





git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9997 6f19259b-4bc3-4df7-8a09-765794883524
2010-02-13 01:57:22 +00:00
..
Application update the usage help text on variable statistic information. 2009-06-18 08:23:57 +00:00
Bus 1. free those inserted NsKeyNode resource when releasing SetKeyBoardLayout event. 2010-02-11 02:47:10 +00:00
Core Update DXE Core to be compatible with PI 1.2 SMM Drivers. 2010-02-13 01:57:22 +00:00
Include revise the comments style 2010-02-05 08:08:49 +00:00
Library Update HiiString Protocol and HiiSetString Api in HiiLib 2010-02-09 07:12:35 +00:00
Logo INF head modified 2008-12-12 01:27:36 +00:00
Universal Update SnpDxe to support dynamic media detect. 2010-02-12 08:45:15 +00:00
ChangeLog.txt updated to use the term “temporary memory” but not CAR 2009-04-08 08:14:09 +00:00
MdeModulePkg.dec Enable the Load Module At fixed Address feature 2010-02-05 07:54:16 +00:00
MdeModulePkg.dsc Remove EBC arch support for UefiPxeBcDxe. 2010-01-28 08:19:25 +00:00