Re: [edk2-devel] [PATCH V2 2/4] MdeModulePkg/Include: Add DeviceSecurity.h

2019-11-06 Thread Yao, Jiewen
HI Good comment. Let me answer it in 2 parts. 1) The consumer may locate the deice path to know the device type. In this part, you can treat this as redundant information. 2) But we still need a new GUID, because I will install the device access protocol on this new GUID for the temporary acces

Re: [edk2-devel] [PATCH] Support skipping automatic BM enumeration

2019-11-06 Thread Laszlo Ersek
On 11/06/19 00:19, Jeff Brasen wrote: > Wouldn't having a variable that we create and delete on every boot put > unnecessary stress on the SPI-NOR that the variable store lives on? Yes, it most likely would. [...] Thanks Laszlo -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages

[edk2-devel] [PATCH 2/2] MdeModulePkg/Core/Dxe: free page 0 after disabling NULL pointer detection

2019-11-06 Thread Wang, Jian J
To solve access issue reported by BZ1885, page 0 will be allocated to avoid misuses if NULL pointer detection is enabled. It should be better to be freed after EndOfDxe if BIT7 of PcdNullPointerDetectionPropertyMask is set, because NULL pointer detection is no longer available after EndOfDxe and th

[edk2-devel] [PATCH 1/2] MdeModulePkg/DxeIplPeim: reserve page 0 for NULL pointer detection

2019-11-06 Thread Wang, Jian J
When a boot loader examines the memory map, it can see that location 0 is available memory. If it chooses to use that memory, and PcdNullPointerDetectionPropertyMask is enabled, use of memory in page 0 will cause an exception. This does occur when running the memtest86 program. Leaving page 0 avai

[edk2-devel] [PATCH 0/2] Reserve page 0 for NULL pointer detection

2019-11-06 Thread Wang, Jian J
When a boot loader examines the memory map, it can see that location 0 is available memory. If it chooses to use that memory, and PcdNullPointerDetectionPropertyMask is enabled, use of memory in page 0 will cause an exception. This does occur when running the memtest86 program. Leaving page 0 avai

Re: [edk2-devel] [PATCH V2 1/4] MdePkg/Include: Add DMTF SPDM definition.

2019-11-06 Thread Liming Gao
Jiewen: I have one minor comment. Can you specify the spec version in file header? With this update, Reviewed-by: Liming Gao Thanks Liming > -Original Message- > From: Yao, Jiewen > Sent: Thursday, October 31, 2019 8:30 PM > To: devel@edk2.groups.io > Cc: Kinney, Michael D ; Gao, Li

Re: [edk2-devel] [PATCH V2 3/8] MdePkg/Smbios.h: SMBIOS 3.3.0 Add value HBM and Die for type 17

2019-11-06 Thread Liming Gao
Reviewed-by: Liming Gao > -Original Message- > From: devel@edk2.groups.io On Behalf Of Gao, Zhichao > Sent: Monday, November 4, 2019 6:13 PM > To: devel@edk2.groups.io > Subject: [edk2-devel] [PATCH V2 3/8] MdePkg/Smbios.h: SMBIOS 3.3.0 Add value > HBM and Die for type 17 > > REF: http

Re: [edk2-devel] [PATCH V2 4/8] MdePkg/Smbios.h: SMBIOS 3.3.0 Update Intel Persistent Memory string

2019-11-06 Thread Liming Gao
Zhichao: I add my comments. > -Original Message- > From: devel@edk2.groups.io On Behalf Of Gao, Zhichao > Sent: Monday, November 4, 2019 6:13 PM > To: devel@edk2.groups.io > Cc: Kinney, Michael D ; Gao, Liming > ; Chaganty, Rangasai V > > Subject: [edk2-devel] [PATCH V2 4/8] MdePkg/Sm

Re: [edk2-devel] [PATCH V2 2/8] MdePkg/Smbios.h: SMBIOS 3.3.0 add support for CXL Flexbus

2019-11-06 Thread Liming Gao
Reviewed-by: Liming Gao > -Original Message- > From: Gao, Zhichao > Sent: Monday, November 4, 2019 6:13 PM > To: devel@edk2.groups.io > Cc: Kinney, Michael D ; Gao, Liming > ; Chaganty, Rangasai V > > Subject: [PATCH V2 2/8] MdePkg/Smbios.h: SMBIOS 3.3.0 add support for CXL > Flexbus

Re: [edk2-devel] [PATCH V2 1/8] MdePkg/Smbios.h: SMBIOS 3.3.0 add PCI gen4 values for type 9

2019-11-06 Thread Liming Gao
Reviewed-by: Liming Gao > -Original Message- > From: devel@edk2.groups.io On Behalf Of Gao, Zhichao > Sent: Monday, November 4, 2019 6:13 PM > To: devel@edk2.groups.io > Cc: Kinney, Michael D ; Gao, Liming > ; Chaganty, Rangasai V > > Subject: [edk2-devel] [PATCH V2 1/8] MdePkg/Smbios.

Re: [edk2-devel] [PATCH] Support skipping automatic BM enumeration

2019-11-06 Thread Andrew Fish via Groups.Io
> On Nov 6, 2019, at 3:56 AM, Laszlo Ersek wrote: > > On 11/06/19 00:19, Jeff Brasen wrote: >> Wouldn't having a variable that we create and delete on every boot put >> unnecessary stress on the SPI-NOR that the variable store lives on? > > Yes, it most likely would. Should we write a BZ fo

Re: [edk2-devel] [PATCH] Support skipping automatic BM enumeration

2019-11-06 Thread Andrew Fish via Groups.Io
Ray, Is there an obvious hook point we could point Jeff and Ashish at? Long term it would be a good idea to have a Wiki page to give some guidance on how to customize the BDS. Thanks, Andrew Fish > On Nov 5, 2019, at 9:20 PM, Ni, Ray wrote: > > Andrew, > I agree with your opinion. > It’s

[edk2-devel] csm on edk2-platform

2019-11-06 Thread Tommaso Mazzoni
Dear all, Dear David Woodhouse, I'm trying to add Csm packages to my edk2-platform (based on devel-IntelAtomProcessorE3900 branch). I customized the repository to fit a custom module based on Apollo Lake CPU. edk2 is the UDK2018 branch. I generated Csm16.bin with David Woodhouse SeaBios (g

Re: [edk2-devel] [PATCH] Support skipping automatic BM enumeration

2019-11-06 Thread Laszlo Ersek
On 11/06/19 17:15, Andrew Fish wrote: > > >> On Nov 6, 2019, at 3:56 AM, Laszlo Ersek wrote: >> >> On 11/06/19 00:19, Jeff Brasen wrote: >>> Wouldn't having a variable that we create and delete on every boot put >>> unnecessary stress on the SPI-NOR that the variable store lives on? >> >> Yes,

Re: [edk2-devel] [PATCH V2 1/6] IntelSiliconPkg/Include: Add Intel PciSecurity definition.

2019-11-06 Thread Chaganty, Rangasai V
Hi Jiewen, Few comments: 1. Can we put a reference to the spec at the file header? 2. Can we group all the macros at the top followed by structure definitions? 3. Is it possible to add some high level description above the structure definition that describes the structure? 4. I see line 80 is com

Re: [edk2-devel] [PATCH V2 2/6] IntelSiliconPkg/Include: Add Platform Device Security Policy protocol

2019-11-06 Thread Chaganty, Rangasai V
Same feedback as provided in patch1/6. In addition, is there a reason to add "EDKII" as prefix in the internal data structure names? E.g. +typedef struct { + UINT32 Version; // 0x1 + UINT32 MeasurementPolicy; + UINT32 AuthenticationPolicy; +} EDKII_DEVICE_SECURITY_POLICY; // this c

Re: [edk2-devel] [PATCH V2 3/6] IntelSiliconPkg/dec: Add ProtocolGuid definition.

2019-11-06 Thread Chaganty, Rangasai V
Reviewed-by: Sai Chaganty -Original Message- From: Yao, Jiewen Sent: Thursday, October 31, 2019 5:31 AM To: devel@edk2.groups.io Cc: Ni, Ray ; Chaganty, Rangasai V ; Lou, Yun Subject: [PATCH V2 3/6] IntelSiliconPkg/dec: Add ProtocolGuid definition. REF: https://bugzilla.tianocore.org/

Re: [edk2-devel] [edk2-non-osi][PATCH V1 00/10] Clean up PurleySiliconBinPkg

2019-11-06 Thread Nate DeSimone
For the patch series... Reviewed-by: Nate DeSimone -Original Message- From: Kubacki, Michael A Sent: Tuesday, November 5, 2019 2:38 PM To: devel@edk2.groups.io Cc: Bu, Daocheng ; Desimone, Nathaniel L ; Gillispie, Thad ; Oram, Isaac W Subject: [edk2-non-osi][PATCH V1 00/10] Clean up

[edk2-devel] [edk2-non-osi] [PATCH] edk2-non-osi: Update PurleySiliconBinPkg maintainers

2019-11-06 Thread Nate DeSimone
Cc: Gillispie, Thad Cc: Bu, Daocheng Cc: Isaac W Oram Cc: Michael A Kubacki Cc: Michael D Kinney Signed-off-by: Nate DeSimone --- Maintainers.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Maintainers.txt b/Maintainers.txt index f72caa1..0dcd44a 100644 --- a/Mai

Re: [edk2-devel] [edk2-platforms] [Patch v2 3/9] BoardModulePkg: Add Super I/O driver

2019-11-06 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Agyeman, Prince Sent: Tuesday, November 5, 2019 5:26 PM To: devel@edk2.groups.io Cc: Kubacki, Michael A ; Chiu, Chasel ; Desimone, Nathaniel L Subject: [edk2-platforms] [Patch v2 3/9] BoardModulePkg: Add Super I/O driver Added a gen

Re: [edk2-devel] [edk2-platforms] [Patch v2 2/9] SimicsOpenBoardPkg: Remove Super I/O DXE driver

2019-11-06 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Agyeman, Prince Sent: Tuesday, November 5, 2019 5:26 PM To: devel@edk2.groups.io Cc: Kubacki, Michael A ; Chiu, Chasel ; Desimone, Nathaniel L Subject: [edk2-platforms] [Patch v2 2/9] SimicsOpenBoardPkg: Remove Super I/O DXE driver

Re: [edk2-devel] [edk2-platforms] [Patch v2 1/9] BoardModulePkg: Add gBoardModulePkgTokenSpaceGuid

2019-11-06 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Agyeman, Prince Sent: Tuesday, November 5, 2019 5:26 PM To: devel@edk2.groups.io Cc: Kubacki, Michael A ; Chiu, Chasel ; Desimone, Nathaniel L Subject: [edk2-platforms] [Patch v2 1/9] BoardModulePkg: Add gBoardModulePkgTokenSpaceGui

Re: [edk2-devel] [edk2-platforms] [Patch v2 6/9] BoardModulePkg: Add Ps2 Keyboard Library

2019-11-06 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Agyeman, Prince Sent: Tuesday, November 5, 2019 5:26 PM To: devel@edk2.groups.io Cc: Kubacki, Michael A ; Chiu, Chasel ; Desimone, Nathaniel L Subject: [edk2-platforms] [Patch v2 6/9] BoardModulePkg: Add Ps2 Keyboard Library Added

Re: [edk2-devel] [edk2-platforms] [Patch v2 7/9] KabylakeOpenBoardPkg: Add Ps2 Keyboard Support

2019-11-06 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: devel@edk2.groups.io On Behalf Of Agyeman, Prince Sent: Tuesday, November 5, 2019 5:26 PM To: devel@edk2.groups.io Subject: [edk2-devel] [edk2-platforms] [Patch v2 7/9] KabylakeOpenBoardPkg: Add Ps2 Keyboard Support REF: https://bugzi

Re: [edk2-devel] [edk2-platforms] [Patch v2 4/9] BoardModulePkg: Add fix at build Pcds

2019-11-06 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Agyeman, Prince Sent: Tuesday, November 5, 2019 5:26 PM To: devel@edk2.groups.io Cc: Kubacki, Michael A ; Chiu, Chasel ; Desimone, Nathaniel L Subject: [edk2-platforms] [Patch v2 4/9] BoardModulePkg: Add fix at build Pcds * Added ps

[edk2-devel][edk2-staging/EdkRepo][PATCH v2 4/8] EdkRepo: Argument String Refactor - Checkout Command

2019-11-06 Thread Desimone, Ashley E
Move all argument strings for checkout_command.py to edkrepo/commands/arguments/checkout_args.py Signed-off-by: Ashley E Desimone Cc: Nate DeSimone Cc: Puja Pandya --- edkrepo/commands/arguments/checkout_args.py | 16 edkrepo/commands/checkout_command.py| 10 --

[edk2-devel][edk2-staging/EdkRepo][PATCH v2 6/8] EdkRepo: Argument Strings Refactor - Sync Command

2019-11-06 Thread Desimone, Ashley E
Move all argument strings for sync_command.py to edkrepo/commands/arguments/sparse_args.py Signed-off-by: Ashley E Desimone Cc: Nate DeSimone Cc: Puja Pandya --- edkrepo/commands/arguments/sync_args.py | 17 + edkrepo/commands/sync_command.py| 13 + edkrepo/

[edk2-devel][edk2-staging/EdkRepo][PATCH v2 2/8] EdkRepo: Argument String Refactor Manifest Command

2019-11-06 Thread Desimone, Ashley E
Update setup.py to add edkrepo.commands.arguments. Move all argument strings for manifest_command.py to edkrepo/commands/arguments/manifest_args.py and remove unused strings. Signed-off-by: Ashley E Desimone Cc: Nate DeSimone Cc: Puja Pandya --- edkrepo/commands/arguments/__init__.py | 8

[edk2-devel][edk2-staging/EdkRepo][PATCH v2 3/8] EdkRepo: Argument String Refactor - Combo Command

2019-11-06 Thread Desimone, Ashley E
Move all argumenet strings for combo_command.py to edkrepo/commands/arguments/combo_args.py Signed-off-by: Ashley E Desimone Cc: Nate DeSimone Cc: Puja Pandya --- edkrepo/commands/arguments/combo_args.py | 14 ++ edkrepo/commands/combo_command.py| 5 ++--- edkrepo/common/a

[edk2-devel][edk2-staging/EdkRepo][PATCH v2 8/8] EdkRepo: Argument Strings Refactor - EdkRepo Command

2019-11-06 Thread Desimone, Ashley E
Move all argument strings for edkrepo_command.py to edkrepo/commands/arguments/edkrepo_cmd_args.py Signed-off-by: Ashley E Desimone Cc: Nate DeSimone Cc: Puja Pandya --- .../arguments/edkrepo_cmd_args.py} | 9 +++-- edkrepo/commands/edkrepo_command.py

[edk2-devel][edk2-staging/EdkRepo][PATCH v2 1/8] EdkRepo: Argument String Refactor - Removed Unused Strings

2019-11-06 Thread Desimone, Ashley E
Signed-off-by: Ashley E Desimone Cc: Nate DeSimone Cc: Puja Pandya --- edkrepo/common/argument_strings.py | 5 - 1 file changed, 5 deletions(-) diff --git a/edkrepo/common/argument_strings.py b/edkrepo/common/argument_strings.py index 0a7db59..93db079 100644 --- a/edkrepo/common/argument_

[edk2-devel][edk2-staging/EdkRepo][PATCH v2 5/8] EdkRepo: Argument Strings Refactor - Sparse Command

2019-11-06 Thread Desimone, Ashley E
Move all argument strings for sparse_command.py to edkrepo/commands/arguments/sparse_args.py Signed-off-by: Ashley E Desimone Cc: Nate DeSimone Cc: Puja Pandya --- edkrepo/commands/arguments/sparse_args.py | 16 edkrepo/commands/sparse_command.py| 8 edkrepo/

[edk2-devel][edk2-staging/EdkRepo][PATCH v2 7/8] EdkRepo: Argument Strings Refactor - Clone Command

2019-11-06 Thread Desimone, Ashley E
Move all argument strings for clone_command.py to edkrepo/commands/arguments/clone_args.py Signed-off-by: Ashley E Desimone Cc: Nate DeSimone Cc: Puja Pandya --- edkrepo/commands/arguments/clone_args.py | 22 ++ edkrepo/commands/clone_command.py| 24 +++-

Re: [edk2-devel] [edk2-platforms] [Patch v2 9/9] WhiskeylakeOpenBoardPkg: Add Ps2 Keyboard Support

2019-11-06 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Agyeman, Prince Sent: Tuesday, November 5, 2019 5:26 PM To: devel@edk2.groups.io Cc: Kubacki, Michael A ; Chiu, Chasel ; Desimone, Nathaniel L Subject: [edk2-platforms] [Patch v2 9/9] WhiskeylakeOpenBoardPkg: Add Ps2 Keyboard Suppor

Re: [edk2-devel] [edk2-platforms] [Patch v2 8/9] SimicsOpenBoardPkg: Add Ps2 keyboard Support

2019-11-06 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Agyeman, Prince Sent: Tuesday, November 5, 2019 5:26 PM To: devel@edk2.groups.io Cc: Kubacki, Michael A ; Chiu, Chasel ; Desimone, Nathaniel L Subject: [edk2-platforms] [Patch v2 8/9] SimicsOpenBoardPkg: Add Ps2 keyboard Support Ad

Re: [edk2-devel] [edk2-platforms] [Patch v2 5/9] BoardModulePkg: Added Pcds to Super I/O driver

2019-11-06 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Agyeman, Prince Sent: Tuesday, November 5, 2019 5:26 PM To: devel@edk2.groups.io Cc: Kubacki, Michael A ; Chiu, Chasel ; Desimone, Nathaniel L Subject: [edk2-platforms] [Patch v2 5/9] BoardModulePkg: Added Pcds to Super I/O driver

Re: [edk2-devel][edk2-staging/EdkRepo][PATCH v2 2/8] EdkRepo: Argument String Refactor Manifest Command

2019-11-06 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Desimone, Ashley E Sent: Wednesday, November 6, 2019 2:40 PM To: devel@edk2.groups.io Cc: Desimone, Nathaniel L ; Pandya, Puja Subject: [edk2-devel][edk2-staging/EdkRepo][PATCH v2 2/8] EdkRepo: Argument String Refactor Manifest Comm

Re: [edk2-devel][edk2-staging/EdkRepo][PATCH v2 1/8] EdkRepo: Argument String Refactor - Removed Unused Strings

2019-11-06 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Desimone, Ashley E Sent: Wednesday, November 6, 2019 2:40 PM To: devel@edk2.groups.io Cc: Desimone, Nathaniel L ; Pandya, Puja Subject: [edk2-devel][edk2-staging/EdkRepo][PATCH v2 1/8] EdkRepo: Argument String Refactor - Removed Unu

Re: [edk2-devel][edk2-staging/EdkRepo][PATCH v2 5/8] EdkRepo: Argument Strings Refactor - Sparse Command

2019-11-06 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Desimone, Ashley E Sent: Wednesday, November 6, 2019 2:40 PM To: devel@edk2.groups.io Cc: Desimone, Nathaniel L ; Pandya, Puja Subject: [edk2-devel][edk2-staging/EdkRepo][PATCH v2 5/8] EdkRepo: Argument Strings Refactor - Sparse Com

Re: [edk2-devel][edk2-staging/EdkRepo][PATCH v2 6/8] EdkRepo: Argument Strings Refactor - Sync Command

2019-11-06 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Desimone, Ashley E Sent: Wednesday, November 6, 2019 2:40 PM To: devel@edk2.groups.io Cc: Desimone, Nathaniel L ; Pandya, Puja Subject: [edk2-devel][edk2-staging/EdkRepo][PATCH v2 6/8] EdkRepo: Argument Strings Refactor - Sync Comma

Re: [edk2-devel][edk2-staging/EdkRepo][PATCH v2 3/8] EdkRepo: Argument String Refactor - Combo Command

2019-11-06 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Desimone, Ashley E Sent: Wednesday, November 6, 2019 2:40 PM To: devel@edk2.groups.io Cc: Desimone, Nathaniel L ; Pandya, Puja Subject: [edk2-devel][edk2-staging/EdkRepo][PATCH v2 3/8] EdkRepo: Argument String Refactor - Combo Comma

Re: [edk2-devel][edk2-staging/EdkRepo][PATCH v2 7/8] EdkRepo: Argument Strings Refactor - Clone Command

2019-11-06 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Desimone, Ashley E Sent: Wednesday, November 6, 2019 2:40 PM To: devel@edk2.groups.io Cc: Desimone, Nathaniel L ; Pandya, Puja Subject: [edk2-devel][edk2-staging/EdkRepo][PATCH v2 7/8] EdkRepo: Argument Strings Refactor - Clone Comm

Re: [edk2-devel][edk2-staging/EdkRepo][PATCH v2 4/8] EdkRepo: Argument String Refactor - Checkout Command

2019-11-06 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Desimone, Ashley E Sent: Wednesday, November 6, 2019 2:40 PM To: devel@edk2.groups.io Cc: Desimone, Nathaniel L ; Pandya, Puja Subject: [edk2-devel][edk2-staging/EdkRepo][PATCH v2 4/8] EdkRepo: Argument String Refactor - Checkout Co

Re: [edk2-devel][edk2-staging/EdkRepo][PATCH v2 8/8] EdkRepo: Argument Strings Refactor - EdkRepo Command

2019-11-06 Thread Nate DeSimone
Reviewed-by: Nate DeSimone -Original Message- From: Desimone, Ashley E Sent: Wednesday, November 6, 2019 2:40 PM To: devel@edk2.groups.io Cc: Desimone, Nathaniel L ; Pandya, Puja Subject: [edk2-devel][edk2-staging/EdkRepo][PATCH v2 8/8] EdkRepo: Argument Strings Refactor - EdkRepo Co

Re: [edk2-devel] [edk2] OCP : Olympus project's UEFI BIOS code support

2019-11-06 Thread rebecca
I was wondering if there were any plans to update the code for the UP Squared that's on the devel-IntelAtomProcessorE3900 branch of edk2-platforms? I guess with mention of support for the UP Xtreme, the UP Squared isn't going to have any more work done on it? -- Rebecca Cran On 2019-11-05 19:11,

Re: [edk2-devel] [PATCH] EmbeddedPkg/DtPlatformDxe: Add DT/ACPI Default Flexibility

2019-11-06 Thread Ashish Singhal
Hello Leif/Ard, Any comments/suggestions on this one? Thanks Ashish From: Ashish Singhal Sent: Monday, November 4, 2019 10:49 AM To: devel@edk2.groups.io ; leif.lindh...@linaro.org ; ard.biesheu...@linaro.org Cc: Ashish Singhal Subject: [PATCH] EmbeddedPkg/Dt

Re: [edk2-devel] [edk2-non-osi] [PATCH] edk2-non-osi: Update PurleySiliconBinPkg maintainers

2019-11-06 Thread Kubacki, Michael A
Reviewed-by: Michael Kubacki > -Original Message- > From: Desimone, Nathaniel L > Sent: Wednesday, November 6, 2019 2:19 PM > To: devel@edk2.groups.io > Cc: Gillispie; Gillispie, Thad ; Bu; Bu, Daocheng > ; Oram, Isaac W ; > Kubacki, Michael A ; Kinney, Michael D > > Subject: [edk2-non-

Re: [edk2-devel] [PATCH V2 1/4] MdePkg/Include: Add DMTF SPDM definition.

2019-11-06 Thread Yao, Jiewen
Thanks. Agree. Will do that. It is 0.95 now. > -Original Message- > From: Gao, Liming > Sent: Wednesday, November 6, 2019 10:38 PM > To: Yao, Jiewen ; devel@edk2.groups.io > Cc: Kinney, Michael D ; Lou, Yun > > Subject: RE: [PATCH V2 1/4] MdePkg/Include: Add DMTF SPDM definition. > > Ji

Re: [edk2-devel] [Patch v3 04/22] BaseTools/tools_def.template: Add RC_PATH define

2019-11-06 Thread Michael D Kinney
Liming, Thanks. I have addressed this in a V4 branch I have prepared. Mike > -Original Message- > From: Gao, Liming > Sent: Tuesday, November 5, 2019 12:18 AM > To: Kinney, Michael D ; > devel@edk2.groups.io > Cc: Sean Brogan ; Feng, Bob C > > Subject: RE: [Patch v3 04/22] > BaseTools

Re: [edk2-devel] [edk2-platforms] [Patch v2 1/9] BoardModulePkg: Add gBoardModulePkgTokenSpaceGuid

2019-11-06 Thread Kubacki, Michael A
Reviewed-by: Michael Kubacki > -Original Message- > From: Agyeman, Prince > Sent: Tuesday, November 5, 2019 5:26 PM > To: devel@edk2.groups.io > Cc: Kubacki, Michael A ; Chiu, Chasel > ; Desimone, Nathaniel L > > Subject: [edk2-platforms] [Patch v2 1/9] BoardModulePkg: Add > gBoardModul

Re: [edk2-devel] [edk2-platforms] [Patch v2 2/9] SimicsOpenBoardPkg: Remove Super I/O DXE driver

2019-11-06 Thread Kubacki, Michael A
Typo "BoardModulePky" -> "BoardModulePkg". Can be fixed before pushed. Reviewed-by: Michael Kubacki > -Original Message- > From: Agyeman, Prince > Sent: Tuesday, November 5, 2019 5:26 PM > To: devel@edk2.groups.io > Cc: Kubacki, Michael A ; Chiu, Chasel > ; Desimone, Nathaniel L > > Su

Re: [edk2-devel] [edk2-platforms] [Patch v2 3/9] BoardModulePkg: Add Super I/O driver

2019-11-06 Thread Kubacki, Michael A
Reviewed-by: Michael Kubacki > -Original Message- > From: Agyeman, Prince > Sent: Tuesday, November 5, 2019 5:26 PM > To: devel@edk2.groups.io > Cc: Kubacki, Michael A ; Chiu, Chasel > ; Desimone, Nathaniel L > > Subject: [edk2-platforms] [Patch v2 3/9] BoardModulePkg: Add Super I/O > d

Re: [edk2-devel] [edk2-platforms] [Patch v2 5/9] BoardModulePkg: Added Pcds to Super I/O driver

2019-11-06 Thread Kubacki, Michael A
There was a whitespace between line 58 and 59 in LegacySioDxe.inf that was removed in V2 causing these sections to run together I'd prefer to be added back before being pushed. gBoardModulePkgTokenSpaceGuid.PcdSuperIoPciIsaBridgeDevice [Protocols] With that change: Reviewed-by: Michael Kubacki

Re: [edk2-devel] [edk2-platforms] [Patch v2 4/9] BoardModulePkg: Add fix at build Pcds

2019-11-06 Thread Kubacki, Michael A
Reviewed-by: Michael Kubacki > -Original Message- > From: Agyeman, Prince > Sent: Tuesday, November 5, 2019 5:26 PM > To: devel@edk2.groups.io > Cc: Kubacki, Michael A ; Chiu, Chasel > ; Desimone, Nathaniel L > > Subject: [edk2-platforms] [Patch v2 4/9] BoardModulePkg: Add fix at build

Re: [edk2-devel] [edk2-platforms] [Patch v2 6/9] BoardModulePkg: Add Ps2 Keyboard Library

2019-11-06 Thread Kubacki, Michael A
Reviewed-by: Michael Kubacki > -Original Message- > From: Agyeman, Prince > Sent: Tuesday, November 5, 2019 5:26 PM > To: devel@edk2.groups.io > Cc: Kubacki, Michael A ; Chiu, Chasel > ; Desimone, Nathaniel L > > Subject: [edk2-platforms] [Patch v2 6/9] BoardModulePkg: Add Ps2 > Keyboar

Re: [edk2-devel] [edk2-platforms] [Patch v2 7/9] KabylakeOpenBoardPkg: Add Ps2 Keyboard Support

2019-11-06 Thread Kubacki, Michael A
This patch is missing the Cc. Please make sure to check it in the future. Reviewed-by: Michael Kubacki > -Original Message- > From: devel@edk2.groups.io On Behalf Of > Agyeman, Prince > Sent: Tuesday, November 5, 2019 5:26 PM > To: devel@edk2.groups.io > Subject: [edk2-devel] [edk2-plat

Re: [edk2-devel] [edk2-platforms] [Patch v2 9/9] WhiskeylakeOpenBoardPkg: Add Ps2 Keyboard Support

2019-11-06 Thread Kubacki, Michael A
Reviewed-by: Michael Kubacki > -Original Message- > From: Agyeman, Prince > Sent: Tuesday, November 5, 2019 5:26 PM > To: devel@edk2.groups.io > Cc: Kubacki, Michael A ; Chiu, Chasel > ; Desimone, Nathaniel L > > Subject: [edk2-platforms] [Patch v2 9/9] WhiskeylakeOpenBoardPkg: Add > Ps

Re: [edk2-devel] [edk2-platforms] [Patch v2 8/9] SimicsOpenBoardPkg: Add Ps2 keyboard Support

2019-11-06 Thread Kubacki, Michael A
Reviewed-by: Michael Kubacki > -Original Message- > From: Agyeman, Prince > Sent: Tuesday, November 5, 2019 5:26 PM > To: devel@edk2.groups.io > Cc: Kubacki, Michael A ; Chiu, Chasel > ; Desimone, Nathaniel L > > Subject: [edk2-platforms] [Patch v2 8/9] SimicsOpenBoardPkg: Add Ps2 > key

[edk2-devel] [PATCH V3 6/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 add support for CXL Flexbus

2019-11-06 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Various: – SMBIOSCR00183: add support for CXL Flexbus Cc: Ray Ni Cc: Sai Chaganty Reviewed-by: Sai Chaganty Signed-off-by: Zhichao Gao --- .../Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c| 8 1 file changed,

[edk2-devel] [PATCH V3 3/8] MdePkg/Smbios.h: SMBIOS 3.3.0 Add value HBM and Die for type 17

2019-11-06 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Memory Device (Type 17): – SMBIOSCR00178: add new memory device type value (HBM) and new form factor value (Die) Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Reviewed-by: Liming Gao Signed-off-by: Zhichao Gao --- MdePkg/Includ

[edk2-devel] [PATCH V3 5/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 add PCI gen4 values for type 9

2019-11-06 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 System Slots (Type 9): – SMBIOSCR00184: add PCI Express Gen 4 values Cc: Ray Ni Cc: Sai Chaganty Reviewed-by: Sai Chaganty Signed-off-by: Zhichao Gao --- .../SmbiosView/QueryTable.c| 26 +- 1

[edk2-devel] [PATCH V3 7/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 Add value HBM and Die for type 17

2019-11-06 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Memory Device (Type 17): – SMBIOSCR00178: add new memory device type value (HBM) and new form factor value (Die) Cc: Ray Ni Cc: Sai Chaganty Reviewed-by: Sai Chaganty Signed-off-by: Zhichao Gao --- .../UefiShellDebug1CommandsLib/Smbios

[edk2-devel] [PATCH V3 1/8] MdePkg/Smbios.h: SMBIOS 3.3.0 add PCI gen4 values for type 9

2019-11-06 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 System Slots (Type 9): – SMBIOSCR00184: add PCI Express Gen 4 values Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Reviewed-by: Sai Chaganty Reviewed-by: Liming Gao Signed-off-by: Zhichao Gao --- MdePkg/Include/IndustryStandar

[edk2-devel] [PATCH V3 0/8] Update SMBIOS 3.3.0

2019-11-06 Thread Gao, Zhichao
The following changes were made to version 3.2.0 of the document to produce this version: • System Slots (Type 9): – Add PCI Express Gen 4 values – Clarify bus number usage for PCI Express • Memory Device (Type 17): – Add new memory device type value (HBM) and new form factor value (Die) – Update t

[edk2-devel] [PATCH V3 8/8] ShellPkg/SmbiosView: SMBIOS 3.3.0 Update "Intel persistent memory"

2019-11-06 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Memory Device (Type 17): – SMBIOSCR00179: update the string for Intel persistent memory Cc: Ray Ni Cc: Sai Chaganty Reviewed-by: Sai Chaganty Signed-off-by: Zhichao Gao --- ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTa

[edk2-devel] [PATCH V3 4/8] MdePkg/Smbios.h: SMBIOS 3.3.0 Update Intel Persistent Memory string

2019-11-06 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Memory Device (Type 17): – SMBIOSCR00179: update the string for Intel persistent memory Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Signed-off-by: Zhichao Gao --- MdePkg/Include/IndustryStandard/SmBios.h | 4 1 file chang

[edk2-devel] [PATCH V3 2/8] MdePkg/Smbios.h: SMBIOS 3.3.0 add support for CXL Flexbus

2019-11-06 Thread Gao, Zhichao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Various: – SMBIOSCR00183: add support for CXL Flexbus Cc: Michael D Kinney Cc: Liming Gao Cc: Sai Chaganty Reviewed-by: Sai Chaganty Reviewed-by: Liming Gao Signed-off-by: Zhichao Gao --- MdePkg/Include/IndustryStandard/SmBios.h | 4

Re: [edk2-devel] [PATCH V2 1/4] MdePkg/Include: Add DMTF SPDM definition.

2019-11-06 Thread Yao, Jiewen
I will update to 0.99 in V3. > -Original Message- > From: devel@edk2.groups.io On Behalf Of Yao, Jiewen > Sent: Thursday, November 7, 2019 8:26 AM > To: Gao, Liming ; devel@edk2.groups.io > Cc: Kinney, Michael D ; Lou, Yun > > Subject: Re: [edk2-devel] [PATCH V2 1/4] MdePkg/Include: Add

[edk2-devel] [Patch v4 08/22] CryptoPkg: Add YAML file for CI builds

2019-11-06 Thread Michael D Kinney
Add YAML file to the package directory with the configuration of the checks to perform during a CI build. Cc: Jian J Wang Cc: Xiaoyu Lu Signed-off-by: Kinney --- CryptoPkg/CryptoPkg.ci.yaml | 48 + 1 file changed, 48 insertions(+) create mode 100644 CryptoP

[edk2-devel] [Patch v4 12/22] MdePkg: Add YAML file for CI builds

2019-11-06 Thread Michael D Kinney
Add YAML file to the package directory with the configuration of the checks to perform during a CI build. Cc: Liming Gao Signed-off-by: Michael D Kinney --- MdePkg/MdePkg.ci.yaml | 90 +++ 1 file changed, 90 insertions(+) create mode 100644 MdePkg/MdePkg

[edk2-devel] [Patch v4 21/22] .mergify: Add Mergify YML pull request rules configuration file

2019-11-06 Thread Michael D Kinney
Add directory for the Mergify YML configuration files that provides rules and actions used to process a pull request. * Auto commit a PR from EDK II Maintainer with 'push' label set and all CI checks pass * Auto close a PR from any developers without 'push' label set and all CI checks pass. *

[edk2-devel] [Patch v4 00/22] Enable Phase 1 of EDK II CI

2019-11-06 Thread Michael D Kinney
https://bugzilla.tianocore.org/show_bug.cgi?id=2315 RFC Proposals: * https://edk2.groups.io/g/rfc/message/93 * https://edk2.groups.io/g/devel/message/46607 Wiki Page: * https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Continuous-Integration Branch for review: * https://github.com/ti

[edk2-devel] [Patch v4 16/22] ShellPkg: Add YAML file for CI builds

2019-11-06 Thread Michael D Kinney
Add YAML file to the package directory with the configuration of the checks to perform during a CI build. Cc: Ray Ni Cc: Zhichao Gao Signed-off-by: Michael D Kinney Acked-by: Zhichao Gao --- ShellPkg/ShellPkg.ci.yaml | 55 +++ 1 file changed, 55 insertions(

[edk2-devel] [Patch v4 10/22] FmpDevicePkg: Add YAML file for CI builds

2019-11-06 Thread Michael D Kinney
Add YAML file to the package directory with the configuration of the checks to perform during a CI build. Use BaseCryptLibNull for package CI builds to reduce package build times. Enabled with CONTINUOUS_INTEGRATION in YAML files. By default CONTINUOUS_INTEGRATION is not defined, and the origina

[edk2-devel] [Patch v4 18/22] SignedCapsulePkg: Use BaseCryptLibNull to reduce package CI time

2019-11-06 Thread Michael D Kinney
Use BaseCryptLibNull for package CI builds to reduce package build times. Enabled with PYTOOL_CONTINUOUS_INTEGRATION in YAML files. By default PYTOOL_CONTINUOUS_INTEGRATION is not defined, and the original lib mappings are preserved. Cc: Jiewen Yao Cc: Chao Zhang Signed-off-by: Michael D Kinne

[edk2-devel] [Patch v4 19/22] .pytool: Add CISettings.py and Readme.md

2019-11-06 Thread Michael D Kinney
From: Sean Brogan Add main python script for EDK II Continuous Integration (CI) builds along with a Readme.md that provides a summary of the packages, platforms, and checks performs during a CI build. Cc: Sean Brogan Cc: Bret Barkelew Cc: Liming Gao Signed-off-by: Michael D Kinney --- .pyto

[edk2-devel] [Patch v4 03/22] requirements.txt: Add python pip requirements file

2019-11-06 Thread Michael D Kinney
From: Sean Brogan Add pip requirements file that is used to install the python pip modules build from the edk2-pytool-library and edk2-pytool-extensions repositories. These python modules provide the extensions required to perform EDK II Continuous Integration(CI) builds. Cc: Andrew Fish Cc: L

[edk2-devel] [Patch v4 14/22] PcAtChipsetPkg: Add YAML files for CI builds

2019-11-06 Thread Michael D Kinney
Add YAML file to the package directory with the configuration of the checks to perform during a CI build. Cc: Ray Ni Signed-off-by: Michael D Kinney --- PcAtChipsetPkg/PcAtChipsetPkg.ci.yaml | 46 +++ 1 file changed, 46 insertions(+) create mode 100644 PcAtChipsetPkg/Pc

[edk2-devel] [Patch v4 13/22] NetworkPkg: Add YAML file for CI builds

2019-11-06 Thread Michael D Kinney
Add YAML file to the package directory with the configuration of the checks to perform during a CI build. Use BaseCryptLibNull and TlsLibNull for package CI builds to reduce package build times. Enabled with CONTINUOUS_INTEGRATION in YAML files. By default CONTINUOUS_INTEGRATION is not defined,

[edk2-devel] [Patch v4 17/22] UefiCpuPkg: Add YAML file for CI builds

2019-11-06 Thread Michael D Kinney
Add YAML file to the package directory with the configuration of the checks to perform during a CI build. Cc: Eric Dong Cc: Ray Ni Cc: Laszlo Ersek Signed-off-by: Michael D Kinney Acked-by: Laszlo Ersek --- UefiCpuPkg/UefiCpuPkg.ci.yaml | 51 +++ 1 file change

[edk2-devel] [Patch v4 01/22] Maintainers.txt: Add continuous integration(CI) directories

2019-11-06 Thread Michael D Kinney
Add maintainers and reviewers for the directories associated with continuous integration steps. * .azurepipelines * .mergify * .pytool Cc: Andrew Fish Cc: Laszlo Ersek Cc: Leif Lindholm Signed-off-by: Michael D Kinney Reviewed-by: Leif Lindholm Reviewed-by: Laszlo Ersek --- Maintainers.txt

[edk2-devel] [Patch v4 05/22] BaseTools: Add YAML files with path env and tool extdeps

2019-11-06 Thread Michael D Kinney
From: Sean Brogan Cc: Bob Feng Cc: Liming Gao Signed-off-by: Michael D Kinney --- BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml | 21 +++ BaseTools/Bin/gcc_arm_linux_ext_dep.yaml | 21 +++ BaseTools/Bin/iasl_ext_dep.yaml | 21 +++ BaseTools/Bin/nasm_ext_dep.yaml

[edk2-devel] [Patch v4 06/22] BaseTools: Add BaseTools plugins to support CI

2019-11-06 Thread Michael D Kinney
From: Sean Brogan Add the following plugins that are required to support EDK II Continuous Integration (CI) builds. These plugins are added to BaseTools because that support EDK II BaseTools features. * BuildToolsReportGenerator * LinuxGcc5ToolChain * WindowsResourceCompiler * WindowsVsToolChai

[edk2-devel] [Patch v4 11/22] MdeModulePkg: Add YAML file for CI builds

2019-11-06 Thread Michael D Kinney
Add YAML file to the package directory with the configuration of the checks to perform during a CI build. Cc: Jian J Wang Cc: Hao A Wu Signed-off-by: Michael D Kinney --- MdeModulePkg/MdeModulePkg.ci.yaml | 81 +++ 1 file changed, 81 insertions(+) create mode 10064

[edk2-devel] [Patch v4 02/22] .gitignore: Ignore python compiled files, extdeps, and vscode

2019-11-06 Thread Michael D Kinney
From: Sean Brogan Update .gitignore to ignore .pyc files and __pycache__ directories. Python based plugins can be added to any package or platform, so these files and directories may be present outside of BaseTools. Ignore _extdep directories that are generated by the pytool external dependency

[edk2-devel] [Patch v4 22/22] Readme.md: Add CI build status badges

2019-11-06 Thread Michael D Kinney
Update Readme.md with status badges from the most recent EDK II Continuous Integration(CI) build. Cc: Andrew Fish Cc: Laszlo Ersek Cc: Leif Lindholm Signed-off-by: Michael D Kinney --- Readme.md | 11 +++ 1 file changed, 11 insertions(+) diff --git a/Readme.md b/Readme.md index 27e4c

[edk2-devel] [Patch v4 20/22] .azurepipelines: Add Azure Pipelines YML configuration files

2019-11-06 Thread Michael D Kinney
From: Sean Brogan Add YML configuration files used to run the EDK II Continuous Integration (CI) checks on Azure Pipelines agents. Cc: Sean Brogan Cc: Bret Barkelew Cc: Liming Gao Signed-off-by: Michael D Kinney --- .azurepipelines/Ubuntu-GCC5.yml | 18 +++ .azurepipelines/Ub

[edk2-devel] [Patch v4 07/22] .pytool/Plugin: Add CI plugins

2019-11-06 Thread Michael D Kinney
From: Sean Brogan Add .pytool directory to the edk2 repository with the following plugins. These plugins are in a top level directory because that can be used with all packages and platforms. * CharEncodingCheck * CompilerPlugin * DependencyCheck * DscCompleteCheck * GuidCheck * LibraryClassChe

[edk2-devel] [Patch v4 09/22] FatPkg: Add YAML file for CI builds

2019-11-06 Thread Michael D Kinney
Add YAML file to the package directory with the configuration of the checks to perform during a CI build. Cc: Ray Ni Signed-off-by: Michael D Kinney --- FatPkg/FatPkg.ci.yaml | 50 +++ 1 file changed, 50 insertions(+) create mode 100644 FatPkg/FatPkg.ci.

[edk2-devel] [Patch v4 15/22] SecurityPkg: Add YAML files for CI builds

2019-11-06 Thread Michael D Kinney
Add YAML file to the package directory with the configuration of the checks to perform during a CI build. Use BaseCryptLibNull for package CI builds to reduce package build times. Enabled with CONTINUOUS_INTEGRATION in YAML files. By default CONTINUOUS_INTEGRATION is not defined, and the origina

[edk2-devel] [Patch v4 04/22] BaseTools: Add RC_PATH define for VS2017/2019

2019-11-06 Thread Michael D Kinney
From: Sean Brogan Add use of RC_PATH define that provides the path to the resource compiler that is typically provided in a Windows SDK. The path changes with different Windows SDK releases. This define is set to the WINSDK_PATH_FOR_RC_EXE environment variable. This environment variable must b

Re: [edk2-devel] [PATCH V2 2/4] MdeModulePkg/Include: Add DeviceSecurity.h

2019-11-06 Thread Ni, Ray
I see. PciIo or UsbIo instance is installed with a different GUID and consumer needs to parse the device path to understand what kind of instance (PciIo or UsbIo) should be used. > -Original Message- > From: Yao, Jiewen > Sent: Wednesday, November 6, 2019 4:25 PM > To: Ni, Ray ; devel@e

[edk2-devel] EDK II CI Phase 1 Unit Test Cases

2019-11-06 Thread Michael D Kinney
Hello, The following link performs a query on the pull requests in edk2-staging/edk2-ci branch that shows the unit tests cases that have been run. https://github.com/tianocore/edk2-staging/pulls?utf8=%E2%9C%93&q=is%3Apr+0005h+in%3Atitle+OR+0005+in%3Atitle It includes unit tests from maintainers

Re: [edk2-devel] [PATCH 0/2] Reserve page 0 for NULL pointer detection

2019-11-06 Thread Ni, Ray
Reviewed-by: Ray Ni > -Original Message- > From: Wang, Jian J > Sent: Wednesday, November 6, 2019 9:14 PM > To: devel@edk2.groups.io > Cc: Bi, Dandan ; Gao, Liming ; Ni, > Ray ; Wu, Hao A > ; Sean Brogan > Subject: [PATCH 0/2] Reserve page 0 for NULL pointer detection > > When a boot

Re: [edk2-devel] [Patch v4 16/22] ShellPkg: Add YAML file for CI builds

2019-11-06 Thread Ni, Ray
Acked-by: Ray Ni > -Original Message- > From: Kinney, Michael D > Sent: Thursday, November 7, 2019 9:14 AM > To: devel@edk2.groups.io > Cc: Ni, Ray ; Gao, Zhichao > Subject: [Patch v4 16/22] ShellPkg: Add YAML file for CI builds > > Add YAML file to the package directory with the > con

Re: [edk2-devel] [Patch v4 14/22] PcAtChipsetPkg: Add YAML files for CI builds

2019-11-06 Thread Ni, Ray
Acked-by: Ray Ni > -Original Message- > From: Kinney, Michael D > Sent: Thursday, November 7, 2019 9:14 AM > To: devel@edk2.groups.io > Cc: Ni, Ray > Subject: [Patch v4 14/22] PcAtChipsetPkg: Add YAML files for CI builds > > Add YAML file to the package directory with the > configurati

Re: [edk2-devel] [Patch v4 09/22] FatPkg: Add YAML file for CI builds

2019-11-06 Thread Ni, Ray
Acked-by: Ray Ni > -Original Message- > From: Kinney, Michael D > Sent: Thursday, November 7, 2019 9:14 AM > To: devel@edk2.groups.io > Cc: Ni, Ray > Subject: [Patch v4 09/22] FatPkg: Add YAML file for CI builds > > Add YAML file to the package directory with the > configuration of the

Re: [edk2-devel] [Patch v4 17/22] UefiCpuPkg: Add YAML file for CI builds

2019-11-06 Thread Ni, Ray
Acked-by: Ray Ni > -Original Message- > From: Kinney, Michael D > Sent: Thursday, November 7, 2019 9:14 AM > To: devel@edk2.groups.io > Cc: Dong, Eric ; Ni, Ray ; Laszlo > Ersek > Subject: [Patch v4 17/22] UefiCpuPkg: Add YAML file for CI builds > > Add YAML file to the package direct

[edk2-devel] EDK II Maintainers please test the pull request commit gate

2019-11-06 Thread Michael D Kinney
EDK II Maintainers, Please take a few minutes to test the GitHub pull request commit gate feature under review in the edk2-staging/edk2-ci branch. This will be the only method to push patches to the edk2 repo in the near future, and we want all current EDK II Maintainers to make sure they know ho

Re: [edk2-devel] [Patch v4 11/22] MdeModulePkg: Add YAML file for CI builds

2019-11-06 Thread Wu, Hao A
> -Original Message- > From: Kinney, Michael D > Sent: Thursday, November 07, 2019 9:14 AM > To: devel@edk2.groups.io > Cc: Wang, Jian J; Wu, Hao A > Subject: [Patch v4 11/22] MdeModulePkg: Add YAML file for CI builds > > Add YAML file to the package directory with the > configuration of t

  1   2   >