]> git.proxmox.com Git - mirror_edk2.git/history - OvmfPkg
StdLib/BsdSocketLib: Fix function declaration mismatch with definition.
[mirror_edk2.git] / OvmfPkg /
2014-11-21 Laszlo ErsekOvmfPkg: CsmSupportLib: depend on OvmfPkg.dec explicitly
2014-11-20 Laszlo ErsekOvmfPkg: AcpiPlatformDxe: make dependency on PCI enumer...
2014-11-19 Scott DuplichanOvmfPkg: Fix build failure with gcc44, gcc45
2014-11-17 Gabriel SomloOvmfPkg: PlatformBdsLib: Dynamic PCI Interrupt Line...
2014-11-14 Anthony PERARDOvmfPkg/XenBusDxe: Fix a nasm warning about instruction...
2014-11-14 Scott DuplichanOvmfPkg/XenPvBlkDxe: fix VS2010 build failures
2014-11-14 Scott DuplichanOvmfPkg/XenBusDxe: fix VS2010 build failures
2014-11-14 Anthony PERARDOvmfPkg/XenBusDxe: Fix some types.
2014-11-14 Anthony PERARDOvmfPkg/XenBusDxe: In XenStore, replace type of Len...
2014-11-14 Scott DuplichanOvmfPkg: VirtioScsiDxe: drop 64-bit shift in PopulateRe...
2014-11-14 Scott DuplichanOvmfPkg: QemuVideoDxe: the VBE shim needs no 64-bit...
2014-11-14 Scott DuplichanOvmfPkg: flash driver: drop needlessly wide multiplicat...
2014-11-14 Laszlo ErsekOvmfPg: flash driver: drop gratuitous 64-by-32 bit...
2014-11-14 Laszlo ErsekOvmfPg: flash driver: fix type of EFI_SIZE_TO_PAGES...
2014-11-14 Gabriel SomloOvmfPkg: PlatformBdsLib: Platform dependent PCI/IRQ...
2014-11-14 Gabriel SomloOvmfPkg: AcpiTimerLib: Switch additional stages to...
2014-11-14 Gabriel SomloOvmfPkg: AcpiTimerLib: Use global variable during PEI_C...
2014-11-14 Gabriel SomloOvmfPkg: AcpiTimerLib: Split into multiple phase-specif...
2014-11-14 Gabriel SomloOvmfPkg: CsmSupportLib: Set/use platform specific legac...
2014-11-14 Gabriel SomloOvmfPkg: Add PCD for Host Bridge dev. ID (PcdOvmfHostBr...
2014-11-14 Gabriel SomloOvmfPkg: PlatformPei: Platform specific ACPI power...
2014-11-14 Gabriel SomloOvmfPkg: Factor out platform detection (q35 vs. piix4)
2014-11-12 Jordan JustenOvmfPkg/XenPvBlkDxe: Don't include system inttypes.h
2014-11-08 Anthony PERARDOvmfPkg XenBusDxe: Convert X64/TestAndClearBit.asm...
2014-11-08 Anthony PERARDOvmfPkg XenBusDxe: Convert X64/InterlockedCompareExchan...
2014-11-08 Anthony PERARDOvmfPkg XenBusDxe: Convert X64/hypercall.asm to NASM
2014-11-08 Anthony PERARDOvmfPkg XenBusDxe: Convert Ia32/TestAndClearBit.asm...
2014-11-08 Anthony PERARDOvmfPkg XenBusDxe: Convert Ia32/InterlockedCompareExcha...
2014-11-08 Anthony PERARDOvmfPkg XenBusDxe: Convert Ia32/hypercall.asm to NASM
2014-11-06 Laszlo ErsekOvmfPkg: set video resolution of text setup to 640x480
2014-11-06 Laszlo ErsekOvmfPkg: BDS: drop custom boot timeout, revert to Intel...
2014-11-06 Laszlo ErsekOvmfPkg: BDS: drop superfluous "connect first boot...
2014-11-06 Laszlo ErsekOvmfPkg: BDS: optimize second argument in PlatformBdsEn...
2014-11-06 Laszlo ErsekOvmfPkg: BDS: don't overwrite the BDS Front Page timeout
2014-11-06 Laszlo ErsekOvmfPkg: BDS: drop useless return statement
2014-11-06 Laszlo ErsekOvmfPkg: BDS: remove dead call to PlatformBdsEnterFront...
2014-10-31 Jordan JustenEDK II Contributions.txt: Update patch format information
2014-10-31 Anthony PERARDOvmfPkg/XenBusDxe: Fix initialisation of gXenBusDeviceP...
2014-10-31 Anthony PERARDOvmfPkg/XenBusDxe: Fix initialisation of gXenBusPrivateData
2014-10-31 Anthony PERARDOvmfPkg/Xen*: Pass struct XENSTORE_TRANSACTION argument...
2014-10-31 Anthony PERARDOvmfPkg/Include/...Xen: Convert __i386__/__x86_64__...
2014-10-31 Jordan JustenOvmfPkg Sec: Convert X64/SecEntry.asm to NASM
2014-10-31 Jordan JustenOvmfPkg Sec: Convert Ia32/SecEntry.asm to NASM
2014-10-31 Jordan JustenOvmfPkg QemuFwCfgLib: Convert X64/IoLibExAsm.asm to...
2014-10-31 Jordan JustenOvmfPkg QemuFwCfgLib: Convert Ia32/IoLibExAsm.asm to...
2014-10-31 Jordan JustenOvmfPkg LoadLinuxLib: Convert X64/JumpToKernel.asm...
2014-10-31 Jordan JustenOvmfPkg LoadLinuxLib: Convert Ia32/JumpToKernel.asm...
2014-10-29 Anthony PERARDOvmfPkg/XenPvBlkDxe: Add BlockIo.
2014-10-29 Samuel ThibaultOvmfPkg/XenPvBlkDxe: Add BlockFront client.
2014-10-29 Anthony PERARDOvmfPkg/XenPvBlkDxe: Xen PV Block device, initial skeleton
2014-10-29 Anthony PERARDOvmfPkg/XenBusDxe: Add Event Channel into XenBus protocol.
2014-10-29 Anthony PERARDOvmfPkg/XenBusDxe: Introduce XenBus support itself.
2014-10-29 Anthony PERARDOvmfPkg/XenBusDxe: Add XenStore function into the XenBu...
2014-10-29 Anthony PERARDOvmfPkg/XenBusDxe: Add an helper AsciiStrDup.
2014-10-29 Anthony PERARDOvmfPkg/XenBusDxe: Add XenStore client implementation
2014-10-29 Anthony PERARDOvmfPkg/XenBusDxe: Add TestAndClearBit.
2014-10-29 Anthony PERARDOvmfPkg/XenBusDxe: Add Event Channel Notify.
2014-10-29 Steven SmithOvmfPkg/XenBusDxe: Add Grant Table functions.
2014-10-29 Anthony PERARDOvmfPkg/XenBusDxe: Add InterlockedCompareExchange16.
2014-10-29 Anthony PERARDOvmfPkg: Introduce XenBus Protocol.
2014-10-29 Anthony PERARDOvmfPkg/XenBusDxe: Open PciIo protocol.
2014-10-29 Anthony PERARDOvmfPkg/XenBusDxe: Add support to make Xen Hypercalls.
2014-10-29 Anthony PERARDOvmfPkg/XenBusDxe: Add device state struct and create...
2014-10-29 Anthony PERARDOvmfPkg: Add basic skeleton for the XenBus bus driver.
2014-10-29 Anthony PERARDOvmfPkg: Add public headers from Xen Project.
2014-10-29 Anthony PERARDOvmfPkg: Add the MIT license to License.txt.
2014-10-02 Laszlo ErsekOvmfPkg: SecureBootConfigDxe: remove stale fork
2014-10-02 Laszlo ErsekOvmfPkg: disable stale fork of SecureBootConfigDxe
2014-09-25 Jordan JustenOvmfPkg: Fix VS2005 build warnings
2014-09-25 Jordan JustenOvmfPkg/AcpiPlatformDxe: Fix VS2012 IA32 build warning
2014-09-22 Laszlo ErsekOvmfPkg: AcpiPlatformDxe: implement QEMU's full ACPI...
2014-09-22 Laszlo ErsekOvmfPkg: AcpiPlatformDxe: remove current ACPI table...
2014-09-22 Laszlo ErsekOvmfPkg: AcpiPlatformDxe: actualize QemuLoader.h comments
2014-09-22 Laszlo ErsekOvmfPkg: resolve OrderedCollectionLib with base red...
2014-09-11 Laszlo ErsekOvmfPkg: resolve BcfgCommandLib class for ShellPkg...
2014-09-09 Gabriel SomloOvmfPkg: AcpiTimerLib: Access power mgmt regs based...
2014-08-29 Laszlo ErsekOvmfPkg: QemuVideoDxe: work around misreported QXL...
2014-08-25 Jordan JustenEDK II Contributions.txt: Note acceptable contribution...
2014-08-18 Jordan JustenOvmfPkg/ResetVector: Remove pre-built binaries
2014-08-18 Jordan JustenOvmfPkg: Build OVMF ResetVector during EDK II build...
2014-08-18 Jordan JustenOvmfPkg: Support building OVMF's ResetVector during...
2014-08-13 Ruiyu NiFix VS2013 build failure.
2014-07-31 Laszlo ErsekOvmfPkg/Csm/CsmSupportLib: fix "missing braces around...
2014-07-28 Jordan JustenOvmfPkg/build.sh: Support IA32+X64 build
2014-07-28 Jordan JustenOvmfPkg/build.sh: Add support for GCC49 toolchain
2014-07-22 Laszlo ErsekOvmfPkg: build OVMF_VARS.fd, OVMF_CODE.fd, OVMF.fd
2014-07-22 Laszlo ErsekOvmfPkg: extract varstore-related FD Layout Regions...
2014-06-27 Gao, LimingOvmfPkg/QemuFlashFvbServicesRuntimeDxe: Fix GCC44 build...
2014-06-25 Laszlo ErsekOvmfPkg: add missing braces to aggregate and/or union...
2014-06-19 Laszlo ErsekOvmfPkg: AcpiPlatformDxe: don't rely on unstable QEMU...
2014-06-19 Laszlo ErsekOvmfPkg: AcpiPlatformDxe: exclude RSD PTR from QEMU...
2014-06-19 Laszlo ErsekOvmfPkg: AcpiPlatformDxe: pass FwCfgFile to InstallQemu...
2014-06-19 Laszlo ErsekOvmgPkg: QemuFwCfgLib: export QEMU_FW_CFG_FNAME_SIZE
2014-05-20 Gabriel SomloOvmfPkg/SMBIOS: Add QEMU support to OVMF SMBIOS driver
2014-05-20 Gabriel SomloOvmfPkg/SMBIOS: Reuse handles supplied by underlying VM
2014-05-20 Laszlo ErsekOvmfPkg: QemuVideoDxe: Int10h stub for Windows 7 &...
2014-04-05 Laszlo ErsekOvmfPkg: PlatformPei: protect SEC's GUIDed section...
2014-03-31 Paolo BonziniOvmfPkg: add a catch-all match for PCI devices in the...
2014-03-31 Paolo BonziniOvmfPkg: non-null PcdLib instance for the CSM VideoDxe
2014-03-31 Laszlo ErsekOvmfPkg: AcpiPlatformDxe: download ACPI tables from...
next