summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-13ArmPlatformPkg/ArmVExpressPkg: Added the empty 'ArmFvpDxe' platform UEFI driverOlivier Martin6-1/+79
2013-12-13Check Context before use it.Jeff Fan1-1/+1
2013-12-13Fix meta file issue.Jeff Fan1-1/+1
2013-12-13UefiCpuPkg: S3Resume2Pei: align return stacks explicitlyLaszlo Ersek1-2/+12
2013-12-13MdeModulePkg/XhciDxe: Fix ICC compiler build warning.Feng Tian1-1/+1
2013-12-13ShellPkg: add API for determining operation typeJaben Carsey2-0/+69
2013-12-12ShellPkg: Refactor Variable replacement into separate functionJaben Carsey1-20/+42
2013-12-12ShellPkg: Refactor Alias replacement into separate functionJaben Carsey1-41/+76
2013-12-12ShellPkg: refactor out leading and trailing space trimmingJaben Carsey1-26/+34