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

2021-10-28 Thread Gerd Hoffmann
On Thu, Oct 28, 2021 at 02:07:58AM +, Yao, Jiewen wrote: > Besides VmgExitLib - > https://github.com/tianocore/edk2/blob/master/UefiCpuPkg/Include/Library/VmgExitLib.h > > We have another potential issue - MemEncryptSevLib - >

[edk2-devel] [PATCH v3 3/5] OvmfPkg: drop TPM_CONFIG_ENABLE

2021-10-28 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 Tested-by: Stefan Berger --- OvmfPkg/OvmfTpmComponentsDxe.dsc.inc | 2 --

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

2021-10-28 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 Reviewed-by: Stefan Berger ---

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

2021-10-28 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 Tested-by: Stefan Berger --- OvmfPkg/OvmfTpmComponentsDxe.dsc.inc | 4 +++-

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

2021-10-28 Thread Gerd Hoffmann
Allows to enable/disable TPM 1.2 support in OVMF. Allows to enable SHA-1 support for TPM hashing. v3: - drop config menu for tpm 1.2 (needs other fixes first) - update some places missed. - add microvm cleanup. - add review/test tags. v2: - drop TPM_CONFIG_ENABLE config option. - don't add

[edk2-devel] [PATCH v3 1/5] OvmfPkg: remove unused TPM options from MicrovmX64.dsc

2021-10-28 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- OvmfPkg/Microvm/MicrovmX64.dsc | 2 -- 1 file changed, 2 deletions(-) diff --git a/OvmfPkg/Microvm/MicrovmX64.dsc b/OvmfPkg/Microvm/MicrovmX64.dsc index 617f92539518..c58c4c35d4cb 100644 --- a/OvmfPkg/Microvm/MicrovmX64.dsc +++ b/OvmfPkg/Microvm/MicrovmX64.dsc

[edk2-devel] [PATCH v3 4/5] OvmfPkg: create Tcg12ConfigPei.inf

2021-10-28 Thread Gerd Hoffmann
Split Tcg2ConfigPei.inf into two variants: Tcg12ConfigPei.inf with TPM 1.2 support 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 to

[edk2-devel] [PATCH v5] IntelSiliconPkg/IntelVTdDxe: Support Multi PCI Root Bus

2021-10-28 Thread Sheng Wei
Some system may has multi PCI root bridges. It needs to use PciRootBridgeIo protocol to get the root bridge count. Scan each root bridge to get all PCI devices. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3695 Signed-off-by: Robert Kowalewski Signed-off-by: Sheng Wei Cc: Jenny Huang

Re: [edk2-devel] [PATCH v2 1/1] SecurityPkg/FvReportPei: Remove the ASSERT to allow neither M nor V

2021-10-28 Thread Wang, Jian J
Reviewed-by: Jian J Wang Regards, Jian > -Original Message- > From: Jiang, Guomin > Sent: Friday, October 15, 2021 12:31 PM > To: devel@edk2.groups.io > Cc: Yao, Jiewen ; Wang, Jian J > Subject: [PATCH v2 1/1] SecurityPkg/FvReportPei: Remove the ASSERT to allow > neither M nor V > >

Re: [edk2-devel] [PATCH v3 1/5] OvmfPkg: remove unused TPM options from MicrovmX64.dsc

2021-10-28 Thread Stefan Berger
On 10/28/21 07:09, Gerd Hoffmann wrote: Signed-off-by: Gerd Hoffmann Reviewed-by: Stefan Berger --- OvmfPkg/Microvm/MicrovmX64.dsc | 2 -- 1 file changed, 2 deletions(-) diff --git a/OvmfPkg/Microvm/MicrovmX64.dsc b/OvmfPkg/Microvm/MicrovmX64.dsc index 617f92539518..c58c4c35d4cb 100644

[edk2-devel] [PATCH] edk2-staging/RedfishClientPkg: Add a sample of feature driver

2021-10-28 Thread Abner Chang
(The feature drivers suppose are tool-generated. We commit the memory one as the sample implementation.) This is the sample EDKII Redfish feature driver for Redfish Memory and Memory collection property. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Liming Gao ---

Re: [edk2-devel] [edk2-platforms] [PATCH v1 1/2] MinPlatformPkg: Update APIC Table based on mode

2021-10-28 Thread Attar, AbdulLateef (Abdul Lateef) via groups.io
[Public] Hi Nate, I tested on windows 2019 and RHEL 8.3 and it works fine on both OSes. Thanks AbduL -Original Message- From: Desimone, Nathaniel L Sent: 28 October 2021 08:19 To: Attar, AbdulLateef (Abdul Lateef) ; devel@edk2.groups.io Cc: Chiu, Chasel ; Liming Gao ; Dong,

Re: [edk2-devel] [PATCH][Ext4Pkg] unwritten extent suuport

2021-10-28 Thread Pedro Falcato
Hi, Considering the patch is simple enough, it's not worth the risk. I'll implement support for unwritten extents using the documentation and try to upstream it together with a bunch of other changes to the driver. Thanks, Pedro On Thu, Oct 28, 2021 at 1:43 AM qi zhou wrote: > This line may

Re: [edk2-devel] [PATCH] edk2-staging/RedfishClientPkg: Add a sample of feature driver

2021-10-28 Thread Abner Chang
This patch is sent in behalf of Nickle Wang. > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Abner Chang > Sent: Thursday, October 28, 2021 10:05 PM > To: devel@edk2.groups.io > Cc: Wang, Nickle (HPS SW) ; Liming Gao > > Subject:

[edk2-devel] [PATCH] edk2-staging/RedfishClientPkg: Add the helper library

2021-10-28 Thread Abner Chang
Add the helper library of converter common functions. Signed-off-by: Abner Chang Cc: Nickle Wang Cc: Liming Gao --- RedfishClientPkg/RedfishClientLibs.dsc.inc| 1 + .../ConverterCommonLib/ConverterCommonLib.inf | 44 +++ .../ConverterCommonLib/RedfishCsCommon.h | 14

Re: [edk2-devel] [PATCH] edk2-staging/RedfishClientPkg: Update RedfishCollectionCommon.h

2021-10-28 Thread Abner Chang
Reviewed-by: Abner Chang > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Abner Chang > Sent: Thursday, October 28, 2021 12:05 PM > To: devel@edk2.groups.io > Cc: Wang, Nickle (HPS SW) ; Liming Gao > > Subject: [edk2-devel] [PATCH]

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

2021-10-28 Thread Brijesh Singh via groups.io
On 10/27/21 8:59 PM, Yao, Jiewen wrote: Hi Gerd I tend to agree with you on the direction to use one TEE specific Exception lib. However, I have naming concern. The VMG is very SEV specific term. I don't believe it is a right name to cover the TEE exception lib. If Brijesh agree to merge,

[edk2-devel] Cancelled Event: TianoCore Design Meeting - APAC/NAMO - Friday, October 29, 2021 #cal-cancelled

2021-10-28 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:Asia/Shanghai LAST-MODIFIED:20201011T015911Z TZURL:http://tzurl.org/zoneinfo-outlook/Asia/Shanghai

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

2021-10-28 Thread Sean
one thing that jumped out quickly (comment below). Do you have a branch that i can look at and compare online? Thanks Sean On 10/19/2021 1:08 AM, Gerd Hoffmann wrote: Move SettingsManager and PlatformBuilder classes to PlatformBuildLib.py file, keep only CommonPlatform class in

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

2021-10-28 Thread Yao, Jiewen
Thanks Brijesh. We can merge SNP patches at first, then decide next step. Not a problem. TEE is just my initial thought. And I am open to change if we have a better name. We already have EFI_TEE_MEASUREMENT_PROTOCOL. I did not see your feedback on that. So I assume you agree with that. If

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

2021-10-28 Thread Lendacky, Thomas via groups.io
On 10/28/21 10:52 AM, Yao, Jiewen wrote: Thanks Brijesh. We can merge SNP patches at first, then decide next step. Not a problem. TEE is just my initial thought. And I am open to change if we have a better name. We already have EFI_TEE_MEASUREMENT_PROTOCOL. I did not see your feedback on

[edk2-devel] [PATCH v6 27/52] MinPlatformPkg: Remove SpiFvbService modules

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 SpiFvbServiceSmm and SpiFvbServiceStandaloneMm have moved to IntelSiliconPkg. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Michael Kubacki Reviewed-by: Nate DeSimone

[edk2-devel] [PATCH v6 28/52] CoffeelakeSiliconPkg: Remove SmmSpiFlashCommonLib

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 The library has been consolidated with instances in other Intel silicon packages as a single instance in IntelSiliconPkg. Cc: Chasel Chiu Cc: Sai Chaganty Signed-off-by: Michael Kubacki Reviewed-by: Chasel Chiu

[edk2-devel] [PATCH v6 31/52] TigerlakeOpenBoardPkg: Remove SmmSpiFlashCommonLib

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 The library has been consolidated with instances in other Intel silicon packages as a single instance in IntelSiliconPkg Cc: Sai Chaganty Cc: Nate DeSimone Cc: Heng Luo Signed-off-by: Michael Kubacki Reviewed-by:

[edk2-devel] [PATCH v6 26/52] WhitleyOpenBoardPkg: UseIntelSiliconPkg SpiFvbServiceSmm

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates the boards in the package to use SpiFvbServicesSmm from IntelSiliconPkg since the MinPlatformPkg driver was moved there. Cc: Isaac Oram Cc: Nate DeSimone Cc: Chasel Chiu Signed-off-by: Michael Kubacki ---

[edk2-devel] [PATCH v6 35/52] CoffeelakeSiliconPkg: Remove PCH SPI PPI and Protocol from package

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 The following PPI and Protocols have moved to IntelSiliconPkg. The remaining definitions in CoffeelakeSiliconPkg are removed and libs/ modules that need to reference IntelSiliconPkg are updated. 1.

[edk2-devel] [PATCH v6 29/52] KabylakeSiliconPkg: Remove SmmSpiFlashCommonLib

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 The library has been consolidated with instances in other Intel silicon packages as a single instance in IntelSiliconPkg Cc: Chasel Chiu Cc: Sai Chaganty Signed-off-by: Michael Kubacki Reviewed-by: Nate DeSimone

[edk2-devel] [PATCH v6 30/52] SimicsIch10Pkg: Remove SmmSpiFlashCommonLib

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 The library has been consolidated with instances in other Intel silicon packages as a single instance in IntelSiliconPkg Cc: Agyeman Prince Signed-off-by: Michael Kubacki Reviewed-by: Nate DeSimone ---

[edk2-devel] [PATCH v6 25/52] PurleyOpenBoardPkg: Use IntelSiliconPkg SpiFvbServiceSmm

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates the boards in the package to use SpiFvbServicesSmm from IntelSiliconPkg since the MinPlatformPkg driver was moved there. Cc: Nate DeSimone Cc: Chasel

[edk2-devel] [PATCH v6 32/52] MinPlatformPkg: Remove SpiFlashCommonLibNull

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 The library instance has moved to IntelSiliconPkg. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Michael Kubacki Reviewed-by: Nate DeSimone Reviewed-by: Chasel Chiu ---

[edk2-devel] [PATCH v6 33/52] PurleyOpenBoardPkg: Add SpiFlashCommonLib.h

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Adds the header file to PurleyOpenBoardPkg since it was removed from MinPlatformPkg. Cc: Isaac Oram Cc: Nate DeSimone Cc: Chasel Chiu Signed-off-by: Michael Kubacki ---

[edk2-devel] [PATCH v6 34/52] KabylakeOpenBoardPkg/PeiSerialPortLibSpiFlash: Add IntelSiliconPkg.dec

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 This library now uses gPchSpiPpiGuid from IntelSiliconPkg. Cc: Chasel Chiu Cc: Nate DeSimone Signed-off-by: Michael Kubacki Reviewed-by: Nate DeSimone Reviewed-by: Chasel Chiu ---

Re: [edk2-devel] [edk2-platforms][PATCH v5 00/46] Consolidate SpiFlashCommonLib instances

2021-10-28 Thread Michael Kubacki
Hi Nate, V6 with those changes was sent to the mailing list: https://edk2.groups.io/g/devel/message/82819 Thanks, Michael On 10/21/2021 8:21 PM, Desimone, Nathaniel L wrote: Hi Michael, From an implementation standpoint your change looks good! However it has been very difficult to

[edk2-devel] [PATCH v6 09/52] IntelSiliconPkg: Add SmmSpiFlashCommonLib

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Adds the SMM instance of SpiFlashCommonLib. The code is based on refactoring existing library instances into a consolidated version with no functional impact. Cc: Ray Ni Cc: Rangasai V Chaganty Signed-off-by:

[edk2-devel] [PATCH v6 10/52] IntelSiliconPkg: Add MM SPI FVB services

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Adds a Traditional MM and Standalone MM SPI FVB Service driver to IntelSiliconPkg. These drivers produce the firmware volume block protocol for SPI flash devices compliant with the Intel Serial Flash Interface

[edk2-devel] [PATCH v6 00/52] Consolidate SpiFlashCommonLib instances

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 SpiFlashCommonLib is duplicated in multiple places across the MinPlatform design in edk2-platforms. I'm planning to build some additional functionality on top of SpiFlashCommonLib and, ideally, this duplication will

[edk2-devel] [PATCH v6 01/52] CometlakeOpenBoardPkg: Remove redundant IntelSiliconPkg.dec entry

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Removes extra IntelSiliconPkg.dec entry in PeiPolicyUpdateLib.inf. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Rangasai V Chaganty Cc: Deepika Kethi Reddy Cc: Kathappan Esakkithevar Signed-off-by: Michael Kubacki

[edk2-devel] [PATCH v6 07/52] IntelSiliconPkg: Add PCH SPI Protocol

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 These SPI Protocol definitions are intended to serve as the single definitions for Intel platform and silicon packages. 1. gPchSpiProtocolGuid 2. gPchSmmSpiProtocolGuid Cc: Ray Ni Cc: Rangasai V Chaganty

[edk2-devel] [PATCH v6 08/52] IntelSiliconPkg: Add SpiFlashCommonLib

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Adds the SpiFlashCommonLib interface to IntelSiliconPkg. The initial library instance added in this change is the NULL instance. Cc: Ray Ni Cc: Rangasai V Chaganty Signed-off-by: Michael Kubacki Reviewed-by: Nate

[edk2-devel] [PATCH v6 11/52] CometlakeOpenBoardPkg: Use IntelSiliconPkg BIOS area and ucode PCDs

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates PCDs to use the IntelSiliconPkg PCD tokenspace now that the PCDs are declared in IntelSiliconPkg.dec. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Rangasai V Chaganty Cc: Deepika Kethi Reddy Cc: Kathappan

[edk2-devel] [PATCH v6 05/52] IntelSiliconPkg: Add microcode FV PCDs

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Adds the following PCDs to IntelSiliconPkg.dec to consolidate the PCD to a single silicon declaration file. This allows libraries modules in IntelSiliconPkg to be able to use this PCD.

[edk2-devel] [PATCH v6 06/52] IntelSiliconPkg: Add PCH SPI PPI

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 This SPI PPI definition is intended to serve as the single definition for Intel platform and silicon packages. Cc: Ray Ni Cc: Rangasai V Chaganty Signed-off-by: Michael Kubacki Reviewed-by: Nate DeSimone

[edk2-devel] [PATCH v6 03/52] CometlakeOpenBoardPkg/PeiPolicyUpdateLib: Add missing GUID to INF

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 gEfiMemoryTypeInformationGuid is used in PeiSaPolicyUpdatePreMem.c but not in the [Guids] section in PeiPolicyUpdateLib.inf. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Rangasai V Chaganty Cc: Deepika Kethi Reddy Cc:

[edk2-devel] [PATCH v6 04/52] IntelSiliconPkg: Add BIOS area base address and size PCDs

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Adds the following PCDs to IntelSiliconPkg.dec to consolidate the PCD to a single silicon declaration file. This allows libraries and modules in IntelSiliconPkg to be able to use this PCD.

[edk2-devel] [PATCH v6 02/52] WhiskeylakeOpenBoardPkg: Remove redundant IntelSiliconPkg.dec entry

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Removes extra IntelSiliconPkg.dec entry in PeiPolicyUpdateLib.inf. Cc: Ray Ni Cc: Rangasai V Chaganty Signed-off-by: Michael Kubacki Reviewed-by: Nate DeSimone Reviewed-by: Sai Chaganty ---

[edk2-devel] [PATCH v6 38/52] TigerlakeSiliconPkg: Remove PCH SPI PPI and Protocol from package

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 The following PPI and Protocols have moved to IntelSiliconPkg. The remaining definitions in TigerlakeSiliconPkg are removed and libs/ modules that need to reference IntelSiliconPkg are updated. 1. gPchSpiProtocolGuid

[edk2-devel] [PATCH v6 39/52] IntelSiliconPkg: Add flash region GUIDs

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 This change identifies flash regions by GUID instead of fixed values since the flash region identifiers are now defined in IntelSiliconPkg and different boards may want to associate a flash region identifier with a

[edk2-devel] [PATCH v6 40/52] IntelSiliconPkg: Identify flash regions by GUID

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Adds a new SPI 2 protocol (and corresponding PPI) that identify flash regions by GUID instead of fixed values defined in an enum. Packages consuming IntelSiliconPkg are able to associate a given GUID with their

[edk2-devel] [PATCH v6 37/52] SimicsIch10Pkg: Remove PCH SPI SMM Protocol from package

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 gEfiSmmSpiProtocolGuid is now declared in IntelSiliconPkg.dec. This change updates Ich10Pkg to remove the protocol declaration in the package and update libraries and modules to use the protocol from IntelSiliconPkg.

[edk2-devel] [PATCH v6 41/52] CoffeelakeSiliconPkg/BasePchSpiCommonLib: Identify flash regions by GUID

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates the library to identify flash regions by GUID and internally map the GUID entries to values specific to CoffeelakeSiliconPkg. Cc: Chasel Chiu Cc: Rangasai V Chaganty Cc: Nate DeSimone Signed-off-by:

[edk2-devel] [PATCH v6 36/52] KabylakeSiliconPkg: Remove PCH SPI PPI and Protocol from package

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 The following PPI and Protocols have moved to IntelSiliconPkg. The remaining definitions in KabylakeSiliconPkg are removed and libs modules that need to reference IntelSiliconPkg are updated. 1. gPchSpiProtocolGuid

[edk2-devel] [PATCH v6 48/52] SimicsIch10Pkg/BasePchSpiCommonLib: Identify flash regions by GUID

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates the library to identify flash regions by GUID and internally map the GUID entries to values specific to SimicsIch10Pkg. Cc: Agyeman Prince Cc: Nate DeSimone Signed-off-by: Michael Kubacki Reviewed-by: Nate

[edk2-devel] [PATCH v6 49/52] SimicsIch10Pkg/PchSpiSmm: Update for SPI2 Protocol

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates references to the "PCH_SPI_PROTOCOL" to instead refer to "PCH_SPI2_PROTOCOL". Cc: Agyeman Prince Cc: Nate DeSimone Signed-off-by: Michael Kubacki --- Silicon/Intel/SimicsIch10Pkg/Spi/Smm/PchSpi.c | 8

[edk2-devel] [PATCH v6 44/52] KabylakeSiliconPkg: Identify flash regions by GUID

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates the code to identify flash regions by GUID and internally map the GUID entries to values specific to KabylakeSiliconPkg. Cc: Chasel Chiu Cc: Rangasai V Chaganty Cc: Nate DeSimone Signed-off-by: Michael

[edk2-devel] [PATCH v6 50/52] TigerlakeSiliconPkg/BasePchSpiCommonLib: Identify flash regions by GUID

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates the library to identify flash regions by GUID and internally map the GUID entries to values specific to TigerlakeSiliconPkg. Cc: Rangasai V Chaganty Cc: Nate DeSimone Cc: Heng Luo Signed-off-by: Michael

[edk2-devel] [PATCH v6 45/52] KabylakeSiliconPkg: Update for SPI2 PPI and Protocol

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates references to the "PCH_SPI_PROTOCOL" and "PCH_SPI_PPI" to instead refer to "PCH_SPI2_PROTOCOL" and "PCH_SPI2_PPI". Cc: Chasel Chiu Cc: Rangasai V Chaganty Cc: Nate DeSimone Signed-off-by: Michael Kubacki

[edk2-devel] [PATCH v6 47/52] KabylakeOpenBoardPkg/KabylakeRvp3: Add PeiSerialPortlibSpiFlash to build

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 This library is part of KabylakeOpenBoardPkg but is currently not built anywhere. This change adds the library to the KabylakeRvp3 build to ensure it can always build properly if not linked elsewhere. Cc: Chasel Chiu

[edk2-devel] [PATCH v6 42/52] CoffeelakeSiliconPkg: Update for SPI2 PPI and Protocol

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates references to the "PCH_SPI_PROTOCOL" and "PCH_SPI_PPI" to instead refer to "PCH_SPI2_PROTOCOL" and "PCH_SPI2_PPI". Cc: Chasel Chiu Cc: Rangasai V Chaganty Cc: Nate DeSimone Signed-off-by: Michael Kubacki

[edk2-devel] [PATCH v6 46/52] KabylakeOpenBoardPkg/PeiSerialPortLibSpiFlash: Update for new SPI PPI API

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates usage of gPchSpiPpiGuid to use the new interface that identifies SPI flash regions by GUID. Cc: Chasel Chiu Cc: Nate DeSimone Signed-off-by: Michael Kubacki Reviewed-by: Chasel Chiu Tested-by: Benjamin

[edk2-devel] [PATCH v6 51/52] TigerlakeSiliconPkg/SpiSmm: Update for SPI2 Protocol

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates references to the "PCH_SPI_PROTOCOL" to instead refer to "PCH_SPI2_PROTOCOL". Cc: Rangasai V Chaganty Cc: Nate DeSimone Cc: Heng Luo Signed-off-by: Michael Kubacki ---

[edk2-devel] [PATCH v6 43/52] CometlakeOpenBoardPkg: Remove unnecessary gPchSpiPpiGuid reference

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 The GUID is included in PeiPolicyUpdateLib.inf but not actually used. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Rangasai V Chaganty Cc: Deepika Kethi Reddy Cc: Kathappan Esakkithevar Signed-off-by: Michael Kubacki

[edk2-devel] [PATCH v6 16/52] CoffeelakeSiliconPkg: Use IntelSiliconPkg BIOS area and ucode PCDs

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates PCDs to use the IntelSiliconPkg PCD tokenspace now that the PCDs are declared in IntelSiliconPkg.dec. The previous PCDs are removed from CoffeelakeSiliconPkg.dec. Cc: Chasel Chiu Cc: Sai Chaganty

[edk2-devel] [PATCH v6 17/52] KabylakeSiliconPkg: Use IntelSiliconPkg BIOS area and ucode PCDs

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates PCDs to use the IntelSiliconPkg PCD tokenspace now that the PCDs are declared in IntelSiliconPkg.dec. Cc: Chasel Chiu Cc: Sai Chaganty Signed-off-by: Michael Kubacki Reviewed-by: Nate DeSimone

[edk2-devel] [PATCH v6 18/52] SimicsIch10Pkg: Use IntelSiliconPkg BIOS area and ucode PCDs

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates PCDs to use the IntelSiliconPkg PCD tokenspace now that the PCDs are declared in IntelSiliconPkg.dec. The previous PCDs are removed from Ich10Pkg.dec. Cc: Agyeman Prince Signed-off-by: Michael Kubacki

[edk2-devel] [PATCH v6 19/52] TigerlakeSiliconPkg: Use IntelSiliconPkg BIOS area and ucode PCDs

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Removes the PCDs from SiPkg.dec since they are defined in IntelSiliconPkg.dec. Cc: Sai Chaganty Cc: Nate DeSimone Cc: Heng Luo Signed-off-by: Michael Kubacki Reviewed-by: Nate DeSimone ---

[edk2-devel] [PATCH v6 14/52] TigerlakeOpenBoardPkg: Use IntelSiliconPkg BIOS area and ucode PCDs

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates PCDs to use the IntelSiliconPkg PCD tokenspace now that the PCDs are declared in IntelSiliconPkg.dec. Cc: Sai Chaganty Cc: Nate DeSimone Cc: Heng Luo Signed-off-by: Michael Kubacki Reviewed-by: Nate

[edk2-devel] [PATCH v6 15/52] WhiskeylakeOpenBoardPkg: Use IntelSiliconPkg BIOS area and ucode PCDs

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates PCDs to use the IntelSiliconPkg PCD tokenspace now that the PCDs are declared in IntelSiliconPkg.dec. Cc: Chasel Chiu Cc: Nate DeSimone Signed-off-by: Michael Kubacki Reviewed-by: Nate DeSimone

[edk2-devel] [PATCH v6 12/52] KabylakeOpenBoardPkg: Use IntelSiliconPkg BIOS area and ucode PCDs

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates PCDs to use the IntelSiliconPkg PCD tokenspace now that the PCDs are declared in IntelSiliconPkg.dec. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Jeremy Soller Cc: Benjamin Doron Signed-off-by: Michael Kubacki

[edk2-devel] [PATCH v6 20/52] CometlakeOpenBoardPkg: Update SpiFvbService & SpiFlashCommonLib

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates CometlakeOpenBoardPkg to use the SmmSpiFlashCommonLib instance in IntelSiliconPkg and the SpiFvbServiceSmm driver in IntelSiliconPkg. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Rangasai V Chaganty Cc: Deepika

[edk2-devel] [PATCH v6 21/52] KabylakeOpenBoardPkg: Update SpiFvbService & SpiFlashCommonLib

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates KabylakeOpenBoardPkg to use the SmmSpiFlashCommonLib instance in IntelSiliconPkg and the SpiFvbServiceSmm driver in IntelSiliconPkg. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Jeremy Soller Cc: Benjamin Doron

[edk2-devel] [PATCH v6 23/52] TigerlakeOpenBoardPkg: Update SpiFvbService & SpiFlashCommonLib

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates TigerlakeOpenBoardPkg to use the SmmSpiFlashCommonLib instance in IntelSiliconPkg and the SpiFvbServiceSmm driver in IntelSiliconPkg. Cc: Sai Chaganty Cc: Nate DeSimone Cc: Heng Luo Signed-off-by: Michael

[edk2-devel] [PATCH v6 24/52] WhiskeylakeOpenBoardPkg: Update SpiFvbService & SpiFlashCommonLib

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates WhiskeylakeOpenBoardPkg to use the SmmSpiFlashCommonLib instance in IntelSiliconPkg and the SpiFvbServiceSmm driver in IntelSiliconPkg. Cc: Chasel Chiu Cc: Nate DeSimone Signed-off-by: Michael Kubacki

[edk2-devel] [PATCH v6 13/52] SimicsOpenBoardPkg: Use IntelSiliconPkg BIOS area and ucode PCDs

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates PCDs to use the IntelSiliconPkg PCD tokenspace now that the PCDs are declared in IntelSiliconPkg.dec. Cc: Agyeman Prince Signed-off-by: Michael Kubacki Reviewed-by: Nate DeSimone ---

[edk2-devel] [PATCH v6 22/52] SimicsOpenBoardPkg: Update SpiFvbService & SpiFlashCommonLib

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Updates SimicsOpenBoardPkg to use the SmmSpiFlashCommonLib instance in IntelSiliconPkg and the SpiFvbServiceSmm driver in IntelSiliconPkg. Cc: Agyeman Prince Signed-off-by: Michael Kubacki Reviewed-by: Nate

Re: [edk2-devel] [PATCH v6 00/52] Consolidate SpiFlashCommonLib instances

2021-10-28 Thread Michael Kubacki
Fyi, I stopped sending patches at 35/52 to stop safely before the maximum message limit. Patches 36-52 will be sent in 1-2 hours from now. Thanks, Michael On 10/28/2021 4:42 PM, Michael Kubacki wrote: From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307

[edk2-devel] [PATCH v6 52/52] WhiskeylakeOpenBoardPkg: Update for SPI2 PPI

2021-10-28 Thread Michael Kubacki
From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3307 Makes changes needed to use SPI2 PPI instead of the previous SPI PPI. M: Chasel Chiu M: Nate DeSimone Signed-off-by: Michael Kubacki ---

[edk2-devel] 回复: [PATCH v1 2/7] MdePkg: Remove PPTT ID type structure

2021-10-28 Thread gaoliming
Chris: Does ACPI 6.4 spec have removed them? If yes, I agree this change. Thanks Liming > -邮件原件- > 发件人: Chris Jones > 发送时间: 2021年10月18日 23:11 > 收件人: devel@edk2.groups.io > 抄送: michael.d.kin...@intel.com; gaolim...@byosoft.com.cn; > zhiguang@intel.com; ray...@intel.com;

[edk2-devel] 回复: [PATCH] MdeModulePkg/DxeCapsuleLibFmp: Capsule on Disk file name capsule

2021-10-28 Thread gaoliming
Bob: > -邮件原件- > 发件人: Bob Morgan > 发送时间: 2021年10月19日 4:12 > 收件人: devel@edk2.groups.io > 抄送: Bob Morgan ; Jian J Wang > ; Liming Gao ; Guomin > Jiang > 主题: [PATCH] MdeModulePkg/DxeCapsuleLibFmp: Capsule on Disk file name > capsule > > Enhance RelocateCapsuleToRam() to skip creation of

回复: [edk2-devel] [PATCH] MdeModulePkg/DxeCapsuleLibFmp: Add runtime SetImage support

2021-10-28 Thread gaoliming
Bob: I think this patch needs to work together with the changes of FmpDevicePkg: Add support for runtime FmpDxe driver. Capsule is runtime service. If it consumes FMP to do update, FMP service can support runtime. But, how does Capsule know whether FMP protocol supports runtime or not?

[edk2-devel] [PATCH] RedfishPkg: Update link to staging/RedfishClientPkg in Readme.md

2021-10-28 Thread Nickle Wang
Redfish feature DXE drivers are contributed to staging/RedfishClientPkg. Add link to Readme.md in staging/RedfishClientPkg. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Liming Gao --- RedfishPkg/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2021-10-28 Thread Yao, Jiewen
I am OK to use EFI_CC_MEASUREMENT_PROTOCOL to replace EFI_TEE_MEASUREMENT_PROTOCOL. (much better than COCO) Samy What do you think? > -Original Message- > From: Tom Lendacky > Sent: Friday, October 29, 2021 2:29 AM > To: Yao, Jiewen ; Brijesh Singh > ; kra...@redhat.com; Xu, Min M >

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

2021-10-28 Thread Brijesh Singh via groups.io
On 10/28/21 7:20 PM, Yao, Jiewen wrote: > Just to clarify the proposal: We will use EFI_CC_MEASUREMENT_PROTOCOL, > CcMemoryEncryptionLib, and CcExceptionLib, right? Ack. > > Thank you > Yao Jiewen > >> -Original Message- >> From: devel@edk2.groups.io On Behalf Of Yao, Jiewen >>

Re: [edk2-devel] About the Microsoft CI test

2021-10-28 Thread Ni, Ray
Chao, Can you search whether your messages exist in devel@edk2.groups.io | Topics? They will be spread to every mailbox if you can find them in the web. You can contact Dun for CI. He just created a CI test for UefiPayloadPkg. He might be busy these days

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

2021-10-28 Thread gaoliming
Jie: I add my comments below. > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Yang Jie > 发送时间: 2021年10月29日 9:33 > 收件人: devel@edk2.groups.io > 抄送: jian.j.w...@intel.com; guomin.ji...@intel.com; > gaolim...@byosoft.com.cn; Yang Jie > 主题: [edk2-devel][PATCH v2] MdeModulePkg/DxeCapsuleLibFmp:

回复: [edk2-devel] RFC: Replace FMMT Tool from C to Python Version

2021-10-28 Thread gaoliming
Christine: This is a good news. Thanks for your great work. With this change, FMMT doesn’t depend on GenSec, GenFfs and GenFv C tool. Right? If yes, can those logic be reused to replace GenSec, GenFfs and GenFv C tools? Thanks Liming 发件人: Chen, Christine 发送时间: 2021年10月29日 8:33 收件人:

[edk2-devel] [PATCH 1/1] BaseTools: Update brotli to the latest upstream commit

2021-10-28 Thread Pedro Falcato
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3417 This updates BaseTools's brotli submodule to the latest upstream, which fixes GCC 11's issue building BaseTools. Cc: Bob Feng Cc: Liming Gao Cc: Yuwei Chen Signed-off-by: Pedro Falcato --- BaseTools/Source/C/BrotliCompress/GNUmakefile

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

2021-10-28 Thread Yao, Jiewen
Just to clarify the proposal: We will use EFI_CC_MEASUREMENT_PROTOCOL, CcMemoryEncryptionLib, and CcExceptionLib, right? Thank you Yao Jiewen > -Original Message- > From: devel@edk2.groups.io On Behalf Of Yao, Jiewen > Sent: Friday, October 29, 2021 8:17 AM > To: Tom Lendacky ; Brijesh

[edk2-devel] RFC: Replace FMMT Tool from C to Python Version

2021-10-28 Thread Yuwei Chen
Hi everyone, I would like to propose the new FMMT Python tool, which is used to replace the origin C version tool. Currently the FMMT C tool is saved in edk2-staging repo, but its quality and coding style can't meet the Edk2 quality, which is hard to maintain (Hard/Duplicate Code; Regression

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

2021-10-28 Thread Yao, Jiewen
Series: Acked-by: Jiewen Yao > -Original Message- > From: devel@edk2.groups.io On Behalf Of Gerd > Hoffmann > Sent: Thursday, October 28, 2021 7:09 PM > To: devel@edk2.groups.io > Cc: Yao, Jiewen ; Justen, Jordan L > ; Marc-André Lureau > ; Xu, Min M ; Tom > Lendacky ; Stefan Berger > ;

[edk2-devel] [edk2-platforms PATCH] Ext4Pkg: Add uninitialized extents support

2021-10-28 Thread Pedro Falcato
Uninitialized extents are special extents that have blocks allocated, but are specified as uninitialized and therefore, reads behave the same as file holes (reads 0), while writes already have blocks allocated. Cc: Leif Lindholm Cc: Michael D Kinney Signed-off-by: Pedro Falcato ---

[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] [PATCH] edk2-staging/EmulatorPkg: Add a sample memory configuration HII driver

2021-10-28 Thread Abner Chang
This is an HII sample driver of memory configuration. This demonstrates the communication between platform configuration (EDK2/HII) and Redfish service (Memory resource) base on RedfishClientPkg. The language ("x-uef-redfish-*") defined in the Redfish-specific uni file is the connection between

[edk2-devel] 回复: [PATCH 1/1] BaseTools: Fix StructurePcd offset error.

2021-10-28 Thread gaoliming
Yuwei: > -邮件原件- > 发件人: Yuwei Chen > 发送时间: 2021年10月27日 18:00 > 收件人: devel@edk2.groups.io > 抄送: Bob Feng ; Liming Gao > > 主题: [PATCH 1/1] BaseTools: Fix StructurePcd offset error. > > Currently when parse VFR files to get the struct info, > BOOLEAN type struct is ignored, which caused

回复: [edk2-devel] [PATCH V3 1/3] MdePkg: Introduce TeeMeasurementProtocol for TEE Guest firmware

2021-10-28 Thread gaoliming
Min: I add my comments below. > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Min Xu > 发送时间: 2021年10月28日 12:59 > 收件人: devel@edk2.groups.io > 抄送: Min Xu ; Michael D Kinney > ; Liming Gao ; > Zhiguang Liu ; Jiewen Yao ; > Jian J Wang ; Ken Lu ; Sami > Mujawar > 主题: [edk2-devel] [PATCH V3 1/3]

[edk2-devel] Bugzilla: About opening an account

2021-10-28 Thread LI Chao
Dear All:    I want to open an account of Tiano Bugzilla, I sent an email to Mike few days ago and he recommended me to jion this mailing list. Now I have jioned.    I sent my first message to devel@edk2.groups.io on Oct 27, titled: About how to submit a new architecture called LoongArch, but no

Re: [edk2-devel] [PATCH v6 31/52] TigerlakeOpenBoardPkg: Remove SmmSpiFlashCommonLib

2021-10-28 Thread Heng Luo
Reviewed-by: Heng Luo > -Original Message- > From: mikub...@linux.microsoft.com > Sent: Friday, October 29, 2021 4:43 AM > To: devel@edk2.groups.io > Cc: Chaganty, Rangasai V ; Desimone, > Nathaniel L ; Luo, Heng > Subject: [PATCH v6 31/52] TigerlakeOpenBoardPkg: Remove >

Re: [edk2-devel] [PATCH v6 23/52] TigerlakeOpenBoardPkg: Update SpiFvbService & SpiFlashCommonLib

2021-10-28 Thread Heng Luo
Reviewed-by: Heng Luo > -Original Message- > From: mikub...@linux.microsoft.com > Sent: Friday, October 29, 2021 4:43 AM > To: devel@edk2.groups.io > Cc: Chaganty, Rangasai V ; Desimone, > Nathaniel L ; Luo, Heng > Subject: [PATCH v6 23/52] TigerlakeOpenBoardPkg: Update SpiFvbService &

Re: [edk2-devel] [PATCH v6 51/52] TigerlakeSiliconPkg/SpiSmm: Update for SPI2 Protocol

2021-10-28 Thread Heng Luo
Reviewed-by: Heng Luo > -Original Message- > From: devel@edk2.groups.io On Behalf Of Michael > Kubacki > Sent: Friday, October 29, 2021 6:09 AM > To: devel@edk2.groups.io > Cc: Chaganty, Rangasai V ; Desimone, > Nathaniel L ; Luo, Heng > Subject: [edk2-devel] [PATCH v6 51/52]

Re: [edk2-devel] About the Microsoft CI test

2021-10-28 Thread Andrew Fish via groups.io
I had to manually accept your message. Hopefully it is OK now. Thanks, Andrew Fish > On Oct 28, 2021, at 6:58 PM, LI Chao wrote: > > Ray, > I was searched on devel@edk2.groups.io | Topics > , my message appeared on Oct 27. By > the way, I seem to

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

2021-10-28 Thread Michael D Kinney
Hi JP, I had some problems using the patch emails. Due to the size of the patch to remove the Python 2.x files, I reviewed the 4 commits in the branch you provided instead. https://github.com/jpshivakavi/edk2-libc/tree/remove_py272_support Comments = 1) StdLib/ReadMe.txt and

  1   2   >