summaryrefslogtreecommitdiff
path: root/EdkModulePkg/Universal/EmuVariable
AgeCommit message (Expand)AuthorFilesLines
2007-04-10Perfected MSA files.vanjeff1-2/+2
2007-04-05The ALIGNMENT definition has been moved to common header file.klu21-7/+0
2007-03-211. Removed #ifdef EDK_RELEASE_VERSION from all c files for all modulesvanjeff4-45/+33
2007-03-20Change the TPL lock level to EFI_TPL_NOTIFY. Variable Service is called in Re...qwang121-1/+1
2007-03-16Fix the issue that the variable Unicode string may be not aligned on 16-bit b...klu23-41/+9
2007-03-13STATIC should be prefixed for internal functions to pass the stringent compil...qwang121-0/+2
2007-03-12Add a lock to protect the critical region in Service APIs for UEFI Runtime Va...qwang126-52/+127
2007-02-15clean up msa files in EdkModulePkg, removed unnecessary library definitions a...vanjeff2-32/+5
2007-01-31Make EdkModulePkg pass Intel IPF compiler with /W4 /WX switches, solving warn...xli242-1/+2
2007-01-25Remove some unused internal functions.xli241-42/+0
2007-01-25Partially make EdkModulePkg pass intel IPF compiler with /W4 /WX switched on.xli242-1/+10
2007-01-04Volatile variable is read-only in runtime.klu21-27/+34
2006-12-18Only include SAL related definitions if the CPU Arch is IPF mdkinney1-1/+1
2006-12-14Add blank line at end of source code for GCC building.klu21-1/+1
2006-12-06Merge R8 tracker #8375.xli241-1/+5
2006-12-06For the file "EdkModulePkg\Universal\EmuVariable\RuntimeDxe\EmuVariable.c", R...zliu31-1/+1
2006-12-06Fixed one bug in EmuVariable module: The macro (GET_PAD_SIZE) is different wi...zliu31-51/+20
2006-12-06Merge R8 tracker #8374 to make EmuVariable.GetNextVariableName() comply with ...xli241-1/+1
2006-12-01Update the EmuVariable and Variable modules to have a ModuleType of DXE_SAL_D...mdkinney2-14/+89
2006-09-18changed EdkModulePkg GUID from the original B6EC423C-21D2-490D-85C6-DD5864EAA...lgao41-6/+6
2006-07-21Change DxeRuntimeDriverLib name to UefiRuntimeLib.yshang11-1/+1
2006-07-15Reset the GUID to a unique value, as it was using the same GUID as Variable.lhauch1-11/+3
2006-07-12Add missing files in msa file and add module description in msa file, and reo...lgao41-2/+2
2006-07-12git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@907 6f19...alfred1-1/+1
2006-07-11Add necessary files (such as *.h) in module msa and remove unused msa files.lgao41-0/+1
2006-07-10 Change UINAME to CName of GUID/PPI/Protocol in all Msa file and change tool ...qouyang1-19/+19
2006-07-07Redefine SPEC and Release Version to 0x20000lgao41-13/+13
2006-07-07Obsoleted by new schema and new build tools.jwang362-92/+0
2006-07-061)Add a new module CapsuleRuntime under EdkModulePkg\Universal\Capsule\Runtim...davidhuang4-0/+183
2006-06-30removed unnecessary name space declarations in some top level elementsjwang361-1/+1
2006-06-30converted all surface area description files to new schemajwang361-56/+77
2006-06-26• BaseMemoryLib:qhuang81-1/+1
2006-05-25Updated MSA by putting Specification element at the end of the header sectionlhauch1-1/+1
2006-04-26Convert backslashes to forward slashes in many build files. This is necessary...bbahnsen2-12/+12
2006-04-21Initial import.bbahnsen8-0/+1442