edk2/MdeModulePkg/Universal/Variable/RuntimeDxe
gdong1 9ae0edbfa9 1. Invoke InstallConfigurationTable () in OnReadyToBoot() to avoid the new registered table may be NULL.
2. For SMM variable driver, it doesn’t need to mark the variable storage region of the FLASH as RUNTIME, so only keep it for non-SMM variable driver. 


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11212 6f19259b-4bc3-4df7-8a09-765794883524
2010-12-31 04:31:42 +00:00
..
Reclaim.c Add SMM Variable implementation. 2010-12-10 09:27:54 +00:00
Variable.c 1. Invoke InstallConfigurationTable () in OnReadyToBoot() to avoid the new registered table may be NULL. 2010-12-31 04:31:42 +00:00
Variable.h Add SMM Variable implementation. 2010-12-10 09:27:54 +00:00
VariableDxe.c 1. Invoke InstallConfigurationTable () in OnReadyToBoot() to avoid the new registered table may be NULL. 2010-12-31 04:31:42 +00:00
VariableRuntimeDxe.inf Add SMM Variable implementation. 2010-12-10 09:27:54 +00:00
VariableSmm.c Add typecast to remove warning with ICC. 2010-12-11 11:17:47 +00:00
VariableSmm.inf Add typecast to remove warning with ICC. 2010-12-11 11:17:47 +00:00
VariableSmmCommon.h Add SMM Variable implementation. 2010-12-10 09:27:54 +00:00
VariableSmmRuntimeDxe.c Update inappropriate comments. 2010-12-15 01:51:46 +00:00
VariableSmmRuntimeDxe.inf Remove the unnecessary package from VariableSmmRuntimeDxe.inf. 2010-12-12 10:18:47 +00:00