summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ArmVirtPkg/ArmVirtPlatformLib: reduce ID map size to GCD region sizeArd Biesheuvel2015-11-242-1/+4
* ArmVirtPkg/ArmVirtQemu: limit the (I)PA space to 40 bitsArd Biesheuvel2015-11-241-0/+4
* MdeModulePkg/BdsDxe: Fix EBC build failureRuiyu Ni2015-11-241-0/+12
* MdeModulePkg/UefiBootManagerLib: Always create MemoryTypeInfo variableRuiyu Ni2015-11-243-12/+20
* ShellBinPkg: Arm/AArch64 Shell binary update.Leif Lindholm2015-11-234-0/+0
* MdeModulePkg:Refine the UiAppDandan Bi2015-11-2334-11907/+188
* MdeModulePkg:Create Boot Maintenance Manager LibraryDandan Bi2015-11-2312-0/+8468
* MdeModulePkg:Create Device Manager LibraryDandan Bi2015-11-235-0/+1242
* MdeModulePkg:Create Boot Manager LibraryDandan Bi2015-11-236-0/+1080
* ArmPkg: Invalidate cache after allocating UC memoryHeyi Guo2015-11-232-0/+4
* MdeModulePkg DxeFileExplorerProtocol: Create wrapper fileexplorer library.Eric Dong2015-11-234-0/+135
* MdeModulePkg FileExplorerDxe: Create file explorer Protocol.Eric Dong2015-11-237-0/+193
* MdeModulePkg FileExplorerLib: Create file explorer library.Eric Dong2015-11-239-0/+1928
* MdeModulePkg/BootLogoLib: Fix GCC build failureRuiyu Ni2015-11-231-0/+2
* ArmPkg: ArmLib: purge incorrect ArmDrainWriteBuffer () aliasLeif Lindholm2015-11-206-20/+8
* UefiCpuPkg/CpuDxe: Don't use gBS->StallJordan Justen2015-11-201-3/+3
* MdeModulePkg BaseSerialPortLib16550: Fix typo in SerialPortWrite()Star Zeng2015-11-201-1/+1
* PcAtChipsetPkg SerialIoLib: Fix typo in SerialPortWrite()Star Zeng2015-11-201-2/+2
* MdePkg SerialPortLib: Fix typo in SerialPortWrite()Star Zeng2015-11-202-4/+4
* MdePkg SerialIo.h: Fix typo "buts" to "bits"Star Zeng2015-11-201-2/+2
* UefiCpuPkg/SmmFeatureLib: Check SmmFeatureControl by Code_Access_ChkJeff Fan2015-11-201-14/+40
* UefiCpuPkg: Not touch SmmFeatureControl if Code_Access_Chk not SetJeff Fan2015-11-201-10/+3
* ArmPkg/ArmPlatformPkg: position vectors relative to baseMark Rutland2015-11-194-53/+87
* ArmPkg: correct TTBR1_EL1 settings in TCR_EL1Mark Rutland2015-11-192-1/+4
* ShellPkg: Corrected CatSPrint usage to prevent memory leaks.Cecil Sheng2015-11-191-109/+121
* ArmPkg/ArmV7Mmu: handle memory regions over 4 GB correctlyArd Biesheuvel2015-11-181-2/+9
* ArmPkg/ArmV7Lib: take MP extensions into account when programming TTBRArd Biesheuvel2015-11-182-7/+12
* ArmPkg/ArmV7Lib: fix definition of TTBR_NON_INNER_CACHEABLEArd Biesheuvel2015-11-181-1/+1
* ArmPkg/ArmV7Mmu: introduce feature PCD to map normal memory non-shareableArd Biesheuvel2015-11-184-9/+33
* ArmPkg/ArmV7Mmu: make cached translation table accesses shareableArd Biesheuvel2015-11-182-3/+16
* ArmPkg/ArmV7Lib: add function to test for presence of MP extensionsArd Biesheuvel2015-11-183-0/+20
* ArmPkg/ArmV7Lib: add support for reading the ID_MMFR0 system registerArd Biesheuvel2015-11-183-0/+16
* ArmPkg/ArmV7Mmu: fix write-through translation table accessesArd Biesheuvel2015-11-182-2/+2
* ArmPkg/Mmu: set required XN attributes for device mappingsArd Biesheuvel2015-11-183-2/+7
* ArmVExpressPkg/ArmVExpressLibRTSM: map NOR flash as normal memoryArd Biesheuvel2015-11-181-1/+1
* ArmVirtPkg/ArmVirtPlatformLib: map executable NOR region as normal memoryArd Biesheuvel2015-11-181-2/+8
* ArmPkg/AArch64Mmu: remove unused GcdAttributeToArmAttribute()Ard Biesheuvel2015-11-182-47/+0
* MdeModulePkg PeiCore: PeiInstallPeiMemory improper ASSERT test on second callStar Zeng2015-11-181-1/+1
* BaseTool/UPT: Add supporting of decimal numbers for INF_VERSION and DEC_SPECI...Hess Chen2015-11-183-8/+15
* MdeModulePkg: Change BootLogoEnableLogo use INTN for minus valueRuiyu Ni2015-11-182-37/+34
* MdeModulePkg: Change PlatformLogo.GetImage use INTN for minus valueRuiyu Ni2015-11-181-4/+4
* ArmPkg: ensure DebugAgentVectorTable is 2K-alignedMark Rutland2015-11-171-1/+1
* MdeModulePkg/VarCheck: Add VarCheck handler for PlatformRecovery####Ruiyu Ni2015-11-172-0/+18
* MdeModulePkg: Enable PlatformRecovery in BdsDxe driverRuiyu Ni2015-11-172-314/+95
* MdeModulePkg: Add PlatformRecovery#### pointing to default file pathRuiyu Ni2015-11-171-8/+30
* MdeModulePkg: Use UefiSpec.h defined macro to replace L"xxx" stringRuiyu Ni2015-11-171-8/+8
* MdeModulePkg: Add missing PrintLib to BdsDxe.infRuiyu Ni2015-11-171-0/+1
* MdeModulePkg: Add Platform recovery supportRuiyu Ni2015-11-174-17/+120
* MdeModulePkg: Support to expand File device pathRuiyu Ni2015-11-171-0/+76
* MdeModulePkg: Use BmForEachVariable to collect all key optionsRuiyu Ni2015-11-171-71/+90