Re: [edk2] [PATCH v4 01/10] DuetPkg: SataControllerDxe: fix typo in "DisqulifiedModes"

2015-09-20 Thread Ni, Ruiyu
On 2015/9/19 2:41, Laszlo Ersek wrote: Ray, On 09/16/15 04:57, Laszlo Ersek wrote: Cc: Alexander Graf Cc: Reza Jelveh Cc: Jordan Justen Cc: Ruiyu Ni Cc: Hannes Reinecke Cc: Gabriel L. Somlo Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek --- DuetPkg/

Re: [edk2] [Patch 0/2] Add RngLib library class and RdRand-based instance

2015-09-20 Thread Gao, Liming
Reviewed-by: Liming Gao -Original Message- From: Long, Qin Sent: Friday, September 18, 2015 3:26 PM To: Gao, Liming; edk2-devel@lists.01.org Subject: [Patch 0/2] Add RngLib library class and RdRand-based instance This patch serial added low-level APIs (AsmRdRand16/32/64) in BaseLib for

Re: [edk2] [PATCH v4 02/10] DuetPkg: SataControllerDxe: fix private array subscripting

2015-09-20 Thread Tian, Feng
Reviewed-by: Feng Tian -Original Message- From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Wednesday, September 16, 2015 10:57 To: edk2-de...@ml01.01.org Cc: Alexander Graf; Reza Jelveh; Justen, Jordan L; Ni, Ruiyu; Hannes Reinecke; Gabriel L. Somlo; Tian, Feng Subject: [PATCH v4 02/

Re: [edk2] [PATCH v4 08/10] PcAtChipsetPkg: IdeControllerDxe: fix protocol usage hints in the INF file

2015-09-20 Thread Tian, Feng
Looks good to me Reviewed-by: Feng Tian -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Laszlo Ersek Sent: Wednesday, September 16, 2015 10:57 To: edk2-de...@ml01.01.org Cc: Ni, Ruiyu; Justen, Jordan L; Gabriel L. Somlo; Alexander Graf; Hannes

Re: [edk2] [PATCH v4 06/10] OvmfPkg: SataControllerDxe: enable AHCI mode if IS_PCI_SATADPA()

2015-09-20 Thread Tian, Feng
Hi, Laszlo Could you explain why the SataControllerDxe needs to touch AHCI.GHC.AE? This bit would be set by AtaAtapiPassThru.AhciModeInitialization(). Thanks Feng -Original Message- From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Saturday, September 19, 2015 02:40 To: Justen, Jorda

Re: [edk2] [PATCH v4 05/10] OvmfPkg: SataControllerDxe: enable IO / mem access and DMA when binding

2015-09-20 Thread Tian, Feng
Hi, Laszlo There is a macro EFI_PCI_DEVICE_ENABLE, which is (EFI_PCI_IO_ATTRIBUTE_IO | EFI_PCI_IO_ATTRIBUTE_MEMORY | EFI_PCI_IO_ATTRIBUTE_BUS_MASTER) Suggest to use this macro. Others look good to me. Reviewed-by: Feng Tian Thanks Feng -Original Message- From: edk2-devel [mailto:edk2

Re: [edk2] [PATCH] MdeModulePkg/Core/Dxe/Gcd: remove set but not used variables

2015-09-20 Thread Zeng, Star
On 2015/9/18 22:21, Laszlo Ersek wrote: These trip up compilation with gcc. Cc: Liming Gao Cc: Jiewen Yao Cc: Star Zeng Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek --- MdeModulePkg/Core/Dxe/Gcd/Gcd.c | 6 -- 1 file changed, 6 deletions(-) Revi

[edk2] Gentoo package

2015-09-20 Thread Stéphane Veyret
Hi, Don't know if this is the right place to make this annonce, but I made a Gentoo ebuild for EDK2. This ebuild transforms a little bit the installation in order to be able to use the product as is generally used a library in Linux. Samples are also modified. I also made an ebuild for rEFInd as a

[edk2] "Certificate Verification Failed" error when trying to run my EFI application from EFI Shell

2015-09-20 Thread Koilis, Leonid
Hello! I've worked with my custom-built simple EDK II x64 applications (binaries unsigned) on different systems successfully, but now I got a system where I get the "Certificate Verification Failed" message each time I am trying to run any of them. First, I have confirmed that the EDK II / EF