On 09/05/14 13:56, Ard Biesheuvel wrote: > This adds support for executing UEFI in a QEMU/mach-virt emulated environment. > The following assumptions are made about the target: > - DRAM base at 0x4000_0000, containing the device tree blob > - DRAM size at least 1 MB > - device tree uses 64-bit physical base addresses and sizes > - ARM architected timer > - Cortex-A15 CPU (if built for 32-bit) > > The following information is retrieved from the device tree: > - PL011 UART base address > - GIC base addresses > - virtual timer interrupt > - PL031 RTC base address > - DRAM size, must be at least 128 MB > - virtio MMIO transports > - PSCI 0.2 availability (for reset and poweroff) > > The device tree image is relocated and installed as a configuration table > so an EFI stub enabled kernel can be booted directly without the need for > a bootloader. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Michael Casadevall <michael.casadev...@linaro.org> > Signed-off-by: Ard Biesheuvel <ard.biesheu...@linaro.org> > --- > .../ArmVirtualizationPkg/ArmVirtualization.dsc.inc | 336 > +++++++++++++++++++++ > .../ArmVirtualizationPkg/ArmVirtualizationQemu.dsc | 257 ++++++++++++++++ > .../ArmVirtualizationPkg/ArmVirtualizationQemu.fdf | 334 ++++++++++++++++++++ > 3 files changed, 927 insertions(+) > create mode 100644 > ArmPlatformPkg/ArmVirtualizationPkg/ArmVirtualization.dsc.inc > create mode 100644 > ArmPlatformPkg/ArmVirtualizationPkg/ArmVirtualizationQemu.dsc > create mode 100644 > ArmPlatformPkg/ArmVirtualizationPkg/ArmVirtualizationQemu.fdf
In v6, you dropped "IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf" from the FDF file, but left it in the DSC file. I'm getting to it just now. Do not repost just because of this. It is very innocent, and fixable in a followup series. Obviously since we're all fine without the FDF containing it, the module is not needed for anything, we just build it in vain; but, again: harmless, fixable in a separate series. We should focus on getting this in. I checked my earlier comments / recommendations / patches for this patch, and it's fine. Reviewed-by: Laszlo Ersek <ler...@redhat.com> Tested-by: Laszlo Ersek <ler...@redhat.com> Thanks! Laszlo ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel