summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-25Refine code to make it more safely.Eric Dong5-7/+11
2014-06-25Refine code to make it more safely.Eric Dong1-1/+2
2014-06-25MdeModulePkg/DxeMain: Zero ImageContext local variable before passing it down...Andrew Fish1-1/+2
2014-06-25OvmfPkg: add missing braces to aggregate and/or union initializersLaszlo Ersek1-9/+13
2014-06-25Update code to always publish EFI_IMAGE_EXECUTION_INFO_TABLE.Dong, Guo1-2/+49
2014-06-24ShellPkg: Fix 'mv' command to not attempt moving a file from write-protected ...Chris Phillips2-10/+16
2014-06-24Add DEBUG message for all fields in AcpiS3Context.Gao, Liming1-1/+3
2014-06-24Add DEBUG message for all fields in AcpiS3Context.Gao, Liming1-1/+4
2014-06-24Correct comment typo in AsmReadCr0() function. Gao, Liming1-2/+2
2014-06-23ShellPkg: Move UpdateMapping() out of Map command and added to UefiShellComma...Tapan Shah3-110/+124
2014-06-20ARM Packages: Fixed missing braces (the warning was disabled by GCC)Olivier Martin19-98/+82
2014-06-20ArmPlatformPkg/SP804TimerLib: Checked both Metronome and Performance timers a...Olivier Martin1-8/+4
2014-06-20PcAtChipsetPkg: Enable timer interrupt through I/O APICTycho Nightingale1-1/+2
2014-06-20Do not create boot option for logical block io device.Ruiyu Ni1-2/+9
2014-06-19OvmfPkg: AcpiPlatformDxe: don't rely on unstable QEMU interfaceLaszlo Ersek2-5/+139
2014-06-19OvmfPkg: AcpiPlatformDxe: exclude RSD PTR from QEMU's fw_cfg payloadLaszlo Ersek1-0/+104
2014-06-19OvmfPkg: AcpiPlatformDxe: pass FwCfgFile to InstallQemuLinkedTables()Laszlo Ersek3-47/+112
2014-06-19OvmgPkg: QemuFwCfgLib: export QEMU_FW_CFG_FNAME_SIZELaszlo Ersek2-1/+7
2014-06-19Fix GCC build fail.Eric Dong2-2/+2
2014-06-19The following call tree exposes a bug in the lifetime (ie. too lateAlex Williamson1-25/+9
2014-06-18ShellPkg: Remove use of ASSERT to test parametersJaben Carsey1-77/+67
2014-06-18Contributed-under: TianoCore Contribution Agreement 1.0Victor Gouveia1-1/+1
2014-06-18Create boot option for all block IO devices no matter what the device path lo...Ruiyu Ni1-3/+1
2014-06-18Support RouteConfig function for BdsDxe driver.Eric Dong11-508/+1564
2014-06-16ShellPkg: Fix duplicate String IDsJaben Carsey3-2/+2
2014-06-16Fix build issues with Xcode in CryptoPkg and SecurityPkg.Andrew Fish2-1/+4
2014-06-16Fix build issues with Xcode in CryptoPkg and SecurityPkg.Andrew Fish2-1/+3
2014-06-06Use a compare operator for Non-Boolean comparison in 'map.c'.Qiu Shumin1-2/+2
2014-06-05ShellPkg: fix Comp command outputJaben Carsey1-9/+20
2014-06-04MdeModulePkg/NvmExpressDxe: Check if CSTS.RDY is 0 to wait NVMe Host controll...Tian, Feng2-18/+37
2014-06-04Rename TimeoutInSeconds to Timeout to avoid confusion.Jeff Fan2-17/+16
2014-06-03ArmPlatformPkg/ArmVExpressPkg: Set CNTFRQ to 100Mhz for the Fast ModelsOlivier Martin5-15/+15
2014-06-03ArmPkg/AsmMacroIoLib: Add support for ARM Compiler 6.00Olivier Martin1-52/+27
2014-06-03ArmPkg/CpuDxe: Stack Pointer is not 8-bytes aligned in AArch32 interrupt hand...Olivier Martin4-14/+28
2014-06-03ArmPkg: Added new ARM Processor Feature Register definitionsOlivier Martin3-3/+9
2014-06-03ArmPkg/ArmLib: Drain Write Buffer before DCache maintenance operations.Olivier Martin3-1/+12
2014-06-03ArmPlatformPkg/Ds5: Added script to profile EDK2 with ARM DSTREAMOlivier Martin1-0/+316
2014-06-03ArmPkg/DefaultExceptionHandlerLib/Aarch64: Added friendly debug messageOlivier Martin1-4/+79
2014-05-28ShellPkg: fix display for map command with filteringJaben Carsey1-11/+10
2014-05-22ShellPkg: replace unrecognized Environment Variables with empty quotes so com...Jaben Carsey1-5/+5
2014-05-22Update the comments for function 'InternalShellExecuteDevicePath' in ShellPro...Qiu Shumin2-25/+27
2014-05-22Remove the RT attribute for HDDP variable and validate the variable content b...Ruiyu Ni1-7/+24
2014-05-22Remove the assertion which may cause IsDevicePathValid() hang in DEBUG build.Ruiyu Ni1-6/+2
2014-05-21Add 'file not found' debug message to MTFTP.Brendan Jackman1-1/+8
2014-05-20OvmfPkg/SMBIOS: Add QEMU support to OVMF SMBIOS driverGabriel Somlo4-5/+101
2014-05-20OvmfPkg/SMBIOS: Reuse handles supplied by underlying VMGabriel Somlo1-1/+1
2014-05-20OvmfPkg: QemuVideoDxe: Int10h stub for Windows 7 & 2008 (stdvga, QXL)Laszlo Ersek9-0/+1470
2014-05-19ArmPkg/BdsLib: Added support for TFTP servers without 'tsize' extensionOlivier Martin3-29/+75
2014-05-19Change PciIo::GetBarAttributes() to return unsupported for a unsupported bar ...Ruiyu Ni1-91/+74
2014-05-19Handle multi instances device path while connecting console devices.Qiu Shumin1-31/+53