summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-30Rollback the change 15021.Eric Dong4-10/+8
2013-12-30MdePkg: First instruction after clearing CR0.PE must be a far jmp.David Woodhouse2-29/+35
2013-12-30Clean up hard-coded offsets and other utter bogosity in Thunk16.SDavid Woodhouse1-50/+71
2013-12-29MdeModulePkg Pcd DXE: Handle the case gPcdDataBaseHobGuid HOB is not present.Star Zeng2-17/+24
2013-12-27Update HostSequenceNo for Command packet instead for Response packet.Jeff Fan1-1/+1
2013-12-27Remove Debug message output from UpdateMailboxContent(), it may cause Mailbox...Jeff Fan1-1/+0
2013-12-26OvmfPkg: QemuFwCfgLib: drop bogus dependency on UefiBootServicesTableLibLaszlo Ersek1-1/+0
2013-12-26OvmfPkg: PlatformPei: reuse PublishPeiMemory() in MemDetect()Laszlo Ersek1-18/+4
2013-12-26OvmfPkg: PlatformPei: simplify memory range expressions in MemDetect()Laszlo Ersek1-4/+3
2013-12-26Keep consistent about the return value between the caller and callee.Eric Dong4-8/+10
2013-12-25Update XhcWaitOpRegBit to take Timout argument as microsecond.Elvin Li2-10/+10
2013-12-25Fix ECC errors:1.Update the comments in function headers to follow the Doxyge...Shumin Qiu2-48/+45
2013-12-24Add default way for switch in function 'RunCommandOrFile' of 'Shell.c'.Laszlo Ersek1-0/+10
2013-12-23Fix a bug for vlan ping failure.Wu Jiaxin3-17/+27
2013-12-23MdePkg PcdLib: Follow the comment of LibPcdGetNextToken to ASSERT when an inv...Star Zeng2-2/+8
2013-12-23MdeModulePkg Pcd: Extend PcdVpdBaseAddress to support PcdsPatchableInModule t...Star Zeng1-5/+5
2013-12-20ShellPkg: fix DmpStore for deletingJaben Carsey1-115/+137
2013-12-20Only save HostSequenceNo for new command in Debug Timer handler.Jeff Fan1-3/+18
2013-12-201. Only dump CPU Context and CpuDeadLoop () for CPU exception.Jeff Fan1-2/+2
2013-12-20ShellPkg: pre-verify split commandsJaben Carsey2-3/+124
2013-12-19ShellPkg: API name typo.Jaben Carsey1-2/+2
2013-12-19ShellPkg: fix whitespace character trimmingJaben Carsey1-2/+2
2013-12-19ShellPkg: CTRL-C stops a running script at the same timeJaben Carsey1-6/+23
2013-12-19ShellPkg: Refactor the RunCommand APIJaben Carsey1-202/+369
2013-12-19Converse the return value from 'int' to 'BOOLEAN' for function ‘ContainsSpl...Shumin Qiu1-1/+1
2013-12-18OvmfPkg: VirtioBlkInit(): log topology attributesLaszlo Ersek1-0/+10
2013-12-18OvmfPkg: VirtioBlkInit(): expose virtio-blk topology in BlockIoLaszlo Ersek1-3/+39
2013-12-18OvmfPkg/VirtioBlkDxe/VirtioBlk.c: rewrap overlong linesLaszlo Ersek1-3/+4
2013-12-18OvmfPkg: IndustryStandard/VirtioBlk: introduce topology-related definitionsLaszlo Ersek1-1/+11
2013-12-18OvmfPkg: IndustryStandard/VirtioBlk: add extra horizontal whitespaceLaszlo Ersek1-12/+12
2013-12-18Rollback the change to EFI_BOOT_KEY_DATA structure since UEFI Spec adds the c...Ruiyu Ni5-149/+61
2013-12-18Update code to avoid using potential NULL pointer.Eric Dong1-1/+1
2013-12-17ShellPkg: Add missing function header commentsJaben Carsey1-2/+16
2013-12-17ShellPkg: Fix "for" command statement initialization.Jaben Carsey1-6/+2
2013-12-17OvmfPkg: QemuFlashFvbServicesRuntimeDxe: fix out-of-LBA write accessLaszlo Ersek1-1/+1
2013-12-17Update code to support guid op nest in the statement.Eric Dong6-64/+114
2013-12-17Fix a bug in TCP driver’s component name print function.Fu Siyuan2-4/+4
2013-12-17Fix two issues in PeiCore. Liming Gao1-6/+10
2013-12-17Get entire variable data for efi varstore at first time.Eric Dong1-1/+27
2013-12-17Add the missing assignment of EFI_DISK_IO2_TOKEN::Token in FlushDiskEx() impl...Ruiyu Ni1-0/+1
2013-12-17Update code to ensure the pointer ‘CurrentName’ in function ‘PerformSin...Shumin Qiu1-0/+7
2013-12-16Add a new line to initialize the variable “PassThruProtocol” in ConsoleW...Shumin Qiu1-1/+3
2013-12-16MdeModulePkg CapsuleRuntimeDxe: Get PcdMaxSizeNonPopulateCapsule and PcdMaxSi...Star Zeng1-3/+9
2013-12-15OvmfPkg/QemuVideoDxe: child handles should have open parent protocol BY_CHILD...Chris Ruffin1-1/+32
2013-12-13ShellPkg: add error messages into functionJaben Carsey1-1/+8
2013-12-13ShellPkg: Refactor updating command line for help useJaben Carsey1-23/+55
2013-12-13Fix the non-blocking behavior for connect. The behavior was correct if the c...lpleahy leroy.p.leahy3-12/+16
2013-12-13ShellPkg: Refactor change to current file systemJaben Carsey1-6/+40
2013-12-13ShellPkg: Refactor Split/Pipe based command linesJaben Carsey1-17/+31
2013-12-13ArmPlatformPkg/ArmFvpDxe: Added Virtio Block supportOlivier Martin8-1/+81