summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Variable
AgeCommit message (Expand)AuthorFilesLines
2024-06-17MdeModulePkg:Add global variable mVariableRtCacheInfoDun Tan1-58/+51
2024-06-17MdeModulePkg: Refine InitVariableCache()Dun Tan1-100/+94
2024-06-17MdeModulePkg:Remove the usage of PcdEnableVariableRuntimeCacheDun Tan2-7/+7
2024-06-17MdeModulePkg:Consume gEdkiiVariableRuntimeCacheInfoHobGuidDun Tan2-74/+55
2024-06-17MdeModulePkg:Remove unneed FreePages for RuntimeHobCacheBufferDun Tan1-7/+3
2024-06-17MdeModulePkg:Remove unnecessary global variablesDun Tan1-7/+7
2024-06-17MdeModulePkg:Create gEdkiiVariableRuntimeCacheInfoHobGuidDun Tan3-2/+310
2024-06-07MdeModulePkg: Warn if out of flash space when writing variablesOliver Steffen1-0/+2
2024-04-30MdeModulePkg/Variable: Add TCG SPDM device measurement updateWenxing Hou3-6/+38
2024-02-09MdeModulePkg: Align RuntimeDxe function headers with UEFI return valuesSuqiang Ren3-39/+140
2023-11-29MdeModulePkg/Variable: Merge variable header + data update into one stepGao Cheng1-41/+4
2023-10-31MdeModulePkg/VariablePolicy: Add more granular variable policy queryingMichael Kubacki2-7/+343
2023-07-10MdeModulePkg/Variable: TcgMorLockSmm Key Mismatch changes lock stateAbhi Singh1-0/+5
2023-06-28MdeModulePkg: Variable: Introduce MM based variable read service in PEIKun Qin3-0/+555
2023-04-10MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran5-21/+21
2023-04-10MdeModulePkg: HOST_APPLICATION IA32/X64 onlyMichael D Kinney1-1/+1
2023-04-03MdeModulePkg: Fix conditionally uninitialized variablesMichael Kubacki1-1/+1
2023-02-15MdeModulePkg/Variable: Attribute combination should return EFI_UNSUPPORTEDStuart Yoder1-1/+5
2022-05-19MdeModulePkg/Variable: Consume Variable Flash InfoMichael Kubacki10-34/+56
2022-01-27MdeModulePkg: VariableSmmRuntimeDxe: Fix Variable Policy Message LengthKun Qin1-5/+5
2022-01-21MdeModulePkg/Variable: Make only EFI_VARIABLE_NON_VOLATILE invalidSunny Wang1-1/+15
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki25-2359/+2668
2021-12-07MdeModulePkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney2-6/+6
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney1-1/+1
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney5-42/+38
2021-11-05MdeModulePkg/Variable/RuntimeDxeUnitTest: Fix 32-bit GCC buildsMichael D Kinney1-3/+3
2021-05-23MdeModulePkg/VariableLock: downgrade compatibility warnings to DEBUG_WARNLaszlo Ersek1-5/+5
2021-03-05MdeModulePkg: VariableSmmRuntimeDxe: Added request unblock memory interfaceKun Qin2-0/+43
2021-02-23MdeModulePkg/VariableStandaloneMm: Set PcdFlashNvStorageVariableBase to PcdIlias Apalodimas1-2/+2
2020-12-15MdeModulePkg/Variable/RuntimeDxe: Add Variable Lock Protocol Unit TestsMichael D Kinney2-0/+601
2020-12-15MdeModulePkg/Variable/RuntimeDxe: Restore Variable Lock Protocol behaviorBret Barkelew1-36/+59
2020-11-17MdeModulePkg: Drop VarLock from RuntimeDxe variable driverBret Barkelew5-48/+75
2020-11-17MdeModulePkg: Change TCG MOR variables to use VariablePolicyBret Barkelew4-25/+82
2020-11-17MdeModulePkg: Allow VariablePolicy state to delete protected variablesBret Barkelew2-0/+12
2020-11-17MdeModulePkg: Connect VariablePolicy business logic to VariableServicesBret Barkelew7-0/+670
2020-07-14MdeModulePkg/Variable/RuntimeDxe: Fix return status from Reclaim()Michael D Kinney1-12/+18
2020-05-12MdeModulePkg/VariableSmmRuntimeDxe: switch to MM communicate 2Ard Biesheuvel2-20/+23
2020-04-07MdeModulePkg VariablePei: Return GetVariable() attr if EFI_BUFFER_TOO_SMALLMichael Kubacki1-9/+10
2020-04-07MdeModulePkg Variable: Return GetVariable() attr if EFI_BUFFER_TOO_SMALLMichael Kubacki2-7/+13
2020-01-17MdeModulePkg/Variable: Fix VarErrorFlag RT cache offset calculationMichael Kubacki1-3/+3
2019-12-02MdeModulePkg/VariableSmmRuntimeDxe.inf: list local header "Variable.h"Laszlo Ersek1-0/+1
2019-11-25MdeModulePkg/Variable: Initialize local variable "RtPtrTrack"edk2-stable201911Kubacki, Michael A1-0/+2
2019-11-25MdeModulePkg/Variable: Initialize local variable "Variable"Kubacki, Michael A1-0/+2
2019-11-15MdeModulePkg/Variable: Fix volatile variable RT cache update logicMichael Kubacki1-3/+3
2019-11-05MdeModulePkg/Variable: Add RT GetNextVariableName() cache supportMichael Kubacki1-9/+128
2019-11-05MdeModulePkg/Variable: Add RT GetVariable() cache supportMichael Kubacki10-40/+971
2019-11-05MdeModulePkg/Variable: Add a file for NV variable functionsMichael Kubacki6-316/+408
2019-11-05MdeModulePkg/Variable: Parameterize auth status in VariableParsingMichael Kubacki5-167/+339
2019-11-05MdeModulePkg/Variable: Parameterize VARIABLE_INFO_ENTRY bufferMichael Kubacki3-35/+40
2019-11-05MdeModulePkg/Variable: Parameterize GetNextVariableInternal () storesMichael Kubacki4-40/+73