[edk2] [Patch] NetworkPkg: Print error message to screen if error occurs during HTTP boot.

2017-11-12 Thread Fu Siyuan
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan Cc: Wu Jiaxin Cc: Ye Ting --- NetworkPkg/HttpBootDxe/HttpBootImpl.c | 21 + NetworkPkg/HttpDxe/HttpImpl.c | 1 + 2 files

Re: [edk2] [PATCH v5 5/7] MdeModulePkg/DxeCore: Implement heap guard feature for UEFI

2017-11-12 Thread Wang, Jian J
Hi Ard, I think the XP related feature is controlled by PCD PcdDxeNxMemoryProtectionPolicy. So in addition to adding more comment, I think we can also add ASSERT statements to tell user not to enable the same memory type like below ASSERT (PcdGet64(PcdDxeNxMemoryProtectionPolicy) &

Re: [edk2] [RFC PATCH 0/2] quirks handling for SDHCI controllers

2017-11-12 Thread Wu, Hao A
> -Original Message- > From: Zeng, Star > Sent: Monday, November 13, 2017 11:32 AM > To: Wu, Hao A; Ard Biesheuvel; edk2-devel@lists.01.org; > leif.lindh...@linaro.org; Kinney, Michael D > Cc: Gao, Liming; Tian, Feng; Dong, Eric; Zeng, Star > Subject: RE: [RFC PATCH 0/2] quirks handling

Re: [edk2] [RFC PATCH 0/2] quirks handling for SDHCI controllers

2017-11-12 Thread Zeng, Star
Hao, Could you help do the evaluation on this RFC? Thanks, Star -Original Message- From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] Sent: Friday, November 10, 2017 9:59 PM To: edk2-devel@lists.01.org; leif.lindh...@linaro.org; Kinney, Michael D Cc:

Re: [edk2] [PATCH] SecurityPkg/SecureBootConfigDxe: Fix deleting signature data issue.

2017-11-12 Thread Zhang, Chao B
ChenChen: Please also refine the code to make it more clear. -Original Message- From: Chen, Chen A Sent: Wednesday, November 8, 2017 8:18 PM To: edk2-devel@lists.01.org Cc: Chen, Chen A ; Zhang, Chao B Subject: [PATCH]

Re: [edk2] [PATCH v5] UefiCpuPkg/CpuDxe: Fix multiple entries of RT_CODE in memory map

2017-11-12 Thread Wang, Jian J
This is really a surprise. Anyway, thanks for validating so many OSs. I guess we have to turn to your suggestion before, which is adding capability to affected memory block only, not all memory space. > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Friday,

Re: [edk2] [PATCH v5 5/7] MdeModulePkg/DxeCore: Implement heap guard feature for UEFI

2017-11-12 Thread Wang, Jian J
Thanks for the feedback. I'll add comment to explain more. > -Original Message- > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > Sent: Sunday, November 12, 2017 5:51 AM > To: Wang, Jian J > Cc: edk2-devel@lists.01.org; Kinney, Michael D

[edk2] [Patch] BaseTools: Fix the bug to re-build uni file for Library

2017-11-12 Thread Yonghong Zhu
The root cause is Module's self.CanSkip() is before LibraryAutoGen, then when a uni file of library is changed, Module's self.CanSkip() is still true which cause the library is not regenerated. This patch change Module's self.CanSkip() after LibraryAutoGen. Fixes:

Re: [edk2] [PATCH v2] MdePkg: Add definitions for the SPI protocols introduced in PI 1.6.

2017-11-12 Thread Gao, Liming
Push at db04b706b7326da7292bfe313cf3cd05ca3d5e11 >-Original Message- >From: Bi, Dandan >Sent: Wednesday, November 01, 2017 9:49 PM >To: Marvin Häuser ; edk2-devel@lists.01.org >Cc: Ni, Ruiyu ; Kinney, Michael D >;

Re: [edk2] EDK2 build issues

2017-11-12 Thread Gao, Liming
Yes. BaseTools needs some environments. Before build BaseTools, we need to call edkset.sh to setup them. 1. BaseTools Soure tools are compiled in serial instead of parallel. And, VfrCompiler depends on Anltr tool. So, Anltr is required to be built first. I agree that this way takes some time

Re: [edk2] [PATCH 1/2] CryptoPkg/BaseCryptLib: Add C-structure to matching certificate stack

2017-11-12 Thread Zhang, Chao B
Reviewed-by: Chao Zhang -Original Message- From: Chen, Chen A Sent: Tuesday, November 7, 2017 9:05 AM To: edk2-devel@lists.01.org Cc: Chen, Chen A ; Long, Qin ; Zhang, Chao B Subject: [PATCH

[edk2] Enabling TPM support in ovmf & hang during qemu boot

2017-11-12 Thread Marc-André Lureau
Hi, I use the attached patch to build OVMF with TPM support. Even without any TPM device configured (with the following qemu command line) the VM hangs early: qemu-system-x86_64 -enable-kvm -m 1024 -global isa-debugcon.iobase=0x402 -debugcon file:ovmf.log -drive

[edk2] [PATCH edk2-non-osi] Platform/Socionext: add Developer Box ARM-TF binary

2017-11-12 Thread Ard Biesheuvel
Add a prebuilt RELEASE binary of ARM Trusted Firmware built from commit 42ad2cff0106358d1e29c3c96a4ebe92d08d4eba. (https://git.linaro.org/leg/noupstream/arm-trusted-firmware.git synquacer) Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel

Re: [edk2] [PATCH 0/4] OvmfPkg: measure temp stack usage, restore temp RAM to 64KB

2017-11-12 Thread Ard Biesheuvel
On 11 November 2017 at 22:04, Jordan Justen wrote: > On 2017-11-11 12:38:21, Jordan Justen wrote: >> On 2017-11-10 07:49:04, Laszlo Ersek wrote: >> > The first three patches enable the PEI_CORE to report OVMF's temp >> > SEC/PEI stack and heap usage. >> > >> > - This