summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-17UefiCpuPkg/CpuS3DataDxe: Move StartupVector allocation to EndOfDxe()Jeff Fan2-20/+24
2016-08-17UefiCpuPkg/MpInitLib: Add microcode definitions defined in IA32 SDMJeff Fan1-0/+200
2016-08-17UefiCpuPkg/LocalApic.h: Remove duplicated/conflicted definitionsJeff Fan7-71/+60
2016-08-17Vlv2TbltDevicePkg: Add RAW file type to Rule.Common.SEC.BINARYWei, David1-1/+5
2016-08-17Vlv2TbltDevicePkg/PlatformFspLib: Fix the include pathWei, David1-1/+1
2016-08-17Vlv2TbltDevicePkg/FspSupport: Fix GCC build errorsWei, David3-8/+7
2016-08-17UefiCpuPkg: MTRR_PHYSMASK.Valid should be one bit instead of 8 bitsRuiyu Ni1-1/+1
2016-08-17ShellPkg/Ls: Handle the case when SearchString is NULLRuiyu Ni1-0/+5
2016-08-17SecurityPkg: AuthVariableLib: Fix inconsistent CertDB caseZhang, Chao B1-1/+1
2016-08-16MdePkg: Fix guid conflict.Dong, Eric2-4/+20
2016-08-15MdeModulePkg/PeiCore: Fix ConverSinglePpiPointer () typo.Marvin Haeuser1-4/+4
2016-08-14BaseTools/GenFv: Account for rebase of FV section containing VTF fileLeo Duran1-4/+6
2016-08-12PcAtChipsetPkg AcpiTimerLib: Get more accurate TSC FrequencyStar Zeng3-21/+99
2016-08-12MdePkg RVCT: add definition of UNREACHABLEArd Biesheuvel1-0/+7
2016-08-12BaseTools RVCT: ignore various RVC diagnosticsArd Biesheuvel1-1/+1
2016-08-12BaseTools ARM AARCH64: drop redundant compiler argumentsArd Biesheuvel1-2/+2
2016-08-12BaseTools ARM AARCH64: pass CC flags to linker for XIP modules as wellArd Biesheuvel1-3/+3
2016-08-12MdeModulePkg/Browser: Enhance the logic when getting value from AltRespDandan Bi1-26/+35
2016-08-12BaseTool/VfrCompile: Remove reset button opcode in CheckQuestionOpCodeDandan Bi1-1/+0
2016-08-11ArmPlatformPkg/ArmPlatformStackLib: switch to ASM_FUNC() asm macroArd Biesheuvel2-48/+12
2016-08-11ArmPlatformPkg/ArmPlatformLibNull: switch to ASM_FUNC() asm macroArd Biesheuvel2-42/+14
2016-08-11ArmPlatformPkg/ArmVExpressPkg: switch to ASM_FUNC() asm macroArd Biesheuvel5-111/+41
2016-08-11ArmPlatformPkg/PrePeiCore: switch to ASM_FUNC() asm macroArd Biesheuvel5-71/+18
2016-08-11ArmPlatformPkg/PrePi: switch to ASM_FUNC() asm macroArd Biesheuvel2-70/+29
2016-08-11ArmPlatformPkg/ArmJunoLib: switch to ASM_FUNC() asm macroArd Biesheuvel2-52/+21
2016-08-11BeagleBoardPkg: add missing ArmMmuLib resolutionArd Biesheuvel1-0/+1
2016-08-11ArmPkg/SemihostLib: switch to ASM_FUNC() asm macroArd Biesheuvel2-11/+4
2016-08-11ArmPkg/CompilerIntrinsicsLib: switch to ASM_FUNC() asm macroArd Biesheuvel25-113/+56
2016-08-11ArmPkg/BaseMemoryLibVstm: switch to ASM_FUNC() asm macroArd Biesheuvel2-11/+6
2016-08-11ArmPkg/BaseMemoryLibSm: switch to ASM_FUNC() asm macroArd Biesheuvel2-9/+6
2016-08-11ArmPkg/ArmSmcLib: switch to ASM_FUNC() asm macroArd Biesheuvel2-10/+5
2016-08-11ArmPkg/ArmMmuLib: switch to ASM_FUNC() asm macroArd Biesheuvel1-3/+1
2016-08-11ArmPkg/ArmLib: switch to ASM_FUNC() asm macroArd Biesheuvel9-424/+205
2016-08-11ArmPkg/ArmHvcLib: switch to ASM_FUNC() asm macroArd Biesheuvel2-12/+7
2016-08-11ArmPkg/ArmGicV3: switch to ASM_FUNC() asm macroArd Biesheuvel2-40/+16
2016-08-11ArmPkg/ArmCpuLib: switch to ASM_FUNC() asm macroArd Biesheuvel2-15/+3
2016-08-11ArmPkg/ArmSmcLibNull: move to generic C implementationArd Biesheuvel4-66/+24
2016-08-11ArmVirtPkg: clean up assembly source filesArd Biesheuvel9-250/+97
2016-08-11ArmVirt/PrePi: make jump to CEntryPoint relativeArd Biesheuvel2-12/+2
2016-08-11ArmPkg: introduce ASM_FUNC, MOV32/MOV64 and ADRL/LDRL macrosArd Biesheuvel2-1/+42
2016-08-11ArmPlatformPkg RVCT: drop dependency on GCC macro libraryArd Biesheuvel9-66/+29
2016-08-11ArmPkg/AsmMacroIoLib: remove unused obsolete MMIO and other asm macrosArd Biesheuvel2-267/+0
2016-08-11ArmPkg: add missing ArmMmuLib resolution to ArmPkg.dscArd Biesheuvel1-0/+4
2016-08-11ArmLib: remove ArmReplaceLiveTranslationEntry() implementationArd Biesheuvel2-60/+4
2016-08-11MdeModulePkg/DriverSample: Skip the character "&" before "OFFSET="Dandan Bi1-0/+5
2016-08-11MdePkg/HiiImageEx: Fix incorrect parameter type in GetImageInfo()Dandan Bi1-1/+1
2016-08-11MdeModulePkg/Browser: Share default if some default value are not specifiedDandan Bi2-5/+43
2016-08-11MdeModulePkg/HiiDB: Share default if some default value are not specifiedDandan Bi2-16/+109
2016-08-11CryptoPkg: Fix "responsiblity" typosThomas Huth3-15/+15
2016-08-11CryptoPkg: Fix capitalization of path name in Patch-HOWTO.txtThomas Huth1-1/+1