audk/MdeModulePkg/Universal/Variable
Gao Cheng 88580a79d4 MdeModulePkg/Variable: Merge variable header + data update into one step
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4597

When creating a new variable, skip marking VAR_HEADER_VALID_ONLY so that
variable header + data update can be merged into one flash write. This
will greatly reduce the time taken for updating a variable and thus
increase performance. Removing VAR_HEADER_VALID_ONLY marking doesn't
have any function impact since it's not used by current code to detect
variable header + data corruption.

Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Gao Cheng <gao.cheng@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
2023-11-29 01:45:25 +00:00
..
MmVariablePei MdeModulePkg: Variable: Introduce MM based variable read service in PEI 2023-06-28 19:35:43 +00:00
Pei MdeModulePkg/Variable: Consume Variable Flash Info 2022-05-19 06:11:20 +00:00
RuntimeDxe MdeModulePkg/Variable: Merge variable header + data update into one step 2023-11-29 01:45:25 +00:00