Re: [edk2] [patch v2 0/2] Remove duplicated BSD license

2019-03-12 Thread Zhang, Chao B
Reviewed-by : Chao Zhang -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Dandan Bi Sent: Tuesday, March 12, 2019 9:20 AM To: edk2-devel@lists.01.org Cc: Kinney, Michael D ; Gao, Liming Subject: [edk2] [patch v2 0/2] Remove duplicated BSD

[edk2] [PATCH] MdePkg/PciSegmentLibSegmentInfo: Change parameters type

2019-03-12 Thread Shenglei Zhang
The current structure can lead to dependency on VC++ compiler support functions when build for "IA32" with "/Od" switch, such as _aullshr(). So change the type of parameters in structure PCI_SEGMENT_LIB_ADDRESS_STRUCTURE from UINT64 to UINT32. https://bugzilla.tianocore.org/show_bug.cgi?id=1532

[edk2] [PATCH v3 2/3] SecurityPkg/SecurityPkg.uni: Add the prompt and help information

2019-03-12 Thread Shenglei Zhang
The prompt and help information are missing in SecurityPkg.uni. https://bugzilla.tianocore.org/show_bug.cgi?id=1600 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang Reviewed-by: Star Zeng --- SecurityPkg/SecurityPkg.uni | 6 ++ 1 file changed, 6

[edk2] [PATCH v3 1/3] MdePkg/MdePkg.uni: Add the prompt and help information

2019-03-12 Thread Shenglei Zhang
The prompt and help information are missing in MdePkg.uni. https://bugzilla.tianocore.org/show_bug.cgi?id=1600 v2:Fix the error message of help and prompt information. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang Reviewed-by: jiewen@intel.com ---

[edk2] [PATCH v3 0/3] Add the prompt and help information in .uni files

2019-03-12 Thread Shenglei Zhang
The prompt and help information are missing in MdePkg/UefiPkg/SecurityPkg.uni Cc: Eric Dong Cc: Ray Ni Shenglei Zhang (3): MdePkg/MdePkg.uni: Add the prompt and help information SecurityPkg/SecurityPkg.uni: Add the prompt and help information UefiCpuPkg/UefiCpuPkg.uni: Add the prompt and

[edk2] [PATCH v3 3/3] UefiCpuPkg/UefiCpuPkg.uni: Add the prompt and help information

2019-03-12 Thread Shenglei Zhang
The prompt and help information are missing in UefiPkg.uni. https://bugzilla.tianocore.org/show_bug.cgi?id=1600 v3:The changes in v1 are duplicated. So update the info. Cc: Eric Dong Cc: Ray Ni Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang ---

Re: [edk2] [RFC 0/3] Enable runtime serial debug for ArmVirtQemu

2019-03-12 Thread Laszlo Ersek
Hi Andrew, On 03/12/19 18:28, Andrew Fish wrote: > > >> On Mar 12, 2019, at 10:05 AM, Laszlo Ersek wrote: >> >> Hello Heyi, >> >> On 03/12/19 07:56, Heyi Guo wrote: >>> Hi Laszlo, >>> >>> I'm thinking about a proposal as below: >>> >>> 1. Reuse the framework of >>>

Re: [edk2] [RFC v2] Change EDK II to BSD+Patent License

2019-03-12 Thread Laszlo Ersek
On 03/10/19 01:15, Kinney, Michael D wrote: > Hello, > > Changes for V2 > === > * Replace 2-Clause BSD License in file headers with SPDX-License-Identifier > statement. This reduces the size of the file headers and the size > of the patches for this change. Based on the

Re: [edk2] [RFC 0/3] Enable runtime serial debug for ArmVirtQemu

2019-03-12 Thread Andrew Fish via edk2-devel
> On Mar 12, 2019, at 10:05 AM, Laszlo Ersek wrote: > > Hello Heyi, > > On 03/12/19 07:56, Heyi Guo wrote: >> Hi Laszlo, >> >> I'm thinking about a proposal as below: >> >> 1. Reuse the framework of >> MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf >> >> 2.

Re: [edk2] [RFC 0/3] Enable runtime serial debug for ArmVirtQemu

2019-03-12 Thread Laszlo Ersek
Hello Heyi, On 03/12/19 07:56, Heyi Guo wrote: > Hi Laszlo, > > I'm thinking about a proposal as below: > > 1. Reuse the framework of > MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf > > 2. The boot time behavior of this module is not changed > 3. Switch to status

[edk2] [PATCH edk2-platforms v2 3/3] Platform/ARM/SgiPkg: add MM based UEFI secure boot support

2019-03-12 Thread Jagadeesh Ujja
This implements support for UEFI secure boot on SGI platforms using the standalone MM framework. This moves all of the software handling of the UEFI authenticated variable store into the standalone MM context residing in a secure partition. Contributed-under: TianoCore Contribution Agreement 1.1

[edk2] [PATCH edk2-platforms v2 2/3] Platform/ARM/Sgi: allow MM_STANDALONE modules to use NorFlashPlatformLib

2019-03-12 Thread Jagadeesh Ujja
“NorFlashPlatformLib” library can be used by MM_STANDALONE drivers as well. When used in MM mode, the third instance of the NOR flash is used as the non-volatile storage. This NOR flash instance is partitioned into two regions - first 4MB space is used for secure boot and next 3MB for secure

[edk2] [PATCH edk2-platforms v2 1/3] Platform/ARM/Sgi: define nor2 flash controller memory map

2019-03-12 Thread Jagadeesh Ujja
Add the definitions of NOR2 flash controller memory map. The NO2 flash can be used as an additional non-volatile storage by non-secure code or used as a non-volatile storage for secure variables by the StandaloneMM. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jagadeesh

[edk2] [PATCH edk2-platforms v2 0/3] Platform/ARM/SgiPkg: Implement StandaloneMm based secure boot

2019-03-12 Thread Jagadeesh Ujja
Changes since v1: - Addressed all the comments from Ard Biesheuvel. Integrating various pieces together so that the authenticated variable store runs entirely in standalone MM context residing in a secure partition. This primarily involves adding all required library and drivers to platform

Re: [edk2] [PATCH v2 3/3] UefiCpuPkg/UefiCpuPkg.uni: Add the prompt and help information

2019-03-12 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Shenglei Zhang Sent: Tuesday, March 12, 2019 10:05 AM To: edk2-devel@lists.01.org Cc: Laszlo Ersek ; Dong, Eric Subject: [edk2] [PATCH v2 3/3] UefiCpuPkg/UefiCpuPkg.uni: Add

Re: [edk2] [PATCH 3/3] UefiCpuPkg/UefiCpuPkg.uni: Add the prompt and help information

2019-03-12 Thread Laszlo Ersek
On 03/11/19 02:15, Dong, Eric wrote: > Reviewed-by: Eric Dong Thanks. I'm on the verge of email bankruptcy, so I'll skip this review. Laszlo >> -Original Message- >> From: Zhang, Shenglei >> Sent: Monday, March 11, 2019 8:55 AM >> To: edk2-devel@lists.01.org >> Cc: Dong, Eric ; Ni, Ray

Re: [edk2] [RFC 0/3] Enable runtime serial debug for ArmVirtQemu

2019-03-12 Thread Heyi Guo
Hi Laszlo, I'm thinking about a proposal as below: 1. Reuse the framework of MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf 2. The boot time behavior of this module is not changed 3. Switch to status code protocol for runtime debug 4. Use an overridden