[edk2] FreeBSD EDKII/OVMF write-up

2014-02-13 Thread Bill Paul
In case there are any other interested parties out there, I put up a quick description of how I set up the EDKII to build OVMF on FreeBSD. It's pretty straightforward. As long as you have the required packages installed (Python, GNU make, bash, etc...) it goes pretty smoothly. Yes, I know the UN

Re: [edk2] FreeBSD EDKII/OVMF write-up

2014-02-13 Thread Bill Paul
Of all the gin joints in all the towns in all the world, Bill Paul had to walk into mine at 15:58:11 on Thursday 13 February 2014 and say: > In case there are any other interested parties out there, I put up a quick > description of how I set up the EDKII to build OVMF on FreeBSD. It's pretty > s

Re: [edk2] [PATCH] OvmfPkg: Fix VS2005 compiler warnings

2014-02-13 Thread Laszlo Ersek
On 02/12/14 00:42, Laszlo Ersek wrote: > comments below > > On 02/11/14 18:16, Jordan Justen wrote: >> Contributed-under: TianoCore Contribution Agreement 1.0 >> Signed-off-by: Jordan Justen >> --- >> OvmfPkg/Library/LoadLinuxLib/Linux.c| 4 ++-- >> OvmfPkg/PlatformPei/MemDet

Re: [edk2] [PATCH v5 04/19] OvmfPkg/PlatformPei: Detect S3 support for QEMU / KVM

2014-02-13 Thread Laszlo Ersek
On 02/08/14 00:17, Jordan Justen wrote: > QEMU indicates whether S3 is supported or not in the > fw-cfg interface. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Jordan Justen > --- > OvmfPkg/PlatformPei/Platform.c | 8 > OvmfPkg/PlatformPei/Platform.h

Re: [edk2] IHV HII implementation and recent Tianocore Browser change

2014-02-13 Thread Samuelraj, Daniel
Thanks Tian and Jeff. We will ask our browser vendor/IBV/OEM to try with this patch. Appreciate the response! Thanks, Daniel From: Tian, Hot [mailto:[email protected]] Sent: Wednesday, February 12, 2014 9:53 PM To: Jeff Bobzin; Samuelraj, Daniel; [email protected]; [email protected]

Re: [edk2] Get GPT DiskGuid (PartitionTypeGUID)

2014-02-13 Thread Andrew Fish
On Feb 13, 2014, at 4:34 AM, ASM wrote: > Hi folks! > > I am writing bootloader. > > The bootloader need to found all GPT partition with vendor GUID. > > I can to get all Handles of DiskIO protocol. > I can to get a Path protocol and select only MEDIA_DEVICE_PATH, > MEDIA_HARDDRIVE_DP. >> Fro

[edk2] DUET UEFI failures

2014-02-13 Thread Anthony Ross
Hello All Well sometime back I had successfully build the DuetPkg on both IA32 & X64 architectures. Futher experimenting I came across the build64.sh which enabled me to prepare the efiloaders & floppy images without the need to follow their manual setups. Well after setting up my USB flash for DUE

Re: [edk2] Sanity checking boot paths

2014-02-13 Thread Laszlo Ersek
On 02/12/14 22:49, Bill Paul wrote: > - If I use a version of my loader to create a correctly formatted Boot > variable -- in this case Boot0006 -- and add it to the head of the BootOrder, > it's properly preserved across QEMU instances. > > - If I run the buggy version of the loader and cr

[edk2] Get GPT DiskGuid (PartitionTypeGUID)

2014-02-13 Thread ASM
Hi folks! I am writing bootloader. The bootloader need to found all GPT partition with vendor GUID. I can to get all Handles of DiskIO protocol. I can to get a Path protocol and select only MEDIA_DEVICE_PATH, MEDIA_HARDDRIVE_DP. >From PathDev I can to get all UniquePartitionGUID. But how can get