Age | Commit message (Expand) | Author | Files | Lines |
2013-07-11 | MdeModulePkg: Add the alignment check for FTW spare area address and length, ... | Star Zeng | 2 | -1/+13 |
2013-07-03 | MdeModulePkg: Variable drivers robustly handle crashes during Reclaim(). | Star Zeng | 7 | -197/+512 |
2013-06-17 | The list of locked variables is traversed at runtime, hence we must | Laszlo Ersek | 1 | -0/+23 |
2013-06-17 | Revert the changes made in 14403 because it incorrectly changed the EOL. | Ruiyu Ni | 1 | -502/+479 |
2013-06-14 | The list of locked variables is traversed at runtime, hence we must | Laszlo Ersek | 1 | -479/+502 |
2013-05-21 | Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input. | lzeng14 | 1 | -4/+7 |
2013-05-20 | Remove the complex buffer since the _LOCK_VARIABLE won't be allowed after lea... | niruiyu | 3 | -43/+20 |
2013-05-17 | Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg varia... | niruiyu | 8 | -22/+379 |
2013-05-07 | 1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h... | lzeng14 | 2 | -59/+87 |
2013-04-25 | 1. Use the check IsAddressValid() to prevent SMM communication buffer overflo... | lzeng14 | 2 | -18/+110 |
2013-04-22 | Fix potential overflow for SetVariable interface | czhang46 | 3 | -9/+28 |
2013-04-19 | Fix a potential SMM memory dump issue. If pass communication buffer with Data... | czhang46 | 1 | -0/+13 |
2013-04-15 | Fix SMM Variable driver stack GetVariable return INVALID_PARAMETER when DataS... | czhang46 | 1 | -10/+28 |
2013-04-12 | Update SMM variable DXE driver GetNextVariable interface to comply with UEFI ... | czhang46 | 1 | -9/+30 |
2013-04-08 | If DataSize or VariableNameSize is near MAX_ADDRESS, this can cause the compu... | lzeng14 | 2 | -0/+35 |
2013-01-25 | Variables with state VAR_ADDED&VAR_IN_DELETED_TRANSITION should be considered... | lzeng14 | 1 | -10/+49 |
2013-01-25 | Add NULL pointer check. | lzeng14 | 1 | -0/+2 |
2013-01-18 | 1. Update the logic of UpdateVariable() for updating variable from: | lzeng14 | 2 | -19/+117 |
2013-01-15 | Fix the issue that RuntimeServiceQueryVariableInfo() in VariableSmmRuntimeDxe... | lzeng14 | 1 | -2/+2 |
2013-01-08 | Add the TPL raise/restore code for VariableSmmRuntimeDxe to avoid variable se... | lzeng14 | 1 | -16/+78 |
2013-01-04 | 1. Don't assume that flush the HOB variable to flash must be successful. | lzeng14 | 3 | -35/+132 |
2012-12-12 | Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of OFFSET_OF (SMM_VARIABLE_C... | lzeng14 | 1 | -5/+5 |
2012-11-01 | MdeModulePkg: eliminate all implicit library dependencies for all modules in ... | erictian | 2 | -2/+3 |
2012-09-12 | MdeModulePkg/VariableSmm: Fix a VariableSmm bug when reading variable with si... | erictian | 1 | -1/+1 |
2012-08-06 | LastVariableOffset is wrongly set to 0 when FtwVariableSpace() fails. Recalcu... | lzeng14 | 1 | -14/+27 |
2012-07-17 | Return EFI_UNSUPPORTED if READY_TO_BOOT function is invoked at SMM runtime. | sfu5 | 1 | -0/+4 |
2012-07-17 | Fix a buffer overflow bug in VariableSmm driver. | sfu5 | 1 | -1/+1 |
2012-07-13 | Add SMRAM range check to variable SMM SMI handler. | czhang46 | 2 | -22/+166 |
2012-07-09 | Include read data buffer in CommBufferSize when calculate the buffer size. | ydong10 | 1 | -2/+2 |
2012-05-30 | According to UEFI spec 2.3.1a. hardware error record variable should use the ... | lzeng14 | 4 | -7/+64 |
2012-05-30 | Return EFI_WRITE_PROTECTED when setting HwErrRecSupport Global Variable at ru... | lzeng14 | 1 | -2/+12 |
2012-03-30 | If setting variable in Runtime and there has been a same GUID and name variab... | lzeng14 | 1 | -14/+28 |
2011-12-13 | Missing declaration of the GUID gEfiSystemNvDataFvGuid. | niruiyu | 1 | -0/+1 |
2011-12-12 | MdeModulePkg/Variable: Check if there is a NV Variable Storage header prior t... | oliviermartin | 6 | -1/+25 |
2011-11-14 | Fix a typo in the comments | niruiyu | 1 | -1/+1 |
2011-11-08 | Add the missing (UINTN) type cast when calculating the end of variable store. | niruiyu | 1 | -1/+1 |
2011-11-08 | Roll back an incorrect change that causes EmuGetVariable always return EFI_NO... | niruiyu | 1 | -1/+1 |
2011-10-28 | Add the missing HEADER_ALIGN macro. | niruiyu | 1 | -10/+10 |
2011-10-19 | Support Variable driver (EmuRuntimeDxe) to support the default variable data ... | niruiyu | 4 | -9/+59 |
2011-10-18 | Fix GCC build failure. | niruiyu | 1 | -1/+1 |
2011-10-14 | Fix the clang compilation failure to handle all the values in a case statemen... | niruiyu | 1 | -0/+4 |
2011-10-14 | Change Variable driver (Pei/RuntimeDxe) to support the default variable data ... | niruiyu | 6 | -270/+463 |
2011-09-29 | Add pointer check for NULL before dereference it. | ydong10 | 1 | -2/+5 |
2011-06-07 | Remove duplicated definitions EFI_VARIABLE_INDEX_TABLE_GUID in variable PEI d... | sfu5 | 3 | -32/+4 |
2011-04-27 | Solve a wrong pointer reference in QueryVariableInfo(). | erictian | 2 | -4/+4 |
2011-03-14 | judge recovery mode at ReadOnlyVariable2Ppi interface. if yes, then return EF... | erictian | 3 | -185/+45 |
2011-03-14 | if it's in recovery mode, variable region is unreliable, so the ReadOnlyVaria... | erictian | 3 | -8/+177 |
2011-02-28 | Puts SMM variable common definitions in SmmVariableCommon.h. | gdong1 | 5 | -67/+30 |
2011-02-12 | correct Intel's copyright date as the changes checked-in at r11273 & r11272 a... | erictian | 2 | -2/+2 |
2011-01-26 | fix word typo | erictian | 2 | -4/+4 |