[edk2] Unable to boot OVMF on qemu-x86_64

2017-04-17 Thread Prakhya, Sai Praneeth
Hi All, I am facing an issue booting OVMF on qemu, could you please help me? I have cloned EDKII, and built OVMF for X64 using GCC5. I have followed the steps given at https://wiki.ubuntu.com/UEFI/EDK2. Then I have used qemu-system-x86_64 to boot OVMF, but it fails, I don't see anything on tty0

[edk2] Query regarding hole in EFI Memory Map

2018-05-14 Thread Prakhya, Sai Praneeth
Hi All, Recently, I have observed that there was a hole in EFI Memory Map passed by firmware to Linux kernel. So, wanted to check with you if this is expected or not. My Test setup: I usually boot qemu with OVMF and Linux kernel. I use below command to boot kernel. "qemu-system-x86_64 -cpu

Re: [edk2] Query regarding hole in EFI Memory Map

2018-05-14 Thread Prakhya, Sai Praneeth
> Of all the gin joints in all the towns in all the world, Prakhya, Sai > Praneeth had to > walk into mine at 16:30 on Monday 14 May 2018 and say: > > > Hi All, > > > > Recently, I have observed that there was a hole in EFI Memory Map > > passed by firmware

Re: [edk2] Query regarding hole in EFI Memory Map

2018-05-17 Thread Prakhya, Sai Praneeth
> Hey Sai and others, > > I did not verify this is actually the case for QEMU, but the mentioned range > is > usually the SMRAM ASEG. > SMRAM ranges are not reported in the Memory Map by-design. > Thanks for educating us on this Marvin :) Regards, Sai