summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-23MdeModulePkg:Create Boot Maintenance Manager LibraryDandan Bi12-0/+8468
2015-11-23MdeModulePkg:Create Device Manager LibraryDandan Bi5-0/+1242
2015-11-23MdeModulePkg:Create Boot Manager LibraryDandan Bi6-0/+1080
2015-11-23ArmPkg: Invalidate cache after allocating UC memoryHeyi Guo2-0/+4
2015-11-23MdeModulePkg DxeFileExplorerProtocol: Create wrapper fileexplorer library.Eric Dong4-0/+135
2015-11-23MdeModulePkg FileExplorerDxe: Create file explorer Protocol.Eric Dong7-0/+193
2015-11-23MdeModulePkg FileExplorerLib: Create file explorer library.Eric Dong9-0/+1928
2015-11-23MdeModulePkg/BootLogoLib: Fix GCC build failureRuiyu Ni1-0/+2
2015-11-20ArmPkg: ArmLib: purge incorrect ArmDrainWriteBuffer () aliasLeif Lindholm6-20/+8
2015-11-20UefiCpuPkg/CpuDxe: Don't use gBS->StallJordan Justen1-3/+3
2015-11-20MdeModulePkg BaseSerialPortLib16550: Fix typo in SerialPortWrite()Star Zeng1-1/+1
2015-11-20PcAtChipsetPkg SerialIoLib: Fix typo in SerialPortWrite()Star Zeng1-2/+2
2015-11-20MdePkg SerialPortLib: Fix typo in SerialPortWrite()Star Zeng2-4/+4
2015-11-20MdePkg SerialIo.h: Fix typo "buts" to "bits"Star Zeng1-2/+2
2015-11-20UefiCpuPkg/SmmFeatureLib: Check SmmFeatureControl by Code_Access_ChkJeff Fan1-14/+40
2015-11-20UefiCpuPkg: Not touch SmmFeatureControl if Code_Access_Chk not SetJeff Fan1-10/+3
2015-11-19ArmPkg/ArmPlatformPkg: position vectors relative to baseMark Rutland4-53/+87
2015-11-19ArmPkg: correct TTBR1_EL1 settings in TCR_EL1Mark Rutland2-1/+4
2015-11-19ShellPkg: Corrected CatSPrint usage to prevent memory leaks.Cecil Sheng1-109/+121
2015-11-18ArmPkg/ArmV7Mmu: handle memory regions over 4 GB correctlyArd Biesheuvel1-2/+9
2015-11-18ArmPkg/ArmV7Lib: take MP extensions into account when programming TTBRArd Biesheuvel2-7/+12
2015-11-18ArmPkg/ArmV7Lib: fix definition of TTBR_NON_INNER_CACHEABLEArd Biesheuvel1-1/+1
2015-11-18ArmPkg/ArmV7Mmu: introduce feature PCD to map normal memory non-shareableArd Biesheuvel4-9/+33
2015-11-18ArmPkg/ArmV7Mmu: make cached translation table accesses shareableArd Biesheuvel2-3/+16
2015-11-18ArmPkg/ArmV7Lib: add function to test for presence of MP extensionsArd Biesheuvel3-0/+20
2015-11-18ArmPkg/ArmV7Lib: add support for reading the ID_MMFR0 system registerArd Biesheuvel3-0/+16
2015-11-18ArmPkg/ArmV7Mmu: fix write-through translation table accessesArd Biesheuvel2-2/+2
2015-11-18ArmPkg/Mmu: set required XN attributes for device mappingsArd Biesheuvel3-2/+7
2015-11-18ArmVExpressPkg/ArmVExpressLibRTSM: map NOR flash as normal memoryArd Biesheuvel1-1/+1
2015-11-18ArmVirtPkg/ArmVirtPlatformLib: map executable NOR region as normal memoryArd Biesheuvel1-2/+8
2015-11-18ArmPkg/AArch64Mmu: remove unused GcdAttributeToArmAttribute()Ard Biesheuvel2-47/+0
2015-11-18MdeModulePkg PeiCore: PeiInstallPeiMemory improper ASSERT test on second callStar Zeng1-1/+1
2015-11-18BaseTool/UPT: Add supporting of decimal numbers for INF_VERSION and DEC_SPECI...Hess Chen3-8/+15
2015-11-18MdeModulePkg: Change BootLogoEnableLogo use INTN for minus valueRuiyu Ni2-37/+34
2015-11-18MdeModulePkg: Change PlatformLogo.GetImage use INTN for minus valueRuiyu Ni1-4/+4
2015-11-17ArmPkg: ensure DebugAgentVectorTable is 2K-alignedMark Rutland1-1/+1
2015-11-17MdeModulePkg/VarCheck: Add VarCheck handler for PlatformRecovery####Ruiyu Ni2-0/+18
2015-11-17MdeModulePkg: Enable PlatformRecovery in BdsDxe driverRuiyu Ni2-314/+95
2015-11-17MdeModulePkg: Add PlatformRecovery#### pointing to default file pathRuiyu Ni1-8/+30
2015-11-17MdeModulePkg: Use UefiSpec.h defined macro to replace L"xxx" stringRuiyu Ni1-8/+8
2015-11-17MdeModulePkg: Add missing PrintLib to BdsDxe.infRuiyu Ni1-0/+1
2015-11-17MdeModulePkg: Add Platform recovery supportRuiyu Ni4-17/+120
2015-11-17MdeModulePkg: Support to expand File device pathRuiyu Ni1-0/+76
2015-11-17MdeModulePkg: Use BmForEachVariable to collect all key optionsRuiyu Ni1-71/+90
2015-11-17MdeModulePkg: Use BM_OPTION_NAME_LEN instead of sizeof L"Boot####"Ruiyu Ni1-5/+5
2015-11-17MdeModulePkg: Use BmCharToUint in BmIsKeyOptionVariableRuiyu Ni4-28/+44
2015-11-17MdeModulePkg: Add Bm prefix for internal functionsRuiyu Ni2-4/+12
2015-11-17MdePkg: Add Platform Recovery definitions.Ruiyu Ni1-0/+1
2015-11-17BaseTools/toolsetup.bat: fixed the error when the path contains spaceYonghong Zhu1-5/+16
2015-11-17BaseTools: Fix two warning reported in the make phase.Yonghong Zhu2-3/+18