summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-06MdeModulePkg/IntelFrameworkModulePkg ACPI: Follow the new UEFI 2.4a spec to r...Star Zeng3-137/+46
2014-05-05Add device path node/text conversion for NVMe device path node.Ruiyu Ni2-0/+75
2014-04-30ShellBinPkg: updating the binaries.Jaben Carsey5-1/+1
2014-04-30ShellPkg: Patch to enhance the output around GOP protocolJaben Carsey2-1/+103
2014-04-30MdePkg/UefiScsiLib: Wrong function parameter comments in UefiScsiLib. It shou...Tian, Feng2-9/+9
2014-04-30MdeModulePkg/ScsiDisk: Using back-off algorithm to dynamically adjust transfe...Tian, Feng4-214/+284
2014-04-28Config Access Protocol return value not follow spec, update code to follow it.Eric Dong1-3/+12
2014-04-28Early return when the "BootOrder" variable doesn't exist to avoid SetVariable...Ruiyu Ni1-12/+10
2014-04-25Fix default VENDOR_CLASS in DHCP discover.Larry Cleeton1-2/+2
2014-04-24ArmPlatformPkg/ArmVExpress-CTA15-A7.fdf: Increased the size of FV after addin...Olivier Martin1-3/+3
2014-04-24ArmPlatformPkg: Added Lan9118 supportOlivier Martin4-2/+48
2014-04-24EmbeddedPkg: Added Lan9118 Dxe driverOlivier Martin8-0/+3342
2014-04-24EmbeddedPkg/AndroidFastbootTransportTcpDxe: Implemented Android FastBoot over...Brendan Jackman4-0/+744
2014-04-24ArmPkg/ArmLib: Fixed AArch64 MMU code when a region overlaps 2 level-3 page t...Olivier Martin1-3/+10
2014-04-24Correct the incorrect string. Gao, Liming1-0/+0
2014-04-23ArmPkg/CpuDxe: Restore AArch64 system registers before returning from exceptionoliviermartin1-2/+19
2014-04-23Fix typo in function name PxeBcFlushStaionIp which should be PxeBcFlushStatio...Mauro Faccenda5-8/+8
2014-04-23Update code logic to let BDS UI can shows more than one formsets in one HiiHa...Eric Dong1-8/+117
2014-04-22ArmPlatformPkg/Bds: Do not print garbage if the command line argument is emptyOlivier Martin1-1/+3
2014-04-21Fix GCC build fail.Eric Dong1-4/+4
2014-04-18Refine the check expression result logic.Eric Dong4-12/+59
2014-04-18Enhance the browser parse opcode logic, skip the opcode which is not defined ...Eric Dong1-0/+46
2014-04-17StdLib: StdLib/Malloc.cPaulo Alcantara1-1/+1
2014-04-16ArmPlatformPkg/Bds: Do not free NULL pointerOlivier Martin1-1/+1
2014-04-15EmulatorPkg/Unix GCC: Add additional library search pathsJordan Justen1-2/+2
2014-04-15EmulatorPkg/Unix GCC: Link to libdlJordan Justen1-1/+1
2014-04-15EmulatorPkg: Add missing DisplayEngineDxe driverAndrew Fish2-0/+3
2014-04-15Update question validation logic, move the check pointer from after user inpu...Eric Dong9-407/+380
2014-04-15MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol o...Star Zeng4-2/+42
2014-04-14ArmPlatformPkg/ArmVExpressPkg: Update the Runtime Code and Data number of pagesOlivier Martin1-2/+2
2014-04-14Call EFI_BROWSER_ACTION_RETRIEVE for each form instead of only call once befo...Eric Dong3-58/+27
2014-04-14ArmPlatformPkg/ArmVExpressLibRTSM: Added support for the additional 6GB memor...Olivier Martin1-3/+32
2014-04-11ShellPkg: Fix using root of driveJaben Carsey2-2/+12
2014-04-11ShellPkg: Fix compiler warning 'unused variable'Harry Liebel1-0/+6
2014-04-11ArmPlatformPkg/ArmVExpressLibRTSM: Added support for the additional 2GB memor...Olivier Martin3-5/+48
2014-04-11ArmPlatformPkg/ArmVExpressLibRTSM: Removed unused dead codeOlivier Martin1-15/+2
2014-04-11ArmPlatformPkg/Bds: Fix loading Timeout from NV storageHarry Liebel1-2/+5
2014-04-11ArmPlatformPkg/Bds: Do not start all devices when starting an OS loaderOlivier Martin1-2/+9
2014-04-11ArmPlatformPkg/Bds: Allow to update EFI application boot entriesOlivier Martin1-14/+68
2014-04-11ArmPlatformPkg: Print arguments for EFI ApplicationOlivier Martin1-1/+10
2014-04-11ArmPlatformPkg/Bds: Introduced helper function to detect if an Ascii/Unicode ...Olivier Martin2-1/+98
2014-04-11ArmPlatformPkg: Set PcdDefaultBootArgument to an empty unicode stringOlivier Martin7-7/+1
2014-04-11ArmPlatformPkg/Bds: Added support to detect if the binary is a EFI imageOlivier Martin3-89/+130
2014-04-11ArmPlatformPkg/Bds: Added support to pass parameters to EFI applicationsOlivier Martin2-7/+15
2014-04-11ArmPlatformPkg/Bds: Decoupled OptionalData for the EFI application boot entry...Olivier Martin4-32/+57
2014-04-11ArmPlatformPkg/Bds: Add support to handle Unicode parametersOlivier Martin3-7/+75
2014-04-11Update logic, only question with interactive attribute should trig the callba...Eric Dong1-0/+4
2014-04-11Sync value for string opcode after call the Callback function.Eric Dong3-3/+52
2014-04-10MdeModulePkg/UsbMassStorage: Don't send READ_CAPACITY to unsupported usb mass...Tian, Feng2-63/+32
2014-04-10Check the pointer before use it.Eric Dong1-0/+2