summaryrefslogtreecommitdiff
path: root/OvmfPkg
AgeCommit message (Expand)AuthorFilesLines
2013-10-14OvmfPkg/PlatformPei: correctly align emulated NV storageWei Liu1-2/+3
2013-09-30OvmfPkg: Removed magic values for the Virtio Sub-System ID in the PCI device ...Olivier Martin3-3/+3
2013-09-30OvmfPkg/Virtio.h: Added VirtIo Subsystem IDsOlivier Martin1-0/+13
2013-09-30OvmfPkg/IndustryStandard: Fixed 'VirtioNet.h' line endingsOlivier Martin1-99/+99
2013-09-24OvmfPkg: EFI handover flags are in Bp->hdr.xloadflagsMatt Fleming1-1/+1
2013-09-24OvmfPkg: Remove IndustryStandard/X64Paging.hJordan Justen1-99/+0
2013-09-24OvmfPkg/Sec: Stop building identity mapped pages in SECJordan Justen1-142/+2
2013-09-24OvmfPkg X64: Convert 24KB from uncompressed to compressed storageJordan Justen1-2/+2
2013-09-24OvmfPkg: For OvmfPkgX64, use OvmfPkg/ResetVectorJordan Justen1-1/+1
2013-09-24OvmfPkg/ResetVector: enable caching in initial page tablesLaszlo Ersek2-3/+1
2013-09-24OvmfPkg: Add platform specific reset vector code for X64Jordan Justen6-0/+259
2013-09-21OvmfPkg: resolve TpmMeasurementLib dependency introduced in r14687Laszlo Ersek3-0/+3
2013-09-13OvmfPkg: QemuBootOrder: keep some boot options that have not been selectedLaszlo Ersek1-0/+108
2013-09-13OvmfPkg: QemuBootOrder: mark UEFI boot options selected by fw_cfgLaszlo Ersek1-8/+12
2013-09-13OvmfPkg: QemuBootOrder: collect active UEFI boot options in advanceLaszlo Ersek1-18/+100
2013-09-13OvmfPkg: QemuBootOrder: expand relative device paths in UEFI boot optionsLaszlo Ersek1-0/+29
2013-08-30OvmfPkg NvVarsFileLib: Set NvVars variable after writing vars fileJordan Justen1-12/+42
2013-08-281. Change default PCD in SecurityPkg to 4 (DENY_EXECUTE) in DEC file.Fu Siyuan3-9/+9
2013-08-23OvmfPkg: Virtio: load used ring element strictly after loading used indexLaszlo Ersek4-0/+4
2013-08-23OvmfPkg: Build and use the UEFI shell by defaultJordan Justen6-33/+9
2013-08-19OvmfPkg: Use the new DevicePathLib for all platformsRuiyu Ni4-8/+20
2013-08-19OvmfPkg ResetSystemLib: Fix VS build errorRuiyu Ni1-1/+1
2013-08-18OvmfPkg/SecureBootConfigDxe: Avoid illegal accessGary Ching-Pang Lin1-3/+18
2013-08-18OvmfPkg: allocate the EFI memory map for Linux as Loader DataLaszlo Ersek1-2/+6
2013-08-12Update OVMF platform to use new display engine and browser.Eric Dong6-0/+9
2013-08-12Rollback patch 14537 & 14538, because patch 14537 is not tested by Laszlo Ers...Eric Dong6-9/+0
2013-08-09Update Browser to provide the customization possibilities.Eric Dong6-0/+9
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni7-1575/+58
2013-07-18OvmfPkg/Sec: Build identity mapped pages in RAM for X64Jordan Justen1-2/+142
2013-07-18OvmfPkg: Add IndustryStandard/X64Paging.hJordan Justen1-0/+99
2013-07-18OvmfPkg ResetSystemLib: Fix shutdown via UEFI runtime servicesJordan Justen2-4/+9
2013-07-16Fix IA32 build failure.Ruiyu Ni1-3/+3
2013-07-03OvmfPkg EmuVariableFvbRuntimeDxe: Let FaultTolerantWriteDxe to init working b...Star Zeng1-50/+1
2013-06-14OvmfPkg: Reduce PcdMaxVariableSize with secure boot to avoid assertJordan Justen3-3/+3
2013-06-14OvmfPkg: enable building VirtioNetDxeLaszlo Ersek7-13/+30
2013-06-14OvmfPkg/VirtioNetDxe: Fix build errors on VS2012 (IA32 & X64)Jordan Justen3-7/+7
2013-06-14OvmfPkg: VirtioNetDxe: fix some build errors emitted by Visual StudioLaszlo Ersek2-7/+10
2013-06-14OvmfPkg: VirtioNetDxe: complete driver with INF fileLaszlo Ersek1-0/+60
2013-06-14OvmfPkg: VirtioNetDxe: WaitForPacket and EXIT_BOOT_SERVICES event callbacksLaszlo Ersek1-0/+90
2013-06-14OvmfPkg: VirtioNetDxe: definitions of unsupported SNP member functionsLaszlo Ersek1-0/+160
2013-06-14OvmfPkg: VirtioNetDxe: emulate Rx filter configuration: SNP.ReceiveFiltersLaszlo Ersek1-0/+105
2013-06-14OvmfPkg: VirtioNetDxe: map multicast IP to MAC: SNP.McastIpToMacLaszlo Ersek1-0/+108
2013-06-14OvmfPkg: VirtioNetDxe: implement Tx: SNP.Transmit and SNP.GetStatusLaszlo Ersek2-0/+327
2013-06-14OvmfPkg: VirtioNetDxe: SNP.ReceiveLaszlo Ersek1-0/+188
2013-06-14OvmfPkg: VirtioNetDxe: SNP.ShutdownLaszlo Ersek1-0/+78
2013-06-14OvmfPkg: VirtioNetDxe: add SNP.Initialize and shared dependenciesLaszlo Ersek2-0/+512
2013-06-14OvmfPkg: VirtioNetDxe: Simple Network Protocol members Start and StopLaszlo Ersek2-0/+129
2013-06-14OvmfPkg: VirtioNetDxe: driver bindingLaszlo Ersek1-0/+674
2013-06-14OvmfPkg: VirtioNetDxe: Component Name Protocol implementationLaszlo Ersek1-0/+177
2013-06-14OvmfPkg: VirtioNetDxe: add entry pointLaszlo Ersek1-0/+50