summaryrefslogtreecommitdiff
path: root/EdkModulePkg/Universal/EmuVariable/RuntimeDxe/EmuVariable.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-31Retiring the ANT/JAVA build and removing the older EDK II packages that requi...lhauch1-849/+0
2007-06-25Add some definitions for efi event in Uefi/UefiSpec.h to follow spec.vanjeff1-1/+1
2007-03-211. Removed #ifdef EDK_RELEASE_VERSION from all c files for all modulesvanjeff1-9/+7
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...klu21-41/+3
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...qwang121-25/+93
2007-01-25Remove some unused internal functions.xli241-42/+0
2007-01-25Partially make EdkModulePkg pass intel IPF compiler with /W4 /WX switched on.xli241-1/+9
2007-01-04Volatile variable is read-only in runtime.klu21-27/+34
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-07-061)Add a new module CapsuleRuntime under EdkModulePkg\Universal\Capsule\Runtim...davidhuang1-0/+119
2006-04-21Initial import.bbahnsen1-0/+754