Re: [edk2] [PATCH 7/7] UefiCpuPkg: Add missing UefiCpuPkgTokenSpace include

2015-10-07 Thread Kinney, Michael D
Laszlo, Good question. It is a good practice to have the .h file for each GUID. The .h file contains the extern for the global variable associated with the GUID along with data structures associated with the GUID. For PCD token space GUIDs, there is no data structure and the AutoGen.h file

[edk2] Driver Health Protocol, UI interaction and Intel DQ77MK vs. OVMF

2015-10-07 Thread Bruce Cran
I have a controller which implements the Driver Health Protocol. Under OVMF (built from latest edk2 master), when the controller isn't healthy I can go into the 'Device Manager' menu, click the 'Some drivers are not healthy' entry and on clicking the unhealthy controller it gets repaired. I'm

Re: [edk2] Is it possible to 'resume' and event?

2015-10-07 Thread Andrew Fish
> On Sep 29, 2015, at 12:15 PM, Tomaz Fogaça wrote: > > Hello, everyone > > Is it possible to have lengthy event code resume from where it left off > when it was interrupted? > > What I'm trying to do is have a very responsive graphical application (with > mouse pointer

Re: [edk2] [PATCH] ArmPlatformPkg/ARMJunoPkg: Change Interrupt for PCI Routing table

2015-10-07 Thread Leif Lindholm
Thanks! Committed as svn revision 18576, with a line break added to commit message to keep line length below 72 characters. Final comment: can you change the mailing list address you use to the @lists.01.org variant instead of @ml01.01.org? Regards, Leif On Tue, Oct 06, 2015 at 05:24:09PM

[edk2] [PATCH v3] Pkg-Module: Integrate new RngLib into RngDxe

2015-10-07 Thread Thomas Palmer
Use the new RngLib to provide the IA32/X64 random data for RngDxe. Remove x86 specific functions from RdRand files. Clean up files in RngDxe/IA32 and RngDxe/X64 that are subsumed by files in BaseRngLib. Simplify RngDxe by using WriteUnaligned64 for both IA32 and X64 platforms. Create and use

Re: [edk2] [PATCH 6/7] UefiCpiPkg: Add PiSmmCpuDxeSmm module

2015-10-07 Thread Kinney, Michael D
Hi Laszlo, Thanks for the feedback! Please let me know if I missed any of your questions. Mike >-Original Message- >From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of >Laszlo Ersek >Sent: Wednesday, October 07, 2015 10:32 AM >To: Kinney, Michael D >Cc:

[edk2] [PATCH] BaseTools/Scripts: Add PatchCheck.py script

2015-10-07 Thread Jordan Justen
This script can be used to check some expected rules for EDK II patches. It only works on git formatted patches. It checks both the commit message and the lines that are added in the patch diff. In the commit message it verifies line lengths, signature formats, and the Contributed-under tag. In

Re: [edk2] Support for UBI volumes and UBIFS?

2015-10-07 Thread Tian, Feng
Hi, Brian As far as I know, there is no changes on that. Could you introduce further about your usage model? FAT32 for the first partition is not enough for boot? Thanks Feng -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Welch, Brian J

Re: [edk2] [PATCH v3] Pkg-Module: Integrate new RngLib into RngDxe

2015-10-07 Thread Jordan Justen
In the subject line, 'Pkg-Module' should be something like 'MdePkg:' or 'SecurityPkg/RandomNumberGenerator:'. On 2015-10-07 18:55:42, Thomas Palmer wrote: > Use the new RngLib to provide the IA32/X64 random data for RngDxe. > Remove x86 specific functions from RdRand files. > Clean up files in

Re: [edk2] [PATCH v3] Pkg-Module: Integrate new RngLib into RngDxe

2015-10-07 Thread Long, Qin
Thomas, Thanks for doing this. I think it's better to separate your patch into two parts (one for MdePkg, and the other for SecurityPkg). Then you can CC me as Jordan's suggestion. Best Regards & Thanks, LONG, Qin > -Original Message- > From: edk2-devel

Re: [edk2] [PATCH 7/7] UefiCpuPkg: Add missing UefiCpuPkgTokenSpace include

2015-10-07 Thread Laszlo Ersek
On 10/05/15 01:57, Michael Kinney wrote: > Add missing include files for the token space GUID for the UefiCpuPkg > Add path to the token space include file to the UefiCpuPkg DEC file. Is this usual? For example, gUefiOvmfPkgTokenSpaceGuid is also not defined anywhere else than in the DEC file.

[edk2] iPXE and UEFI HTTP Boot

2015-10-07 Thread El-Haj-Mahmoud, Samer
Looks like iPXE has been updated to work with UEFI 2.5 HTTP Boot, and tested with OVMF: http://ipxe.org/appnote/uefihttp The page also includes instructions for configuring the DHCP server to enable HTTP Boot, and building OVMF with HTTP_BOOT enabled. It would be interesting to see if iPXE