summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-06OvmfPkg: VirtioRngDxe: adapt feature negotiation to virtio-1.0Laszlo Ersek1-7/+20
2016-04-06OvmfPkg: VirtioNetDxe: adapt feature negotiation to virtio-1.0Laszlo Ersek1-4/+19
2016-04-06OvmfPkg: VirtioBlkDxe: adapt feature negotiation to virtio-1.0Laszlo Ersek1-5/+20
2016-04-06OvmfPkg: VirtioLib: add Virtio10WriteFeatures() functionLaszlo Ersek2-0/+121
2016-04-06OvmfPkg: IndustryStandard: add definitions from the VirtIo 1.0 specLaszlo Ersek4-2/+115
2016-04-06OvmfPkg: IndustryStandard: factor out Virtio095Net.hLaszlo Ersek2-78/+100
2016-04-06OvmfPkg: IndustryStandard: factor out Virtio095.hLaszlo Ersek2-155/+179
2016-04-06OvmfPkg: VirtioRngDxe: clear all feature bits more explicitlyLaszlo Ersek1-1/+2
2016-04-06OvmfPkg: VirtioBlkDxe: don't clear non-negotiable feature bitsLaszlo Ersek1-5/+4
2016-04-06OvmfPkg: VIRTIO_DEVICE_PROTOCOL: pass VRING object to SetQueueAddress()Laszlo Ersek9-24/+21
2016-04-06OvmfPkg: VIRTIO_DEVICE_PROTOCOL: remove GetQueueAddress() memberLaszlo Ersek7-77/+0
2016-04-06OvmfPkg: VIRTIO_DEVICE_PROTOCOL: widen the Features bitmap to 64 bitsLaszlo Ersek10-20/+33
2016-04-06MdeModulePkg/Bds: Fix a boot hang due to Ram Disk boot supportRuiyu Ni1-1/+5
2016-04-06BaseTools: cache the defined Guid tool to improve the performanceYonghong Zhu2-3/+8
2016-04-06MdeModulePkg/Bds: Memory Bins don't count the memory used by RAM DiskNi, Ruiyu3-9/+27
2016-04-06MdeModulePkg/Bds: Free resources after ram disk boot finishesNi, Ruiyu3-5/+152
2016-04-06MdeModulePkg/Bds: Allocate reserved memory for RAM Disk boot mediaNi, Ruiyu2-89/+95
2016-04-06SecurityPkg OpalPasswordSupportLib: Add comments for the used protocol in inf...Eric Dong1-1/+1
2016-04-06SecurityPkg OpalPasswordSupportLib: Remove the hard code debug build option.Eric Dong1-3/+0
2016-04-06SecurityPkg OpalPasswordSupportLib: Fixed gcc build failure.Eric Dong1-0/+1
2016-04-06SecurityPkg TcgStorageOpalLib: Fixed gcc build failure.Eric Dong2-4/+5
2016-04-06SecurityPkg OpalPasswordDxe: Check the pointer before use it.Eric Dong1-10/+11
2016-04-06SecurityPkg TcgStorageOpalLib: Remove the hard code debug build option.Eric Dong1-3/+0
2016-04-06SecurityPkg OpalPasswordDxe: Remove the hard code debug build option.Eric Dong1-3/+0
2016-04-06SecurityPkg OpalPasswordSmm: Remove the hard code build option.Eric Dong1-3/+0
2016-04-06MdePkg Cper.h: Add missing structure for 'Processor Error Record'Hao Wu1-1/+18
2016-04-06SourceLevelDebugPkg/SmmDebugAgent: mMailboxPointer is used before setJeff Fan1-2/+2
2016-04-05MdePkg/MdePkg.uni: Add description for PcdUartDefaultReceiveFifoDepthRuiyu Ni1-1/+6
2016-04-05MdePkg/BaseSynchronizationLib: Add spin lock alignment for IA32/x64Jeff Fan6-4/+112
2016-04-05MdePkg/BaseSynchronizationLib: Do not check timeout if lock releasedJeff Fan3-18/+18
2016-04-05BaseTools/GenFds: Fix the bug for wrong alignment generate for RAW fileYonghong Zhu3-42/+23
2016-04-05MdeModulePkg/UiApp: Correct the total RAM calculationJeremy Linton1-70/+64
2016-04-05IntelFrameworkModulePkg/Bds: Correct the total RAM calculationJeremy Linton1-22/+22
2016-04-04MdeModulePkg: DxeUdpIoLib: fix non-empty payload path in UDP receptionLaszlo Ersek1-0/+1
2016-04-01OvmfPkg: Add RAM disk supportAlcantara, Paulo6-6/+6
2016-04-01ArmPkg/ArmArchTimerLib: correct typosEvan Lloyd1-8/+8
2016-04-01ArmPkg/ArmArchTimerLib: fix unused variable in RELEASE buildsSami Mujawar1-3/+2
2016-04-01EmbeddedPkg/AcpiLib: fix SBSA Generic Watchdog helper definitionSami Mujawar1-2/+2
2016-04-01ArmPlatformPkg: Add PCD for Pl011 UART InterruptSami Mujawar1-1/+2
2016-04-01MdePkg: Add ARM Serial Port Subtypes to DBG2Sami Mujawar1-0/+6
2016-04-01MdePkg: Add ARM Serial Port Subtype definitionsSami Mujawar1-2/+23
2016-04-01ArmVirtPkg: disable PcdHiiOsRuntimeSupportLaszlo Ersek1-0/+1
2016-04-01ArmPkg/ArmArchTimerLib: add GetTimeInNanoSecond() to ArmArchTimerLibSami Mujawar1-1/+50
2016-04-01ArmPkg/ArchArmTimerLib: refactor MultU64xN and TimerFreq definitionsSami Mujawar1-18/+31
2016-04-01NetworkPkg: Check received packet size before use it.Fu Siyuan4-10/+40
2016-04-01MdeModulePkg: Check received packet size before use it.Fu Siyuan5-34/+111
2016-04-01NetworkPkg: Check pointer for NULL before use.Fu Siyuan1-0/+4
2016-04-01Revert "TerminalDxe: select the UART's default receive FIFO depth"Ruiyu Ni2-2/+2
2016-03-31ArmVirtPkg/ArmVirtQemu: gate FDT config table install with build optionArd Biesheuvel1-0/+5
2016-03-31ArmVirtPkg/VirtFdtDxe: make installation of FDT as config table optionalArd Biesheuvel3-31/+48