summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-02ArmVirtualizationPkg: expose debug message bitmask on build command lineLaszlo Ersek3-7/+8
2015-03-02ArmVirtualizationPkg: PlatformIntelBdsLib: lack of QEMU kernel is no errorLaszlo Ersek1-0/+5
2015-03-02ArmPlatformPkg: PEIM startup is not an errorLaszlo Ersek2-2/+2
2015-03-02ArmPkg: DebugPeCoffExtraActionLib: debugger commands are not errorsLaszlo Ersek1-5/+5
2015-02-28ArmVirtualizationPkg: add platform description for Xen guestsArd Biesheuvel2-0/+532
2015-02-28ArmVirtualizationPkg/VirtFdtDxe: wire up XenBusDxe to "xen,xen" DT nodeArd Biesheuvel3-0/+26
2015-02-28ArmVirtualizationPkg: add XenIoMmioLibArd Biesheuvel4-0/+273
2015-02-28Ovfm/Xen: add a Vendor Hardware device path GUID for the XenBus rootArd Biesheuvel2-0/+25
2015-02-28ArmVirtualizationPkg: implement dummy RealTimeClockLib for XenArd Biesheuvel2-0/+234
2015-02-28Ovmf/Xen: add Xen PV console SerialPortLib driverArd Biesheuvel3-0/+242
2015-02-28Ovmf/Xen: port XenBusDxe to other architecturesArd Biesheuvel10-197/+49
2015-02-28Ovmf/Xen: implement XenHypercallLib for ARMArd Biesheuvel5-1/+528
2015-02-28Ovmf/Xen: move XenBusDxe to abstract XENIO_PROTOCOLArd Biesheuvel13-58/+29
2015-02-28Ovmf/Xen: add separate driver for Xen PCI deviceArd Biesheuvel2-0/+412
2015-02-28Ovmf/Xen: introduce XENIO_PROTOCOLArd Biesheuvel2-0/+49
2015-02-28Ovmf/Xen: move XenBusDxe hypercall code to separate libraryArd Biesheuvel15-84/+149
2015-02-28Ovmf/Xen: refactor XenBusDxe hypercall implementationArd Biesheuvel9-81/+84
2015-02-28Ovmf/Xen: fix pointer to int cast in XenBusDxeArd Biesheuvel1-2/+2
2015-02-28Ovmf/Xen: move Xen interface version to <xen.h>Ard Biesheuvel3-9/+5
2015-02-28MdePkg/BaseSynchronizationLib: Add InterlockedCompareExchange16Ard Biesheuvel17-0/+622
2015-02-28MdePkg/BaseSynchronizationLib: Added proper support for ARM architectureOlivier Martin6-232/+497
2015-02-28ArmVirtualizationPkg: Xen/PV relocatable platformlib instanceArd Biesheuvel5-0/+617
2015-02-28ArmVirtualizationPkg: allow patchable PCD for FV and DT base addressesArd Biesheuvel1-2/+4
2015-02-28ArmVirtualizationPkg: implement custom MemoryInitPeiLibArd Biesheuvel2-0/+157
2015-02-28ArmVirtualizationPkg: add a relocatable version of PrePiArd Biesheuvel7-0/+746
2015-02-28ArmVirtualizationPkg: add padding to FDT allocationArd Biesheuvel3-3/+12
2015-02-28ArmVirtualizationPkg: use a HOB to store device tree blobArd Biesheuvel9-16/+48
2015-02-28ArmVirtualizationPkg: move early UART discovery to PlatformPeimArd Biesheuvel4-47/+53
2015-02-28ArmVirtualizationPkg: allow patchable PCD for device tree base addressArd Biesheuvel2-2/+2
2015-02-28ArmVirtualizationPkg: add GICv3 detection to VirtFdtDxeArd Biesheuvel3-1/+35
2015-02-28ArmPlatformPkg: allow patchable PCD for FD base addressArd Biesheuvel1-1/+1
2015-02-28ArmPkg: allow patchable PCDs for memory, FD and FV addressesArd Biesheuvel1-11/+14
2015-02-28ArmPkg: allow HYP timer interrupt to be omittedArd Biesheuvel2-6/+14
2015-02-28PcAtChipsetPkg: Update BaseAcpiTimerLibLiming Gao5-6/+12
2015-02-28NT32Pkg: Bind NT32 process to a single core to avoid NT32 crash issue in some...Qiu Shumin1-1/+19
2015-02-27ShellBinPkg: Arm/AArch64 Shell binary update.Olivier Martin4-0/+0
2015-02-27FatBinPkg: Update ARM and AArch64 binariesOlivier Martin3-1/+1
2015-02-27ShellPkg: Update Intel copyright to 2015.Elvin Li1-1/+1
2015-02-27ShellPkg: Parse new SMBIOS 3.0 fields.Elvin Li1-0/+5
2015-02-26ArmPlatformPkg/ArmJunoPkg: Create two default boot entries on first boot on J...Olivier Martin2-4/+163
2015-02-26ArmPlatformPkg/ArmJunoPkg: Update with Juno R1 device tree namesOlivier Martin3-9/+11
2015-02-26ArmPlatformPkg/Bds: Remove any use of the "Fdt" UEFI variableRonald Cron22-193/+90
2015-02-26ArmPlatformPkg/ArmJunoDxe: Set the platform dependent FDT device pathRonald Cron8-26/+90
2015-02-26ArmPlatformPkg/ArmJunoPkg : Use FdtPlatformDxe driver to install the FDTRonald Cron11-503/+31
2015-02-26ArmPlatformPkg/ArmVExpressDxe: Load FDT into the EFI Configuration TableRonald Cron33-383/+342
2015-02-26Clean up GCC build. Bruce Cran4-2/+3
2015-02-25EmbeddedPkg/FdtPlatformDxe: Add 'setfdt' EFI Shell commandRonald Cron5-6/+139
2015-02-25EmbeddedPkg : Add FdtPlatformDxe driverRonald Cron6-4/+863
2015-02-25ArmPlatformPkg/ArmVExpressPkg: Added support to differentiate ARMv8 FVP variantsOlivier Martin5-20/+75
2015-02-25ArmPlatformPkg/ArmVExpressDxe: Identify the current platformOlivier Martin11-18/+365