Re: [edk2] System hang when using SetMemoryAttributes

2016-09-25 Thread Ard Biesheuvel
On 25 September 2016 at 20:01, Michael Zimmermann wrote: > Hi, > > which side effects can SetMemoryAttributes have? > I have a device where setting the framebuffer(which is part of DRAM) to > EFI_MEMORY_UC makes UEFI hang later on(when already outside the lcd driver). > > If I do the same on a mem

Re: [edk2] [PATCH v3] MdeModulePkg/PciBusDxe: make OPROM BAR degradation configurable

2016-09-25 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni > -Original Message- > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > Sent: Monday, September 26, 2016 2:27 PM > To: edk2-devel@lists.01.org; Gao, Liming ; Zeng, Star > ; Tian, Feng ; Ni, Ruiyu > ; leif.lindh...@linaro.org; af...@apple.com; Kinney, > Mich

[edk2] [PATCH v3] MdeModulePkg/PciBusDxe: make OPROM BAR degradation configurable

2016-09-25 Thread Ard Biesheuvel
The 'universal' PCI bus driver in MdeModulePkg contains a quirk to degrade 64-bit PCI MMIO BARs to 32-bit in the presence of an option ROM on the same PCI controller. This quirk is highly specific to not just the X64 architecture in general, but to the PC platform in particular, given that only X6

Re: [edk2] [PATCH] SecurityPkg: Tcg: New field for User Confirmation Status

2016-09-25 Thread Long, Qin
Reviewed-by: Qin Long > -Original Message- > From: Zhang, Chao B > Sent: Monday, September 26, 2016 10:39 AM > To: edk2-devel@lists.01.org > Cc: Yao, Jiewen; Long, Qin; Zhang, Chao B > Subject: [PATCH] SecurityPkg: Tcg: New field for User Confirmation Status > > Add a new field in TcgNV

Re: [edk2] [PATCH 00/13] Add HiiImageEx implementation and demonstrate in Nt32

2016-09-25 Thread Gao, Liming
Ray: I have some comments. 1) This is the incompatible change in BootLogoLib. It also impacts OvmfPkg and ArmVirtPkg. Please highlight this change in cover letter, and update OvmfPkg and ArmVirtPkg both. 2) HiiDrawImageIdEx() directly calls HiiDrawImageId(). But, HiiDrawImageId() doesn't supp

Re: [edk2] [PATCH] SecurityPkg: Tcg: New field for User Confirmation Status

2016-09-25 Thread Yao, Jiewen
Reviewed-by: jiewen@intel.com > -Original Message- > From: Zhang, Chao B > Sent: Monday, September 26, 2016 10:39 AM > To: edk2-devel@lists.01.org > Cc: Yao, Jiewen ; Long, Qin ; > Zhang, Chao B > Subject: [PATCH] SecurityPkg: Tcg: New field for User Confirmation Status > > Add a new

[edk2] [PATCH] SecurityPkg: Tcg: New field for User Confirmation Status

2016-09-25 Thread Zhang, Chao B
Add a new field in TcgNVS for PP operation user confirmation status, instead of previous logic overriding Request. Previous logic causes Get Pending TPM Operation Requested sub function return wrong value. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang --- Secu

Re: [edk2] [PATCH 0/2] MdeModulePkg:CapsuleUpdate: Correct INF usage

2016-09-25 Thread Gao, Liming
Reviewed-by: Liming Gao > -Original Message- > From: Yao, Jiewen > Sent: Saturday, September 24, 2016 2:41 PM > To: edk2-devel@lists.01.org > Cc: Tian, Feng ; Zeng, Star ; > Kinney, Michael D ; Gao, Liming > ; Zhang, Chao B > Subject: [PATCH 0/2] MdeModulePkg:CapsuleUpdate: Correct INF u

Re: [edk2] [Patch] BaseTools: Add some posixlike files for Linux

2016-09-25 Thread Gao, Liming
Yonghong: I apply this patch and run them in Linux. They doesn't work. Could you help try it? Thanks Liming > -Original Message- > From: Zhu, Yonghong > Sent: Sunday, September 25, 2016 10:50 AM > To: edk2-devel@lists.01.org > Cc: Gao, Liming > Subject: [Patch] BaseTools: Add some posi

Re: [edk2] Issues with HTTPS Boot

2016-09-25 Thread Wu, Jiaxin
Naveen, The version in edk2-staging is openssl-1.0.2g, I can't reproduce the failure case in the latest branch. From the limited debug information, I'm not sure whether it's the compatibility issue with openssl-1.0.2h. It is also possible that your server configuration is incorrect. Anyway, I w

[edk2] System hang when using SetMemoryAttributes

2016-09-25 Thread Michael Zimmermann
Hi, which side effects can SetMemoryAttributes have? I have a device where setting the framebuffer(which is part of DRAM) to EFI_MEMORY_UC makes UEFI hang later on(when already outside the lcd driver). If I do the same on a memory range allocated with AllocateAnyPages instead of AllocateAddress U