Re: [edk2-devel] [PATCH v11 20/32] UefiCpuPkg: Define ConfidentialComputingGuestAttr

2021-10-25 Thread Min Xu
On October 23, 2021 12:14 PM, Brijesh Singh wrote: > > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275 > > While initializing APs, the MpInitLib may need to know whether the guest is > running with active AMD SEV or Intel TDX memory encryption. > > Add a new ConfidentialComputingGuestAtt

[edk2-devel] [PATCH 0/2] staging/RedfishClientPkg: Add EDKII ETag driver

2021-10-25 Thread Abner Chang
Send patch set in behalf of Nickle Wang. Add EDKII ETag driver to RedfishClientPkg. This driver is used by EDKII Redfish feature drivers in order to manipulating ETag of the HTTP content. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Liming Gao Abner Chang (2): staging/RedfishClientPkg: A

Re: [edk2-devel] [PATCH V2 28/28] OvmfPkg: Add LocalApicTimerDxe

2021-10-25 Thread Min Xu
On October 12, 2021 9:02 PM, Gerd Hoffmann wrote: > On Tue, Oct 05, 2021 at 11:39:39AM +0800, Min Xu wrote: > > RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429 > > > > TDX guest supports LocalApicTimer. But in current OvmfPkg the > > supported timer is 8254TimerDxe. So > > gUefiOvmfPkgToke

[edk2-devel] [PATCH 2/2] staging/RedfishClientPkg: Add EDKII ETag driver to build

2021-10-25 Thread Abner Chang
Add EDKII ETag driver to RedfishClientPkg build. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Liming Gao --- RedfishClientPkg/RedfishClientPkg.dec| 5 +++-- RedfishClientPkg/RedfishClientComponents.dsc.inc | 3 ++- RedfishClientPkg/RedfishClient.fdf.inc | 3 ++- 3 files

[edk2-devel] [PATCH 1/2] staging/RedfishClientPkg: Add EDKII ETag driver

2021-10-25 Thread Abner Chang
Implement EDKII ETag protocol to manipulate ETag of HTTP content. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Liming Gao --- .../RedfishETagDxe/RedfishETagDxe.inf | 45 + .../Protocol/EdkIIRedfishETagProtocol.h | 76 ++ .../RedfishETagDxe/RedfishETagDxe.h | 70 ++

Re: [edk2-devel] [PATCH edk2-test 1/1] uefi-sct/SctPkg: unsupported TEXT_INPUT_EX.SetState

2021-10-25 Thread G Edhaya Chandran
Patch is upstreamed through commit:  https://github.com/tianocore/edk2-test/commit/7c60a6d4c73a2a4a5e1f352534e103f0f1a418bd -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#82624): https://edk2.groups.io/g/devel/message/82624 Mute This Topi

Re: [edk2-devel] [PATCH edk2-test v2 1/1] uefi-sct/SctPkg: fix BuildAtaDeviceNode()

2021-10-25 Thread G Edhaya Chandran
Upstreamed through commit-id :  https://github.com/tianocore/edk2-test/commit/dc6efa23c099a04702854d36e518939b50aeea7f -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#82625): https://edk2.groups.io/g/devel/message/82625 Mute This Topic: ht

Re: [edk2-devel] [PATCH 1/2] staging/RedfishClientPkg: Add EDKII ETag driver

2021-10-25 Thread Nickle Wang
Reviewed-by: Nickle Wang Thanks, Nickle From: Chang, Abner (HPS SW/FW Technologist) Sent: Monday, October 25, 2021 15:41 To: devel@edk2.groups.io Cc: Wang, Nickle (HPS SW) ; Liming Gao Subject: [PATCH 1/2] staging/RedfishClientPkg: Add EDKII ETag driver Imple

Re: [edk2-devel] [PATCH 2/2] staging/RedfishClientPkg: Add EDKII ETag driver to build

2021-10-25 Thread Nickle Wang
Reviewed-by: Nickle Wang Thanks, Nickle From: Chang, Abner (HPS SW/FW Technologist) Sent: Monday, October 25, 2021 15:41 To: devel@edk2.groups.io Cc: Wang, Nickle (HPS SW) ; Liming Gao Subject: [PATCH 2/2] staging/RedfishClientPkg: Add EDKII ETag driver to bui

Re: [edk2-devel] [PATCH 1/2] staging/RedfishClientPkg: Add EDKII ETag driver

2021-10-25 Thread Abner Chang
Reviewed-by: Abner Chang From: Wang, Nickle (HPS SW) Sent: Monday, October 25, 2021 4:20 PM To: Chang, Abner (HPS SW/FW Technologist) ; devel@edk2.groups.io Cc: Liming Gao Subject: Re: [PATCH 1/2] staging/RedfishClientPkg: Add EDKII ETag driver Reviewed-by:

Re: [edk2-devel] [PATCH 2/2] staging/RedfishClientPkg: Add EDKII ETag driver to build

2021-10-25 Thread Abner Chang
Reviewed-by: Abner Chang From: Wang, Nickle (HPS SW) Sent: Monday, October 25, 2021 4:21 PM To: Chang, Abner (HPS SW/FW Technologist) ; devel@edk2.groups.io Cc: Liming Gao Subject: Re: [PATCH 2/2] staging/RedfishClientPkg: Add EDKII ETag driver to build Revie

Re: [edk2-devel] [PATCH V2 28/28] OvmfPkg: Add LocalApicTimerDxe

2021-10-25 Thread Gerd Hoffmann
On Mon, Oct 25, 2021 at 07:37:33AM +, Min Xu wrote: > On October 12, 2021 9:02 PM, Gerd Hoffmann wrote: > > On Tue, Oct 05, 2021 at 11:39:39AM +0800, Min Xu wrote: > > > RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429 > > > > > > TDX guest supports LocalApicTimer. But in current OvmfPk

[edk2-devel] [PATCH v2 0/5] OvmfPkg: rework TPM configuration.

2021-10-25 Thread Gerd Hoffmann
Allows to enable/disable TPM 1.2 support in OVMF. Allows to enable SHA-1 support for TPM hashing. v2: - drop TPM_CONFIG_ENABLE config option. - don't add SHA1 config option. - add config menu for tpm 1.2 Gerd Hoffmann (5): OvmfPkg: move tcg configuration to dsc and fdf include files OvmfPk

[edk2-devel] [PATCH v2 1/5] OvmfPkg: move tcg configuration to dsc and fdf include files

2021-10-25 Thread Gerd Hoffmann
With this in place the tpm configuration is not duplicated for each of our four ovmf config variants (ia32, ia32x64, x64, amdsev) and it is easier to keep them all in sync when updating the tpm configuration. No functional change. Signed-off-by: Gerd Hoffmann --- OvmfPkg/OvmfTpmComponentsDxe.ds

[edk2-devel] [PATCH v2 3/5] OvmfPkg: create Tcg12ConfigPei.inf

2021-10-25 Thread Gerd Hoffmann
Split Tcg2ConfigPei.inf into two variants: Tcg12ConfigPei.inf with TPM 1.2 backward compatibility included and Tcg2ConfigPei.inf supporting TPM 2.0 only. This allows x86 builds to choose whenever TPM 1.2 support should be included or not by picking the one or the other inf file. Switch x86 builds

[edk2-devel] [PATCH v2 2/5] OvmfPkg: drop TPM_CONFIG_ENABLE

2021-10-25 Thread Gerd Hoffmann
Drop TPM_CONFIG_ENABLE config option. Including TPM support in the build without also including the TPM configuration menu is not useful. Suggested-by: Stefan Berger Signed-off-by: Gerd Hoffmann --- OvmfPkg/OvmfTpmComponentsDxe.dsc.inc | 2 -- OvmfPkg/OvmfTpmDefines.dsc.inc

[edk2-devel] [PATCH v2 4/5] OvmfPkg: rework TPM configuration

2021-10-25 Thread Gerd Hoffmann
Rename TPM_ENABLE to TPM2_ENABLE so naming is in line with the ArmVirtPkg config option name. Add separate TPM1_ENABLE option for TPM 1.2 support. Signed-off-by: Gerd Hoffmann --- OvmfPkg/OvmfTpmComponentsDxe.dsc.inc | 4 +++- OvmfPkg/OvmfTpmComponentsPei.dsc.inc

[edk2-devel] [PATCH v2 5/5] OvmfPkg: add TPM 1.2 config menu

2021-10-25 Thread Gerd Hoffmann
When building OVMF with TPM 1.2 support enabled do also include the configuration menu. Suggested-by: Stefan Berger Signed-off-by: Gerd Hoffmann --- OvmfPkg/OvmfTpmComponentsDxe.dsc.inc | 1 + OvmfPkg/OvmfTpmDxe.fdf.inc | 1 + 2 files changed, 2 insertions(+) diff --git a/OvmfPkg/Ovm

Re: [edk2-devel] [PATCH v2 2/5] OvmfPkg: drop TPM_CONFIG_ENABLE

2021-10-25 Thread Stefan Berger
On 10/25/21 8:15 AM, Gerd Hoffmann wrote: Drop TPM_CONFIG_ENABLE config option. Including TPM support in the build without also including the TPM configuration menu is not useful. Suggested-by: Stefan Berger Signed-off-by: Gerd Hoffmann 2 more files would need this change: ./OvmfPkg/Micr

Re: [edk2-devel] [PATCH v2 3/5] OvmfPkg: create Tcg12ConfigPei.inf

2021-10-25 Thread Stefan Berger
On 10/25/21 8:15 AM, Gerd Hoffmann wrote: Split Tcg2ConfigPei.inf into two variants: Tcg12ConfigPei.inf with TPM 1.2 backward compatibility included and Tcg2ConfigPei.inf supporting TPM backward compatibility included -> support 2.0 only. This allows x86 builds to choose whenever TPM 1.2

Re: [edk2-devel] [PATCH v2 4/5] OvmfPkg: rework TPM configuration

2021-10-25 Thread Stefan Berger
On 10/25/21 8:15 AM, Gerd Hoffmann wrote: Rename TPM_ENABLE to TPM2_ENABLE so naming is in line with the ArmVirtPkg config option name. Add separate TPM1_ENABLE option for TPM 1.2 support. Signed-off-by: Gerd Hoffmann You may have missed this one here:  ./OvmfPkg/Microvm/MicrovmX64.dsc: 

Re: [edk2-devel] [PATCH v2 5/5] OvmfPkg: add TPM 1.2 config menu

2021-10-25 Thread Stefan Berger
On 10/25/21 8:15 AM, Gerd Hoffmann wrote: When building OVMF with TPM 1.2 support enabled do also include the configuration menu. Suggested-by: Stefan Berger Signed-off-by: Gerd Hoffmann The menu is there but it doesn't react to the selections, which I hadn't tested before. Maybe drop thi

[edk2-devel] [PATCH v2 1/7] OvmfPkg/PlatformCI: factor out PlatformBuildLib.py

2021-10-25 Thread Gerd Hoffmann
Move SettingsManager and PlatformBuilder classes to PlatformBuildLib.py file, keep only CommonPlatform class in PlatformBuild.py. Allows reusing these classes for other builds. Pure code motion, no functional change. Signed-off-by: Gerd Hoffmann --- OvmfPkg/PlatformCI/PlatformBuild.py

[edk2-devel] [PATCH v2 0/7] OvmfPkg/PlatformCI: hook up AmdSev, Bhyve and Microvm

2021-10-25 Thread Gerd Hoffmann
v2: - hook up OvmfXen too. - add CI maintainers to Cc. Gerd Hoffmann (7): OvmfPkg/PlatformCI: factor out PlatformBuildLib.py OvmfPkg/PlatformCI: add QEMU_SKIP OvmfPkg/PlatformCI: add BhyveBuild.py OvmfPkg/PlatformCI: add MicrovmBuild.py OvmfPkg/PlatformCI: add AmdSevBuild.py OvmfPkg/

[edk2-devel] [PATCH v2 2/7] OvmfPkg/PlatformCI: add QEMU_SKIP

2021-10-25 Thread Gerd Hoffmann
Skip the qemu boot test in case QEMU_SKIP is set to true. Signed-off-by: Gerd Hoffmann --- OvmfPkg/PlatformCI/PlatformBuildLib.py | 5 + 1 file changed, 5 insertions(+) diff --git a/OvmfPkg/PlatformCI/PlatformBuildLib.py b/OvmfPkg/PlatformCI/PlatformBuildLib.py index 90ac0b29a892..bfef9849

[edk2-devel] [PATCH v2 3/7] OvmfPkg/PlatformCI: add BhyveBuild.py

2021-10-25 Thread Gerd Hoffmann
Add build test for OvmfPkg/Bhyve. Signed-off-by: Gerd Hoffmann --- .../.azurepipelines/Ubuntu-GCC5.yml | 9 + OvmfPkg/PlatformCI/BhyveBuild.py | 37 +++ 2 files changed, 46 insertions(+) create mode 100644 OvmfPkg/PlatformCI/BhyveBuild.py diff --git

[edk2-devel] [PATCH v2 4/7] OvmfPkg/PlatformCI: add MicrovmBuild.py

2021-10-25 Thread Gerd Hoffmann
Add build test for OvmfPkg/Microvm. Signed-off-by: Gerd Hoffmann --- .../.azurepipelines/Ubuntu-GCC5.yml | 10 + OvmfPkg/PlatformCI/MicrovmBuild.py| 37 +++ 2 files changed, 47 insertions(+) create mode 100644 OvmfPkg/PlatformCI/MicrovmBuild.py diff --

[edk2-devel] [PATCH v2 5/7] OvmfPkg/PlatformCI: add AmdSevBuild.py

2021-10-25 Thread Gerd Hoffmann
Add build test for OvmfPkg/AmdSev. Signed-off-by: Gerd Hoffmann --- .../.azurepipelines/Ubuntu-GCC5.yml | 10 + OvmfPkg/PlatformCI/AmdSevBuild.py | 37 +++ 2 files changed, 47 insertions(+) create mode 100644 OvmfPkg/PlatformCI/AmdSevBuild.py diff --gi

[edk2-devel] [PATCH v2 7/7] OvmfPkg/PlatformCI: add XenBuild.py

2021-10-25 Thread Gerd Hoffmann
Add build test for OvmfXen. Signed-off-by: Gerd Hoffmann --- .../.azurepipelines/Ubuntu-GCC5.yml | 9 + OvmfPkg/PlatformCI/XenBuild.py| 37 +++ 2 files changed, 46 insertions(+) create mode 100644 OvmfPkg/PlatformCI/XenBuild.py diff --git a/OvmfPk

[edk2-devel] [PATCH v2 6/7] OvmfPkg/PlatformCI: dummy grub.efi for AmdSev

2021-10-25 Thread Gerd Hoffmann
Building grub.efi for AmdSev is difficult because it depends on patches not yet merged to upstream grub. So shortcut the grub build by simply creating an empty grub.efi file. That allows to at least build-test the AmdSev variant. Signed-off-by: Gerd Hoffmann --- OvmfPkg/PlatformCI/AmdSevBuild.

Re: [edk2-devel] [PATCH v2 1/5] OvmfPkg: move tcg configuration to dsc and fdf include files

2021-10-25 Thread Stefan Berger
On 10/25/21 8:15 AM, Gerd Hoffmann wrote: With this in place the tpm configuration is not duplicated for each of our four ovmf config variants (ia32, ia32x64, x64, amdsev) and it is easier to keep them all in sync when updating the tpm configuration. No functional change. Signed-off-by: Gerd

Re: [edk2-devel] [PATCH v11 20/32] UefiCpuPkg: Define ConfidentialComputingGuestAttr

2021-10-25 Thread Brijesh Singh via groups.io
On 10/25/21 2:22 AM, Xu, Min M wrote: > On October 23, 2021 12:14 PM, Brijesh Singh wrote: >> BZ: >> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbugzilla.tianocore.org%2Fshow_bug.cgi%3Fid%3D3275&data=04%7C01%7Cbrijesh.singh%40amd.com%7C96cac3cfbb5b4eec64a808d997883593%7C3dd

[edk2-devel] [edk2-libc Patch v2 1/4] AppPkg/Applications/Python: To remove the py2.7.2 uefi port code

2021-10-25 Thread Jayaprakash, N
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#82652): https://edk2.groups.io/g/devel/message/82652 Mute This Topic: https://groups.io/mt/86580320/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/

[edk2-devel] [edk2-libc Patch v2 1/4] AppPkg/Applications/Python: To remove the py2.7.2 uefi port code

2021-10-25 Thread Jayaprakash, N
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#82655): https://edk2.groups.io/g/devel/message/82655 Mute This Topic: https://groups.io/mt/86581292/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/

[edk2-devel] [edk2-libc Patch v2 2/4] AppPkg/Applications/Python: to remove document references to py2.7.2

2021-10-25 Thread Jayaprakash, N
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589 This commit is to remove references to the py 2.7.2 UEFI port in all documents from edk2-libc repo. This python interpreter is no more supported on UEFI shell due to availability of py 3.6.8 on UEFI. Cc: Rebecca Cran Cc: Michael D Kinney

[edk2-devel] [edk2-libc Patch v2 1/4] AppPkg/Applications/Python: To remove the py2.7.2 uefi port code

2021-10-25 Thread Jayaprakash, N
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#82657): https://edk2.groups.io/g/devel/message/82657 Mute This Topic: https://groups.io/mt/86581350/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/

[edk2-devel] [edk2-libc Patch v2 3/4] AppPkg/Applications/Python: to remove py2.7.10 support from edk2-libc

2021-10-25 Thread Jayaprakash, N
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#82658): https://edk2.groups.io/g/devel/message/82658 Mute This Topic: https://groups.io/mt/86581479/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/

[edk2-devel] [edk2-libc Patch v2 4/4] AppPkg/Applications/Python: to remove py2.7.10 references from edk2-libc

2021-10-25 Thread Jayaprakash, N
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3589 This commit is to remove the document references to py 2.7.10 UEFI port. Py2.7.10 is no more supported as it has reached EOL starting from 1st Jan 2020. You may use the version py 3.6.8 available for uefi shell from edk2-libc. Cc: Rebecca C

Re: [edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python: Remove py2.7.2 support from edk2-libc

2021-10-25 Thread Jayaprakash, N
Hi Mike, I have send V2 version of patch series to remove complete Py 2.7 support(including py 2.7.2 and py 2.7.10 versions removal). Separate patches created for code and document changes. There was some issue with running send email on my system, you would have got multiple emails with the

[edk2-devel] Inclusive Language RFC

2021-10-25 Thread Teng, Lynn L
Hello all, Please provide your feedback and comments to the Inclusive Language Plan below over the next two weeks (10/25-11/05). Thank you in advance for your contributions. *** ## Overview To promote a more inclusive and open ecosystem, TianoCore is dedicated to removing archaic terminolo

Re: [edk2-devel][edk2-platforms][PATCH V1 02/11] CometlakeOpenBoardPkg/ReportFvLib: Switch to new library instances.

2021-10-25 Thread Kathappan Esakkithevar
Reviewed-by: Kathappan Esakkithevar > -Original Message- > From: Oram, Isaac W > Sent: Saturday, October 16, 2021 2:55 AM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Desimone, Nathaniel L > ; Chaganty, Rangasai V > ; Kethi Reddy, Deepika > ; Esakkithevar, Kathappan > > Subject: [edk

Re: [edk2-devel] [PATCH V2 28/28] OvmfPkg: Add LocalApicTimerDxe

2021-10-25 Thread Min Xu
On October 25, 2021 7:28 PM, Gerd Hoffmann wrote: > On Mon, Oct 25, 2021 at 07:37:33AM +, Min Xu wrote: > > On October 12, 2021 9:02 PM, Gerd Hoffmann wrote: > > > On Tue, Oct 05, 2021 at 11:39:39AM +0800, Min Xu wrote: > > > > RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429 > > > > >

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - 10/26/2021 #cal-reminder

2021-10-25 Thread devel@edk2.groups.io Calendar
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Groups.io Inc//Groups.io Calendar//EN METHOD:PUBLISH REFRESH-INTERVAL;VALUE=DURATION:PT1H X-PUBLISHED-TTL:PT1H CALSCALE:GREGORIAN BEGIN:VTIMEZONE TZID:America/Los_Angeles LAST-MODIFIED:20201011T015911Z TZURL:http://tzurl.org/zoneinfo-outlook/America/Los_Angeles

Re: [edk2-devel] [PATCH V2 12/28] UefiCpuPkg/CpuExceptionHandler: Add base support for the #VE exception

2021-10-25 Thread Min Xu
On October 12, 2021 6:27 PM, Gerd Hoffmann wrote: > > + if (ExceptionType == VE_EXCEPTION) { > > +EFI_STATUS Status; > > +// > > +// #VE needs to be handled immediately upon enabling exception handling > > +// and therefore can't use the RegisterCpuInterruptHandler() interface. >

回复: [edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - 10/26/2021 #cal-reminder

2021-10-25 Thread gaoliming
Few new issues are reported this week. Let’s cancel the meeting. 3704 EDK2 Code unassig...@tianocore.org UNCO OvmfPkgX64 RELEASE build fails with clang-13. Thu 05:28 kricha...

[edk2-devel] Cancelled Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, October 26, 2021 #cal-cancelled

2021-10-25 Thread devel@edk2.groups.io Calendar
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Groups.io Inc//Groups.io Calendar//EN METHOD:CANCELLED REFRESH-INTERVAL;VALUE=DURATION:PT1H X-PUBLISHED-TTL:PT1H CALSCALE:GREGORIAN BEGIN:VTIMEZONE TZID:America/Los_Angeles LAST-MODIFIED:20201011T015911Z TZURL:http://tzurl.org/zoneinfo-outlook/America/Los_Angel

Re: [edk2-devel] [PATCH V2 28/28] OvmfPkg: Add LocalApicTimerDxe

2021-10-25 Thread Gerd Hoffmann
> > I still think we don't need a runtime switch. Continue using 8254TimerDxe > > for > > CSM_ENABLE=TRUE builds should be enough. > > > Thanks for your detailed explanation. I agree we don't need a runtime switch. > Just use CSM_ENABLE=TRUE in *.dsc/*.fdf to switch 8254 and lapic in build > t

[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 J

Re: [edk2-devel] [PATCH V2 12/28] UefiCpuPkg/CpuExceptionHandler: Add base support for the #VE exception

2021-10-25 Thread Gerd Hoffmann
On Tue, Oct 26, 2021 at 05:06:21AM +, Xu, Min M wrote: > On October 12, 2021 6:27 PM, Gerd Hoffmann wrote: > > > + if (ExceptionType == VE_EXCEPTION) { > > > +EFI_STATUS Status; > > > +// > > > +// #VE needs to be handled immediately upon enabling exception > > > handling > > > +

[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 J

Re: [edk2-devel] [PATCH] MdeModulePkg\UfsBlockIoPei: UFS MMIO address size support both 32/64 bit

2021-10-25 Thread Wu, Hao A
> -Original Message- > From: Chiu, Ian > Sent: Friday, October 22, 2021 5:15 PM > To: devel@edk2.groups.io > Cc: Chiu, Ian ; Chiu, Ian ; Chu, > Maggie ; Ni, Ray ; Wu, Hao A > > Subject: [PATCH] MdeModulePkg\UfsBlockIoPei: UFS MMIO address size > support both 32/64 bit > > From: Ian Chiu