summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-21Check the Config access protocol before use it.Eric Dong2-15/+20
2014-02-18ShellPkg: Update "ls" command to better handle "-r" parameterJaben Carsey1-104/+136
2014-02-18ArmPlatformPkg/ArmRealViewEbPkg: Fixed assertion in RuntimeDxeOlivier Martin2-8/+8
2014-02-18ArmPlatformPkg/ArmRealViewEbPkg: Added MMC supportOlivier Martin3-6/+29
2014-02-18Update configrequest string at runtime for dynamic created question.Eric Dong3-97/+32
2014-02-18Update the ValueChanged flag before call CHANGED callback type.Eric Dong1-5/+9
2014-02-17Add flag to make UEFI run from DRAM or FLASH for FVPsOlivier Martin2-1/+25
2014-02-13Set the Reset flag if user select one statement which has reset attribute and...Eric Dong1-0/+10
2014-02-13Fixed the issue in ExitBootServices() implementation to avoid the potential b...Gao, Liming1-9/+9
2014-02-12ShellPkg: refactor elimination of non-replaced environment variablesJaben Carsey1-34/+108
2014-02-12ARM Packages: CRLF fixupLeif Lindholm20-1055/+1055
2014-02-12ArmPkg/ArmLib: Added ArmReadMidr()Olivier Martin5-4/+29
2014-02-12ArmPkg/BdsLib: Removed unused MachineType argument (AArch64)Olivier Martin1-5/+2
2014-02-12ArmPkg: Removed unused header 'BdsUnixLib.h'Olivier Martin2-40/+1
2014-02-12EmbeddedPkg/FdtLib: Updated libfdt to 1.4.0Olivier Martin9-66/+176
2014-02-12ArmPlatformPkg/BdsLib: Let the user press enter when inputting booleansOlivier Martin1-2/+4
2014-02-12MdeModulePkg/DiskIo: Introduced 'PcdDiskIoDataBufferBlockNum'Olivier Martin4-14/+14
2014-02-12Keep highlight on the current highlight menu if form auto exit, not exit by u...Eric Dong2-15/+69
2014-02-12Add more check for PE COFF SizeOfHeader field.jyao11-1/+25
2014-02-12Set the free buffer pointer to NULL to avoid later free again.Eric Dong1-0/+1
2014-02-12Add code to check the return status for ShellReadFile and ShellWriteFile when...Shumin Qiu2-2/+13
2014-02-12Add code to check whether the pointer 'PathForReturn' in ShellProtocol.c is N...Shumin Qiu1-1/+3
2014-02-12Update the logic, only check the value change status for user input action, n...Eric Dong3-23/+223
2014-02-12Adjust date/time opcode before use it.Eric Dong1-0/+1
2014-02-12Fix several typo issues.Elvin Li2-24/+24
2014-02-11ShellPkg: Fix changing to file system with 2 colons like "fs0::"Jaben Carsey1-2/+4
2014-02-11ShellPkg: Fix uninitialized Variable errorJaben Carsey1-1/+1
2014-02-11ShellPkg: InternalShellExecuteDevicePath: avoid memory leaksBrendan Jackman1-20/+22
2014-02-11ShellPkg: Make Argv[0] the full file path of the commandBrendan Jackman1-0/+36
2014-02-11ShellPkg: Error out when ProcessCommandLine failsBrendan Jackman1-1/+4
2014-02-11ShellPkg: Fixed Memory leak in UefiMain()Brendan Jackman1-21/+27
2014-02-11ShellPkg: Manually parse parametersBrendan Jackman1-93/+155
2014-02-11ShellPkg: Prevent "set" command from updating %lasterror%Jaben Carsey1-2/+2
2014-02-11MdeModulePkg UsbBusPei: Produce a USB I/O PPI for all USB Interfaces a USB De...Star Zeng2-38/+125
2014-02-11Fix incorrect return status in InitializeDebugPortDriver() & DebugPortSupport...Tian, Feng1-8/+8
2014-02-11Remove redundant IsUnicodeFiFoEmpty ()in UnicodeFiFoRemoveOneKey().Elvin Li2-20/+8
2014-02-11MdeModulePkg/ScsiDisk:If the SCSI device target status is in CHECK_CONDITION,...Tian, Feng1-57/+278
2014-02-09OvmfPkg: QemuBootOrder: initialize IsFinal variable to make MSVC happyMauro Faccenda1-0/+1
2014-02-09OvmfPkg/PlatformPei: Remove duplicate Xen memory map debug messageJordan Justen1-1/+0
2014-02-05ShellPkg: patch to the "for" command when used with "in" iterating files in a...Leandro G. Biss Becker1-2/+4
2014-02-05ArmPlatformPkg/Scripts/Makefile: Update after edksetup.sh changesOlivier Martin1-4/+4
2014-02-05MmcIdentification: Don't error out for SD cardsOlivier Martin1-4/+3
2014-02-05ArmPlatformPkg/ArmVExpress.dsc.inc: Exposed the 2 NOR Flash filesystem to UEFIOlivier Martin1-1/+1
2014-02-05ArmPkg/ArmLib: VBAR_ELx not written correctly when handler above 4GBOlivier Martin2-6/+6
2014-02-01OvmfPkg/PlatformPei: Add RAM for Xen in InitializeRamRegionsJordan Justen2-6/+7
2014-02-01OvmfPkg/PlatformPei: Add InitializeRamRegions functionJordan Justen3-11/+20
2014-02-01OvmfPkg/PlatformPei: Merge Xen support into MemMapInitializationJordan Justen3-62/+33
2014-02-01OvmfPkg/PlatformPei: Set PcdPciDisableBusEnumeration in InitializeXenJordan Justen2-3/+3
2014-02-01OvmfPkg/PlatformPei: Add XenPublishRamRegionsJordan Justen3-44/+56
2014-02-01OvmfPkg/PlatformPei: Hide Xen Leaf detailsJordan Justen3-16/+27