summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-09UefiCpuPkg: CpuExceptionHandlerLib: Make self modifying code work with XcodeAnderw Fish7-264/+109
2014-09-09SourceLevelDebugPkg: DebugAgentLib: Fix clang/Xcode 5 compile/link errorsAnderw Fish5-9/+9
2014-09-09OvmfPkg: AcpiTimerLib: Access power mgmt regs based on host bridge typeGabriel Somlo1-8/+63
2014-09-09MdeModulePkg: Fix XCODE Link Issue in DxeCoreGao, Liming1-1/+1
2014-09-09ShellPkg: Replace assignment statement with 'StrnCpy' to append terminal NULL...Qiu Shumin1-1/+1
2014-09-05This file allows a developer to add a new tool in either the C or Python tree...lhauch1-0/+74
2014-09-05ShellPkg: Not add redundant quotes any longer to parameters with spaces.Jaben Carsey1-10/+10
2014-09-05ShellPkg: Refine the code style and comment.Qiu Shumin3-2/+3
2014-09-04ShellPkg: Update BCFG command for correct use and errors on movingJaben Carsey2-56/+84
2014-09-04MdePkg NASM Thunk16: Add missing ASM_PFX for InternalAsmThunk16Jordan Justen2-3/+3
2014-09-04MdePkg NASM Thunk16: Work around NASM 2.09.04 - 2.10rc1 bugJordan Justen2-2/+10
2014-09-04BaseTools/AutoGen: Remove redundant copy action for binary moduleHess Chen1-1/+2
2014-09-03Updates the logic to allow RM and CP to have silent/quiet mode work successfu...Jaben Carsey1-1/+3
2014-09-03SecurityPkg VariableRuntimeDxe: Bug fix and and refine debug message.Dong, Guo1-2/+2
2014-09-03MdeModulePkg VariableRuntimeDxe: Bug fix and and refine debug message.Dong, Guo1-2/+2
2014-09-03ShellPkg: Fix dynamic command helpHarry Liebel1-54/+45
2014-09-03ShellPkg: Add DXE_DRIVER class type to some librariesHarry Liebel2-2/+2
2014-09-03CryptoPkg: Convert non DOS format files to DOS formatGao, Liming10-0/+0
2014-09-03SecurityPkg: Convert non DOS format files to DOS formatGao, Liming51-0/+0
2014-09-03NetworkPkg: Convert non DOS format files to DOS formatGao, Liming13-0/+0
2014-09-03SourceLevelDebugPkg: Convert non DOS format files to DOS formatGao, Liming9-0/+0
2014-09-03UefiCpuPkg: Convert non DOS format files to DOS formatGao, Liming16-0/+0
2014-09-03PcAtChipsetPkg: Convert non DOS format files to DOS format and rename the sam...Gao, Liming16-6/+6
2014-09-03IntelFrameworkModulePkg: Convert non DOS format files to DOS formatGao, Liming42-0/+0
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming154-9/+9
2014-09-03IntelFrameworkPkg: Convert non DOS format files to DOS formatGao, Liming6-0/+0
2014-09-03MdePkg: Convert non DOS format files to DOS formatGao, Liming103-0/+0
2014-09-03BaseTools/UPT: Replace os.linesep with '\r\n' when generating UNI files.Hess Chen4-50/+47
2014-09-03IntelFspPkg/IntelFspWrapperPkg: Fix some typos.Star Zeng2-5/+5
2014-09-03BaseTools/CommonLib: Add a step to convert ":\\" to ":\"Hess Chen1-0/+8
2014-09-02ShellPkg: Refactor string manipulationJaben Carsey7-98/+115
2014-09-02Cleanup UefiShellDebug1CommandsLib strings to :Samer El-Haj-Mahmoud elhaj2-0/+0
2014-09-02Update SmbiosView Shell command to display additional CPU Family Samer El-Haj-Mahmoud elhaj3-3/+49
2014-09-02ShellPkg: Prevent StrnCpy from overwriting null terminator when source is lar...Scott Duplichan1-2/+2