[[edk2-devel]] MinPlatformPkg: Add support for skipping FSP rebase

2023-07-18 Thread Yang Jie
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4501 Modify the way of processing input arguments in RebaseFspBinBaseAddress script. Add an option to skip FSP rebase. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Isaac Oram Cc: Liming Gao Cc: Eric Dong Signed-off-by: Jie Yang --- .../Tools/Fs

[edk2-devel] [PATCH] [edk2-staging] [PATCH] BaseTools/Bfm: Fix "-g" input FV is not BFV issue

2022-05-19 Thread Yang Jie
FCE tool provides "-g" parameter to indicate which FV to insert binaries. Current code logic has some defects when this FV is not the last BFV, this patch is to fix this issue and enhance this tool. Signed-off-by: jie.yang Cc: Bob Feng Cc: Liming Gao Cc: Yuwei Chen --- BaseTools/Source/C/Bfm

[edk2-devel][PATCH v5] MdeModulePkg/DxeCapsuleLibFmp: Use new Variable Lock interface

2021-11-05 Thread Yang Jie
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3699 The code in MdeModulePkg\Library\DxeCapsuleLibFmp call the deprecated interface VariableLockRequestToLock.c. So I changed the code in FmpDevicePkg using RegisterBasicVariablePolicy, instead of the deprecated interface. Signed-off-by: Yang

[edk2-devel][PATCH v4] MdeModulePkg/DxeCapsuleLibFmp: Use new Variable Lock interface

2021-11-05 Thread Yang Jie
typo in "LockVaraible" v3 changes: Fix a format error. v2 changes: Decrease the times of calling gBS->LocateProtocol Signed-off-by: Yang Jie Cc: Guomin Jiang Cc: Liming Gao Cc: Jian J Wang --- .../DxeCapsuleLibFmp/DxeCapsuleLib.inf| 5 +- .../DxeCapsuleLibFmp/DxeCapsu

[edk2-devel][PATCH v3] MdeModulePkg/DxeCapsuleLibFmp: Use new Variable Lock interface

2021-11-01 Thread Yang Jie
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3699 The code in MdeModulePkg\Library\DxeCapsuleLibFmp call the deprecated interface VariableLockRequestToLock.c. So I changed the code in FmpDevicePkg using RegisterBasicVariablePolicy, instead of the deprecated interface. Signed-off-by: Yang

[edk2-devel][PATCH v4] MdeModulePkg/DxeCapsuleLibFmp: Use new Variable Lock interface

2021-10-28 Thread Yang Jie
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3699 The code in MdeModulePkg\Library\DxeCapsuleLibFmp call the deprecated interface VariableLockRequestToLock.c. So I changed the code in FmpDevicePkg using RegisterBasicVariablePolicy, instead of the deprecated interface. Signed-off-by: Yang

[edk2-devel][PATCH v3] MdeModulePkg/DxeCapsuleLibFmp: Use new Variable Lock interface

2021-10-28 Thread Yang Jie
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3699 The code in MdeModulePkg\Library\DxeCapsuleLibFmp call the deprecated interface VariableLockRequestToLock.c. So I changed the code in FmpDevicePkg using RegisterBasicVariablePolicy, instead of the deprecated interface. Signed-off-by: Yang

[edk2-devel][PATCH v2] MdeModulePkg/DxeCapsuleLibFmp: Use new Variable Lock interface

2021-10-28 Thread Yang Jie
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3699 The code in MdeModulePkg\Library\DxeCapsuleLibFmp call the deprecated interface VariableLockRequestToLock.c. So I changed the code in FmpDevicePkg using RegisterBasicVariablePolicy, instead of the deprecated interface. Signed-off-by: Yang

[edk2-devel] MdeModulePkg/DxeCapsuleLibFmp: Use new Variable Lock interface

2021-10-25 Thread Yang Jie
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3699 The code in MdeModulePkg\Library\DxeCapsuleLibFmp call the deprecated interface VariableLockRequestToLockc. So I changed the code in FmpDevicePkg using RegisterBasicVariablePolicy, instead of the deprecated interface. Signed-off-by: Yang

[edk2-devel] MdeModulePkg/DxeCapsuleLibFmp: Use new Variable Lock interface

2021-10-25 Thread Yang Jie
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3699 The code in MdeModulePkg\Library\DxeCapsuleLibFmp call the deprecated interface VariableLockRequestToLockc. So I changed the code in FmpDevicePkg using RegisterBasicVariablePolicy, instead of the deprecated interface. Signed-off-by: Yang

[edk2-devel][PATCH v2] FmpDevicePkg/FmpDxe: Use new Variable Lock interface

2021-10-18 Thread Yang Jie
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3655 The code in FmpDevicePkg call the deprecated interface VariableLockRequestToLockc. So I changed the code in FmpDevicePkg using RegisterBasicVariablePolicy, instead of the deprecated interface. Signed-off-by: Yang Jie Cc: Liming Gao Cc

[edk2-devel] [PATCH] FmpDevicePkg/FmpDxe: Use new Variable Lock interface

2021-10-18 Thread Yang Jie
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3655 The code in FmpDevicePkg call the deprecated interface VariableLockRequestToLockc. So I changed the code in FmpDevicePkg using RegisterBasicVariablePolicy, instead of the deprecated interface. Signed-off-by: Yang Jie Cc: Liming Gao Cc

Re: [edk2-devel][PATCH] FmpDevicePkg/FmpDxe: Use new Variable Lock interface

2021-10-18 Thread Yang Jie
...@byosoft.com.cn; Yang, Jie Cc: Kinney, Michael D ; Jiang, Guomin Subject: RE: [edk2-devel][PATCH] FmpDevicePkg/FmpDxe: Use new Variable Lock interface Reviewed-by: Wei6 Xu -Original Message- From: devel@edk2.groups.io On Behalf Of gaoliming Sent: Tuesday, October 19, 2021 9:47 AM To

[edk2-devel][PATCH] FmpDevicePkg/FmpDxe: Use new Variable Lock interface

2021-10-18 Thread Yang Jie
From: yangjie REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3655 The code in FmpDevicePkg called the deprecated interface VariableLockRequestToLock. So I changed the code in FmpDevicePkg using RegisterBasicVariablePolicy, instead of the deprecated interface. Signed-off-by: Yang Jie

[edk2-devel][PATCH] FmpDevicePkg/FmpDxe: Use new Variable Lock interface

2021-10-18 Thread Yang, Jie
ecated interface. Signed-off-by: Yang Jie mailto:jie.y...@intel.com>> --- FmpDevicePkg/FmpDevicePkg.dsc | 1 + FmpDevicePkg/FmpDxe/FmpDxe.h | 4 +- FmpDevicePkg/FmpDxe/FmpDxe.inf| 5 ++- FmpDevicePkg/FmpDxe/VariableSupport.c | 65 +-- 4 files