UEFI 2.6 spec has minor update to the Data parameter for GetVariable(), and no real functional behavior change.
The modifier of Data parameter: OUT VOID *Data -> OUT VOID *Data OPTIONAL The comments of Data parameter: Data The buffer to return the contents of the variable. -> Data The buffer to return the contents of the variable. May be NULL with a zero DataSize in order to determine the size buffer needed. The patches are to follow the spec to update the definition and implementation. Star Zeng (3): MdePkg: Minor update to the Data parameter for GetVariable() MdeModulePkg Variable: Minor update to the Data parameter for GetVariable() DuetPkg FSVariable: Minor update to the Data parameter for GetVariable() DuetPkg/FSVariable/FSVariable.c | 7 ++++--- MdeModulePkg/Universal/Variable/EmuRuntimeDxe/InitVariable.c | 7 ++++--- MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c | 5 +++-- MdePkg/Include/Uefi/UefiSpec.h | 7 ++++--- 4 files changed, 15 insertions(+), 11 deletions(-) -- 2.7.0.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel