[edk2-devel] [PATCH] Revert two commits for authenticated variable store support in VPD

2022-01-23 Thread Chen Lin Z
Variable driver will responsible to convert normal variable format to the authenticated variable format, so no need to add support in BaseTools. 1.Revert "BaseTools: Add authenticated variable store support" This reverts commit 22c3b5a865ec800b7eecf43de336ad5e2d917a08. 2. Revert "BaseTools: Fix w

Re: [edk2-devel] [PATCH v2 3/6] OvmfPkg/PlatformPei: unfix PcdPciExpressBaseAddress

2022-01-23 Thread Abner Chang
Reviewed-by: Abner Chang > -Original Message- > From: Gerd Hoffmann > Sent: Monday, January 17, 2022 6:02 PM > To: devel@edk2.groups.io > Cc: Gerd Hoffmann ; Ray Ni ; > Liming Gao ; Chang, Abner (HPS SW/FW > Technologist) ; Jiewen Yao > ; Jordan Justen ; Leif > Lindholm ; Ard Biesheuve

Re: [edk2-devel] [PATCH v2 2/6] FdtPciHostBridgeLib: io range is not mandatory

2022-01-23 Thread Abner Chang
> -Original Message- > From: Gerd Hoffmann > Sent: Monday, January 17, 2022 6:02 PM > To: devel@edk2.groups.io > Cc: Gerd Hoffmann ; Ray Ni ; > Liming Gao ; Chang, Abner (HPS SW/FW > Technologist) ; Jiewen Yao > ; Jordan Justen ; Leif > Lindholm ; Ard Biesheuvel > ; Jian J Wang ; Pawel

[edk2-devel] [PATCH v6 4/4] IntelSiliconPkg/VTd: Only generate PEI DMA buffer once.

2022-01-23 Thread Sheng Wei
VTdInfoNotify may be called manay times, PEI DMA buffer should be generated only once. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3667 Cc: Ray Ni Cc: Rangasai V Chaganty Cc: Jenny Huang Cc: Robert Kowalewski Reviewed-by: Jenny Huang Signed-off-by: Sheng Wei --- .../Feature/VTd/In

[edk2-devel] [PATCH v6 2/4] IntelSiliconPkg/VTd: Update VTd register structs

2022-01-23 Thread Sheng Wei
Update VTd register structs accroding to VTd spec ver 3.3 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3765 Cc: Ray Ni Cc: Rangasai V Chaganty Cc: Jenny Huang Cc: Robert Kowalewski Reviewed-by: Jenny Huang Signed-off-by: Sheng Wei --- .../Feature/VTd/IntelVTdDmarPei/IntelVTdDmar.c

[edk2-devel] [PATCH v6 3/4] IntelSiliconPkg/VTd: Support VTd Abort DMA Mode

2022-01-23 Thread Sheng Wei
If VTd ECAP_REG.ADMS bit is set, abort DMA mode is supported. When VTd Abort DMA Mode is enabled, hardware will abort all DMA operations without the need to set up a root-table with each entry marked as not-present. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3766 Cc: Ray Ni Cc: Rangas

[edk2-devel] [PATCH v6 1/4] IntelSiliconPkg/VTd: Fix typos

2022-01-23 Thread Sheng Wei
It is DRHD(DMA Remapping Hardware Unit Definition). REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3622 Cc: Ray Ni Cc: Rangasai V Chaganty Cc: Jenny Huang Cc: Robert Kowalewski Reviewed-by: Jenny Huang Reviewed-by: Robert Kowalewski Signed-off-by: Sheng Wei --- .../IntelSiliconPkg/Fe

[edk2-devel] [PATCH v6 0/4] There are 4 patches for VTd drivers

2022-01-23 Thread Sheng Wei
[PATCH 1/4] IntelSiliconPkg/VTd: Fix typos [PATCH 2/4] IntelSiliconPkg/VTd: Update VTd register structs [PATCH 3/4] IntelSiliconPkg/VTd: Support VTd Abort DMA Mode [PATCH 4/4] IntelSiliconPkg/VTd: Only generate PEI DMA buffer once. Patch v2 update: Fix build error in [PATCH 2/4] and [PATCH 4/4] P

Re: [edk2-devel] [PATCH v3] MdeModulePkg: Enabling OS boot from SD card through UEFI payload

2022-01-23 Thread Wu, Hao A
Change the subject of the commit to "MdeModulePkg/SdMmcPciHcDxe: Robust improvements for SD card 1.8V switch" in order to better reflect the purpose of the change. Patch merged via: PR - https://github.com/tianocore/edk2/pull/2438 Commit - https://github.com/tianocore/edk2/commit/7e5c603cba0823

Re: [edk2-devel] [PATCH 00/24] CryptoPkg/openssl: update openssl submodule to v3.0

2022-01-23 Thread Yao, Jiewen
> -Original Message- > From: kra...@redhat.com > Sent: Friday, January 21, 2022 4:31 PM > To: Yao, Jiewen > Cc: devel@edk2.groups.io; Kinney, Michael D ; > Wang, Jian J ; Jiang, Guomin > ; Pawel Polawski ; Lu, > XiaoyuX > Subject: Re: [edk2-devel] [PATCH 00/24] CryptoPkg/openssl: upda