summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-17ShellPkg: Remove redundant quotes in file path string for Shell command param...Qiu Shumin7-30/+192
2014-09-17ShellPkg: Remove redundant quotes for command 'FOR' in Shell.Qiu Shumin1-9/+11
2014-09-17ShellPkg: Use compare operator for non-Boolean comparisons.Qiu Shumin1-1/+1
2014-09-16ShellPkg: Add support for GCC stack protectorRonald Cron1-0/+3
2014-09-16ShellPkg: Specify AArch64 intrinsics libraryHarry Liebel1-0/+3
2014-09-16Update Build Tool version from 0.51 to 0.60Gao, Liming1-1/+1
2014-09-16Support DSC and FDF file out of WORKSPACE by GenFds.Yingke Liu2-7/+6
2014-09-16Refine the code, remove the useless code.Eric Dong1-7/+3
2014-09-16ArmPlatformPkg: separate PlatformPei and PlatformPeiLibArd Biesheuvel4-3/+4
2014-09-16EmbeddedPkg/Lan9118Dxe: Fixed typoOlivier Martin1-1/+1
2014-09-16ArmPsciResetSystemLib: read PSCI method in constructorArd Biesheuvel2-1/+14
2014-09-16ArmPlatformPkg/NorFlashDxe: use MmioWrite () not memory storesArd Biesheuvel1-1/+1
2014-09-16BaseTools/Source/C: Only used '-Wno-self-assign' when BaseTools are built on ...Andrew Fish1-2/+6
2014-09-15MdeModulePkg XhciPei/UsbBusPei: Enhance code for better device compatibility.Star Zeng3-6/+40
2014-09-151. Use the PciIo->GetBarAttributes to find the logical bar index of the memor...Fu, Siyuan3-631/+75
2014-09-12The current Makefile only checks the primary python file, such as build.py an...lhauch1-9/+139
2014-09-12ShellPkg: Fix ASSERT when bcfg moving boot option with source location = tota...Tapan Shah1-2/+3
2014-09-12This patch is going to fix the issue of the mis-match between the index of Pl...Feng, Bob C1-5/+19
2014-09-12UefiCpuPkg: error: invalid instruction mnemonic 'retf'Nikolai Saoukh1-1/+1
2014-09-12BaseTools: Fix the regression issue after enbaling s_* an d_* macros in FDF.Yingke Liu1-0/+1
2014-09-12UefiCpuPkg: error: invalid instruction mnemonic 'retf'Nikolai Saoukh1-6/+1
2014-09-12Fix a bug that Dhcp6CalculateLeaseTime() function use incorrect offset on the...Fu, Siyuan1-4/+2
2014-09-11StdLib: Fix some build problems and obscure bugs.daryl.mcdaniel12-822/+835
2014-09-11OvmfPkg: resolve BcfgCommandLib class for ShellPkg/.../Shell.infLaszlo Ersek3-0/+3
2014-09-11Add support for ${s_*} and ${d_*} macros for in FDF file for the INF files, a...Abner Chang1-0/+26
2014-09-10ShellPkg: Use the new library for "bcfg" commandJaben Carsey9-2992/+10
2014-09-10ShellPkg: Add a new library for "bcfg" commandJaben Carsey7-1/+1650
2014-09-10ArmPlatformPkg/PL031RealTimeClockLib: use virtual address of runtime servicesArd Biesheuvel1-13/+15
2014-09-10ArmPkg/TimerDxe: Read timer frequency from CPUArd Biesheuvel2-2/+1
2014-09-10ArmPkg: Introduced ArmPsciResetSystemLibArd Biesheuvel4-0/+158
2014-09-10ArmPkg: Add ArmHvcLibArd Biesheuvel6-1/+229
2014-09-10ArmPkg: Add PSCI 0.2 constants for system poweroff and resetArd Biesheuvel1-0/+2
2014-09-10ArmPkg/ArmSmcLib: fix stack handling in .asm version of SMC wrapperArd Biesheuvel1-1/+1
2014-09-10BaseTools: Fix XCODE5 to work properly with NASMAndrew Fish1-0/+2
2014-09-10MdeModulePkg/UsbBusDxe: Fixed Clang build error.Nikolai Saoukh2-2/+2
2014-09-10ShellPkg: Replace the usage of StrnCpy with CopyMem to avoid potential buffer...Qiu Shumin1-3/+5
2014-09-09AppPkg: Add the Arithchk utility and clean up some build problems.daryl.mcdaniel5-12/+246
2014-09-09StdLib: Changes needed to support XCODE5Andrew Fish3-16/+18
2014-09-09EmbeddedPkg: Split off FDT loading functionality from FdtLibArd Biesheuvel6-44/+97
2014-09-09ArmPkg,ArmPlatformPkg: Allow dynamic PCDs for memory base and sizeArd Biesheuvel7-29/+35
2014-09-09ArmPkg: Move TimerDxe and ArmArchTimerLib to new ArmGenericTimerCounterLibArd Biesheuvel17-307/+37
2014-09-09ArmPkg/TimerDxe: Register the virt and hyp timer interrupts at init time.Ard Biesheuvel2-0/+8
2014-09-09ArmPkg: add ArmGenericTimerCounterLib implementation using virtual timerArd Biesheuvel3-0/+183
2014-09-09ArmPkg: add ArmGenericTimerCounterLib implementation using physical timerArd Biesheuvel3-0/+174
2014-09-09ArmPkg: add ArmGenericTimerCounterLib interfaceArd Biesheuvel1-0/+85
2014-09-09ArmPkg: Renamed ArmArchTimerLib.h to ArmArchTimer.hArd Biesheuvel8-10/+10
2014-09-09ArmPkg: allow dynamic GIC base addressesArd Biesheuvel4-25/+36
2014-09-09ArmPkg: allow dynamically discovered timer interruptsArd Biesheuvel1-10/+13
2014-09-09ArmPlatformPkg/Bds: Fix delete boot optionHarry Liebel1-1/+12
2014-09-09ArmPkg/ArmDisassemblerLib: ARMThumb and AArch64 fixesHarry Liebel3-7/+56