summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/PiSmmCore/PiSmmCore.h
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2010-12-06 21:55:14 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2010-12-06 21:55:14 +0000
commitfa542a1e770ac651b7a2f9e6650210465c824f7c (patch)
treef575dc975b3c33197bcb96c184b9387f5a577e12 /MdeModulePkg/Core/PiSmmCore/PiSmmCore.h
parentd040b8f12d16c738d06f4817fc3db0f06a5e0203 (diff)
downloadedk2-fa542a1e770ac651b7a2f9e6650210465c824f7c.tar.gz
edk2-fa542a1e770ac651b7a2f9e6650210465c824f7c.tar.bz2
edk2-fa542a1e770ac651b7a2f9e6650210465c824f7c.zip
1) Change location of DEBUG() macro that prints the name of the FFS file being evaluated by the DXE Dispatcher to eliminate a duplicate print.
2) Change location of DEBUG() macro that prints the name of the FFS file being evaluated by the SMM Dispatcher to eliminate a duplicate print. 3) Remove all references and processing of SOR from the PiSmmCore. Treat use of SOR in the dependency expression of an SMM Driver as an invalid depex opcode. 4) Remove all references for an SMM Driver being in the "Untrusted" state from the PiSmmCore. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11127 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/PiSmmCore/PiSmmCore.h')
-rw-r--r--MdeModulePkg/Core/PiSmmCore/PiSmmCore.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/MdeModulePkg/Core/PiSmmCore/PiSmmCore.h b/MdeModulePkg/Core/PiSmmCore/PiSmmCore.h
index 9562e982ed..5cd1237056 100644
--- a/MdeModulePkg/Core/PiSmmCore/PiSmmCore.h
+++ b/MdeModulePkg/Core/PiSmmCore/PiSmmCore.h
@@ -80,9 +80,7 @@ typedef struct {
EFI_GUID BeforeAfterGuid;
BOOLEAN Dependent;
- BOOLEAN Unrequested;
BOOLEAN Scheduled;
- BOOLEAN Untrusted;
BOOLEAN Initialized;
BOOLEAN DepexProtocolError;
@@ -702,8 +700,7 @@ SmmRemoveInterfaceFromProtocol (
/**
This is the POSTFIX version of the dependency evaluator. This code does
not need to handle Before or After, as it is not valid to call this
- routine in this case. The SOR is just ignored and is a nop in the grammer.
- POSTFIX means all the math is done on top of the stack.
+ routine in this case. POSTFIX means all the math is done on top of the stack.
@param DriverEntry DriverEntry element to update.