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
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
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
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
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
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
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
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
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
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.
> 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
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
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
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,
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
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
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/
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
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
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
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
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
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
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
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
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 --
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/
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
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
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
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_
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/
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 +++-
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
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
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
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
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
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
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
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
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
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
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
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,
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
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-
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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.
*
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
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(
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
> -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 - 100 of 128 matches
Mail list logo