summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg/ArmLib: ArmReadVBar implementation missing in AArch64Olivier Martin2014-03-011-0/+11
* ArmPkg: Replace single dead loop.Olivier Martin2014-03-015-29/+17
* ArmPkg/ArmLib: Move common definitions from ArmV7Lib.h & AArch64Lib.h to ArmL...Olivier Martin2014-03-013-107/+43
* Convert the value from 'int' to 'CHAR16' to match the type of variable in She...Shumin Qiu2014-02-281-1/+1
* ShellPkg/ShellProtocol.c: Fix case sensitivity in GetAlias and SetAliasBrendan Jackman2014-02-261-15/+63
* When exit from GetFullStringFromHiiFormPackages function, should update the P...Eric Dong2014-02-261-1/+1
* ShellPkg: Add missing header filesJaben Carsey2014-02-252-2/+4
* ShellBinPkg: ARM binaries update based on 15257.Olivier Martin2014-02-254-0/+0
* Add code to check whether the pointer 'CorrectedPath' and 'FullPath' are NULL...Shumin Qiu2014-02-251-0/+12
* Fix the bug for the structure definition of _EFI_ADAPTER_INFORMATION_PROTOCOL...Ari Zigler2014-02-251-1/+1
* ShellBinPkg: binary update based on 15257.Jaben Carsey2014-02-245-1/+1
* ArmPkg/AsmMacroIoLibV8.h: Correct 32 bit accesses in asm macrosOlivier Martin2014-02-241-85/+20
* ARM Packages: Include 'AsmMacroIoLibV8.h' instead of the 32bit versionOlivier Martin2014-02-245-10/+10
* ArmPkg/BdsLib: Support ignoring EfiReservedMemoryType when updating the FDT.Garrett Kirkendall2014-02-241-1/+2
* edksetup.bat: Fixed corrupts CYGWIN_HOMEOlivier Martin2014-02-241-4/+12
* BaseTools: Rectify use of @ in .BAT files.Olivier Martin2014-02-241-32/+31
* EmbeddedPkg/PrePiLib: Fixed incorrect type castingAndrew Fish2014-02-241-3/+3
* Check the Config access protocol before use it.Eric Dong2014-02-212-15/+20
* ShellPkg: Update "ls" command to better handle "-r" parameterJaben Carsey2014-02-181-104/+136
* ArmPlatformPkg/ArmRealViewEbPkg: Fixed assertion in RuntimeDxeOlivier Martin2014-02-182-8/+8
* ArmPlatformPkg/ArmRealViewEbPkg: Added MMC supportOlivier Martin2014-02-183-6/+29
* Update configrequest string at runtime for dynamic created question.Eric Dong2014-02-183-97/+32
* Update the ValueChanged flag before call CHANGED callback type.Eric Dong2014-02-181-5/+9
* Add flag to make UEFI run from DRAM or FLASH for FVPsOlivier Martin2014-02-172-1/+25
* Set the Reset flag if user select one statement which has reset attribute and...Eric Dong2014-02-131-0/+10
* Fixed the issue in ExitBootServices() implementation to avoid the potential b...Gao, Liming2014-02-131-9/+9
* ShellPkg: refactor elimination of non-replaced environment variablesJaben Carsey2014-02-121-34/+108
* ARM Packages: CRLF fixupLeif Lindholm2014-02-1220-1055/+1055
* ArmPkg/ArmLib: Added ArmReadMidr()Olivier Martin2014-02-125-4/+29
* ArmPkg/BdsLib: Removed unused MachineType argument (AArch64)Olivier Martin2014-02-121-5/+2
* ArmPkg: Removed unused header 'BdsUnixLib.h'Olivier Martin2014-02-122-40/+1
* EmbeddedPkg/FdtLib: Updated libfdt to 1.4.0Olivier Martin2014-02-129-66/+176
* ArmPlatformPkg/BdsLib: Let the user press enter when inputting booleansOlivier Martin2014-02-121-2/+4
* MdeModulePkg/DiskIo: Introduced 'PcdDiskIoDataBufferBlockNum'Olivier Martin2014-02-124-14/+14
* Keep highlight on the current highlight menu if form auto exit, not exit by u...Eric Dong2014-02-122-15/+69
* Add more check for PE COFF SizeOfHeader field.jyao12014-02-121-1/+25
* Set the free buffer pointer to NULL to avoid later free again.Eric Dong2014-02-121-0/+1
* Add code to check the return status for ShellReadFile and ShellWriteFile when...Shumin Qiu2014-02-122-2/+13
* Add code to check whether the pointer 'PathForReturn' in ShellProtocol.c is N...Shumin Qiu2014-02-121-1/+3
* Update the logic, only check the value change status for user input action, n...Eric Dong2014-02-123-23/+223
* Adjust date/time opcode before use it.Eric Dong2014-02-121-0/+1
* Fix several typo issues.Elvin Li2014-02-122-24/+24
* ShellPkg: Fix changing to file system with 2 colons like "fs0::"Jaben Carsey2014-02-111-2/+4
* ShellPkg: Fix uninitialized Variable errorJaben Carsey2014-02-111-1/+1
* ShellPkg: InternalShellExecuteDevicePath: avoid memory leaksBrendan Jackman2014-02-111-20/+22
* ShellPkg: Make Argv[0] the full file path of the commandBrendan Jackman2014-02-111-0/+36
* ShellPkg: Error out when ProcessCommandLine failsBrendan Jackman2014-02-111-1/+4
* ShellPkg: Fixed Memory leak in UefiMain()Brendan Jackman2014-02-111-21/+27
* ShellPkg: Manually parse parametersBrendan Jackman2014-02-111-93/+155
* ShellPkg: Prevent "set" command from updating %lasterror%Jaben Carsey2014-02-111-2/+2