summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Variable
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-2810-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-285-93/+137
* 1) Add type cast for better coding style.Feng Tian2014-08-072-11/+11
* Update code to support VS2013 tool chain.Eric Dong2014-07-283-2/+12
* Calculate enough space for 2 variables (public key and variable data) instead...Dong Guo2014-03-272-32/+23
* MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang an...Star Zeng2014-03-254-63/+328
* MdeModulePkg/SecurityPkg Variable: Return error status to avoid inconsistency...Star Zeng2014-03-201-13/+25
* Fix CRLF formatTian, Hot2014-01-221-97/+97
* MdeModulePkg and SecurityPkg Variable: Optimize the code to reduce some SMRAM...Star Zeng2013-11-123-70/+69
* MdeModulePkg and SecurityPkg Variable: Enhance code to use the new variable d...Star Zeng2013-11-041-92/+87
* MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variabl...Star Zeng2013-08-192-13/+127
* MdeModulePkg/SecurityPkg Variable: If a preexisting variable is rewritten wit...Star Zeng2013-08-161-2/+12
* MdeModulePkg: Add the alignment check for FTW spare area address and length, ...Star Zeng2013-07-112-1/+13
* MdeModulePkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng2013-07-037-197/+512
* The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek2013-06-171-0/+23
* Revert the changes made in 14403 because it incorrectly changed the EOL.Ruiyu Ni2013-06-171-502/+479
* The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek2013-06-141-479/+502
* Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.lzeng142013-05-211-4/+7
* Remove the complex buffer since the _LOCK_VARIABLE won't be allowed after lea...niruiyu2013-05-203-43/+20
* Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg varia...niruiyu2013-05-178-22/+379
* 1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...lzeng142013-05-072-59/+87
* 1. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng142013-04-252-18/+110
* Fix potential overflow for SetVariable interfaceczhang462013-04-223-9/+28
* Fix a potential SMM memory dump issue. If pass communication buffer with Data...czhang462013-04-191-0/+13
* Fix SMM Variable driver stack GetVariable return INVALID_PARAMETER when DataS...czhang462013-04-151-10/+28
* Update SMM variable DXE driver GetNextVariable interface to comply with UEFI ...czhang462013-04-121-9/+30
* If DataSize or VariableNameSize is near MAX_ADDRESS, this can cause the compu...lzeng142013-04-082-0/+35
* Variables with state VAR_ADDED&VAR_IN_DELETED_TRANSITION should be considered...lzeng142013-01-251-10/+49
* Add NULL pointer check.lzeng142013-01-251-0/+2
* 1. Update the logic of UpdateVariable() for updating variable from:lzeng142013-01-182-19/+117
* Fix the issue that RuntimeServiceQueryVariableInfo() in VariableSmmRuntimeDxe...lzeng142013-01-151-2/+2
* Add the TPL raise/restore code for VariableSmmRuntimeDxe to avoid variable se...lzeng142013-01-081-16/+78
* 1. Don't assume that flush the HOB variable to flash must be successful.lzeng142013-01-043-35/+132
* Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of OFFSET_OF (SMM_VARIABLE_C...lzeng142012-12-121-5/+5
* MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian2012-11-012-2/+3
* MdeModulePkg/VariableSmm: Fix a VariableSmm bug when reading variable with si...erictian2012-09-121-1/+1
* LastVariableOffset is wrongly set to 0 when FtwVariableSpace() fails. Recalcu...lzeng142012-08-061-14/+27
* Return EFI_UNSUPPORTED if READY_TO_BOOT function is invoked at SMM runtime.sfu52012-07-171-0/+4
* Fix a buffer overflow bug in VariableSmm driver.sfu52012-07-171-1/+1
* Add SMRAM range check to variable SMM SMI handler.czhang462012-07-132-22/+166
* Include read data buffer in CommBufferSize when calculate the buffer size.ydong102012-07-091-2/+2
* According to UEFI spec 2.3.1a. hardware error record variable should use the ...lzeng142012-05-304-7/+64
* Return EFI_WRITE_PROTECTED when setting HwErrRecSupport Global Variable at ru...lzeng142012-05-301-2/+12
* If setting variable in Runtime and there has been a same GUID and name variab...lzeng142012-03-301-14/+28
* Missing declaration of the GUID gEfiSystemNvDataFvGuid.niruiyu2011-12-131-0/+1
* MdeModulePkg/Variable: Check if there is a NV Variable Storage header prior t...oliviermartin2011-12-126-1/+25
* Fix a typo in the commentsniruiyu2011-11-141-1/+1
* Add the missing (UINTN) type cast when calculating the end of variable store.niruiyu2011-11-081-1/+1
* Roll back an incorrect change that causes EmuGetVariable always return EFI_NO...niruiyu2011-11-081-1/+1
* Add the missing HEADER_ALIGN macro.niruiyu2011-10-281-10/+10