[edk2-devel] [staging/edk2_hbfa][PATCH] Announce to create "edk2_hbfa" branch in edk2-staging.

2019-06-07 Thread Sun, Tengfen
This branch is for edk2 update when doing validation with HBFA. The code base of development is edk2-stable201905 tag. Please refer to the patch of Readme.md to get the detailed introduction. Note: The branch will be created by the end of June 15th if no objection. Cc: Yao Jiewen Cc: Wu Chris C

Re: [edk2-devel] [PATCH v2 4/5] SecurityPkg: set SM3 bit in TPM 2.0 hash mask by default

2019-06-07 Thread Wang, Jian J
Reviewed-by: Jian J Wang > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Imran > Desai > Sent: Wednesday, May 29, 2019 4:41 AM > To: devel@edk2.groups.io > Subject: [edk2-devel] [PATCH v2 4/5] SecurityPkg: set SM3 bit in TPM 2.0 hash > mask

Re: [edk2-devel] [PATCH v2 3/5] SecurityPkg/HashLibBaseCryptoRouter: recognize the SM3 digest algorithm

2019-06-07 Thread Wang, Jian J
Reviewed-by: Jian J Wang > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Imran > Desai > Sent: Wednesday, May 29, 2019 4:41 AM > To: devel@edk2.groups.io > Subject: [edk2-devel] [PATCH v2 3/5] SecurityPkg/HashLibBaseCryptoRouter: > recognize

Re: [edk2-devel] [PATCH v2 2/5] SecurityPkg: introduce the SM3 digest algorithm

2019-06-07 Thread Wang, Jian J
Imran, > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Imran > Desai > Sent: Wednesday, May 29, 2019 4:41 AM > To: devel@edk2.groups.io > Subject: [edk2-devel] [PATCH v2 2/5] SecurityPkg: introduce the SM3 digest > algorithm > > > BZ: https://

Re: [edk2-devel] [PATCH v2 1/1] CryptoPkg/BaseCryptLib: Wrap OpenSSL SM3 algorithm

2019-06-07 Thread Wang, Jian J
Pushed at f0718d1d6b47745a4249f4006807a45f2245dba1 Regards, Jian > -Original Message- > From: Lu, XiaoyuX > Sent: Friday, May 31, 2019 4:13 PM > To: devel@edk2.groups.io > Cc: Lu, XiaoyuX ; Wang, Jian J > Subject: [PATCH v2 1/1] CryptoPkg/BaseCryptLib: Wrap OpenSSL SM3 algorithm > > RE

[edk2-devel] [PATCH 3/3] SecurityPkg: add FvReportPei.inf in dsc for build validation

2019-06-07 Thread Wang, Jian J
https://bugzilla.tianocore.org/show_bug.cgi?id=1617 Cc: Chao Zhang Cc: Jiewen Yao Cc: "Hernandez Beltran, Jorge" Cc: Harry Han Signed-off-by: Jian J Wang --- SecurityPkg/SecurityPkg.dsc | 5 + 1 file changed, 5 insertions(+) diff --git a/SecurityPkg/SecurityPkg.dsc b/SecurityPkg/Securit

[edk2-devel] [PATCH 1/3] SecurityPkg: add definitions for OBB verification

2019-06-07 Thread Wang, Jian J
https://bugzilla.tianocore.org/show_bug.cgi?id=1617 gEdkiiPeiFirmwareVolumeInfoStoredHashFvPpiGuid should be installed by platform to pass FV hash information to the common FV verify/report driver, in which the hash value will be calculated again based on the information fed in and then verified.

[edk2-devel] [PATCH 0/3] Common OBB verification feature

2019-06-07 Thread Wang, Jian J
https://bugzilla.tianocore.org/show_bug.cgi?id=1617 Cc: Chao Zhang Cc: Jiewen Yao Cc: "Hernandez Beltran, Jorge" Cc: Harry Han Jian J Wang (3): SecurityPkg: add definitions for OBB verification SecurityPkg/FvReportPei: implement a common FV verifier and reporter SecurityPkg: add FvRepor

[edk2-devel] [PATCH 2/3] SecurityPkg/FvReportPei: implement a common FV verifier and reporter

2019-06-07 Thread Wang, Jian J
https://bugzilla.tianocore.org/show_bug.cgi?id=1617 This driver implements a common checker, verifier and reporter which is independent of hardware based root-of-trust. Usually the hardware based root-of-trust will not verify all BIOS but part of it. For example, Boot Guard will only verify IBB s

Re: [edk2-devel] [PATCH v2 1/1] ShellPkg: acpiview: ACPI 6.3 update for MADT parser

2019-06-07 Thread Sami Mujawar
Reviewed-by: Sami Mujawar -Original Message- From: Krzysztof Koch Sent: 07 June 2019 09:48 AM To: devel@edk2.groups.io Cc: Sami Mujawar ; jaben.car...@intel.com; ray...@intel.com; zhichao@intel.com; Matteo Carlini ; Stephanie Hughes-Fitt ; nd Subject: [PATCH v2 1/1] ShellPkg: a

[edk2-devel] [edk2-platforms: PATCH v2 2/2] RaspberryPi/RPi3: Update DSC/FDF to use NetworkPkg DSC/FDF

2019-06-07 Thread Pete Batard
This patch updates the platform DSC/FDF files to use the include fragment files provided by NetworkPkg. Signed-off-by: Pete Batard --- Platform/RaspberryPi/RPi3/RPi3.dsc | 31 Platform/RaspberryPi/RPi3/RPi3.fdf | 11 +-- 2 files changed, 13 insertions(+), 29 deletions(-)

[edk2-devel] [edk2-platforms: PATCH v2 1/2] RaspberryPi/RPi3: Enable RAM Disk

2019-06-07 Thread Pete Batard
Also update UsbNetworking/Ax88772b/Ax88772b.inf references. Signed-off-by: Pete Batard --- Platform/RaspberryPi/RPi3/RPi3.dsc | 7 ++- Platform/RaspberryPi/RPi3/RPi3.fdf | 7 ++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Platform/RaspberryPi/RPi3/RPi3.dsc b/Platfor

[edk2-devel] [edk2-platforms: PATCH v2 0/2] Minor updates to platform

2019-06-07 Thread Pete Batard
* v2 to update UsbNetworking/Ax88772b/Ax88772b.inf reference instead of removing it. The following 2 patches provide minor updates for the Raspberry Pi 3 platform, by enabling the use of the RAM Disk feature as well as the new network stack fragment file. Pete Batard (2): RaspberryPi/RPi3: En

Re: [edk2-devel] [PATCH 1/2] RaspberryPi/RPi3: Enable RAM Disk

2019-06-07 Thread Pete Batard
Hi Leif, On 2019.06.07 15:30, Leif Lindholm wrote: On Fri, Jun 07, 2019 at 02:55:57PM +0100, Pete Batard wrote: Also remove UsbNetworking/Ax88772b/Ax88772b.inf references since this module is no longer present. This driver moved to edk2-platforms, under Drivers/OptionRomPkg/Bus/Usb/UsbNetwor

Re: [edk2-devel] [PATCH 1/2] RaspberryPi/RPi3: Enable RAM Disk

2019-06-07 Thread Leif Lindholm
On Fri, Jun 07, 2019 at 02:55:57PM +0100, Pete Batard wrote: > Also remove UsbNetworking/Ax88772b/Ax88772b.inf references since > this module is no longer present. This driver moved to edk2-platforms, under Drivers/OptionRomPkg/Bus/Usb/UsbNetworking/ (No issues with the rest of this patch, but

[edk2-devel] [PATCH 2/2] RaspberryPi/RPi3: Update DSC/FDF to use NetworkPkg DSC/FDF

2019-06-07 Thread Pete Batard
This patch updates the platform DSC/FDF files to use the include fragment files provided by NetworkPkg. Signed-off-by: Pete Batard --- Platform/RaspberryPi/RPi3/RPi3.dsc | 31 Platform/RaspberryPi/RPi3/RPi3.fdf | 11 +-- 2 files changed, 13 insertions(+), 29 deletions(-)

[edk2-devel] [PATCH 1/2] RaspberryPi/RPi3: Enable RAM Disk

2019-06-07 Thread Pete Batard
Also remove UsbNetworking/Ax88772b/Ax88772b.inf references since this module is no longer present. Signed-off-by: Pete Batard --- Platform/RaspberryPi/RPi3/RPi3.dsc | 6 +- Platform/RaspberryPi/RPi3/RPi3.fdf | 6 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Platform

[edk2-devel] [PATCH 0/2] RaspberryPi/RPi3: Minor updates to platform

2019-06-07 Thread Pete Batard
The following 2 patches provide minor updates for the Raspberry Pi 3 platform, by enabling the use of the RAM Disk feature as well as the new network stack fragment file. Pete Batard (2): RaspberryPi/RPi3: Enable RAM Disk RaspberryPi/RPi3: Update DSC/FDF to use NetworkPkg DSC/FDF Platform/Ra

Re: [edk2-devel] [edk2-platforms: PATCH v2] Marvell/Armada7k8k: Replace unused compatible string in ACPI UART node

2019-06-07 Thread Ard Biesheuvel
On Fri, 7 Jun 2019 at 15:11, Marcin Wojtas wrote: > > Linux FWTS test of the ARM SBSA compliance suite > fail on using unsupported _CID in UART node. Instead of > removing, replace _HID to unique one ("MRVL0001") and > match the driver via _CID ("HISI0031"). > > Contributed-under: TianoCore Contri

[edk2-devel] [edk2-platforms: PATCH v2] Marvell/Armada7k8k: Replace unused compatible string in ACPI UART node

2019-06-07 Thread Marcin Wojtas
Linux FWTS test of the ARM SBSA compliance suite fail on using unsupported _CID in UART node. Instead of removing, replace _HID to unique one ("MRVL0001") and match the driver via _CID ("HISI0031"). Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marcin Wojtas --- Changelog

Re: [edk2-devel] [edk2-platforms: PATCH 1/2] Marvell/Armada7k8k: Remove unused compatible string from UART node

2019-06-07 Thread Marcin Wojtas
Hi Ard, pt., 7 cze 2019 o 12:52 Ard Biesheuvel napisał(a): > > On Wed, 5 Jun 2019 at 01:52, Marcin Wojtas wrote: > > > > Linux FWTS test of the ARM SBSA compliance suite > > fail on using unsupported _CID in UART node. Remove it. > > > > It would be better to assign a MRVL _HID here, and use the

Re: [edk2-devel] [edk2-platforms: PATCH 1/2] Marvell/Armada7k8k: Remove unused compatible string from UART node

2019-06-07 Thread Ard Biesheuvel
On Wed, 5 Jun 2019 at 01:52, Marcin Wojtas wrote: > > Linux FWTS test of the ARM SBSA compliance suite > fail on using unsupported _CID in UART node. Remove it. > It would be better to assign a MRVL _HID here, and use the HISI one as _CID. > Contributed-under: TianoCore Contribution Agreement 1.

[edk2-devel] reg: Multiple Host Name Certificate

2019-06-07 Thread Sivaraman Nainar
Hello: Can someone help to confirm if EDK2 supports multiple Host Name support. We need to have an environment where the HTTPS request should work fine for IP & Host Name based access. When we create certificates with CN as Host Name and SAN as IP TLS Handshake works only for Host Name and it p

Re: [edk2-devel] Help needed in building UEFI qcow2 images

2019-06-07 Thread Pavan Kumar Aravapalli
Gerd, I understand that you are mentioning about  systemd image don't use shim, Where can we get consolidated information about supporting matrix. Please provide me useful link if any available. Regards, Pavan. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this grou

Re: [edk2-devel] [PATCH v2 1/1] ShellPkg: acpiview: ACPI 6.3 update for MADT parser

2019-06-07 Thread Alexei . Fedorov
Reviewed-by: Alexei Fedorov -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#42020): https://edk2.groups.io/g/devel/message/42020 Mute This Topic: https://groups.io/mt/31972729/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: htt

[edk2-devel] [PATCH v2 1/1] ShellPkg: acpiview: ACPI 6.3 update for MADT parser

2019-06-07 Thread Krzysztof Koch
The ACPI 6.3 specification introduces a 'SPE overflow Interrupt' field as part of the GICC structure. Update the MADT parser to decode this field and validate the interrupt ID used. References: - ACPI 6.3 Specification - January 2019 - Arm Generic Interrupt Controller Architecture Specification,