summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-23NetworkPkg:Add scriptable configuration to iSCSI driver by leveraging x-UEFI.Zhang Lubo11-271/+2438
2017-02-23BaseTools: Fix the regression issue caused by commit dc4c77Yonghong Zhu1-2/+2
2017-02-22ArmPkg/ArmMmuLib: AARCH64: enable stack alignment checkingArd Biesheuvel1-0/+1
2017-02-22ArmPkg/ArmLib: AARCH64: allow the stack aligment (SA) bit to be managedArd Biesheuvel2-0/+46
2017-02-22ArmPkg/ArmLib: AARCH64: set frame pointer in cache maintenance routineArd Biesheuvel1-2/+3
2017-02-22ArmPlatformPkg/ArmPlatformStackLib: use callee preserved registersArd Biesheuvel1-24/+19
2017-02-22BaseTool/Script: Add SmiHandleProfile OS tool to get symbol.Jiewen Yao1-0/+312
2017-02-22MdeModulePkg/dsc: add SmiHandlerProfile to dsc.Jiewen Yao1-0/+2
2017-02-22MdeModulePkg/App: Add SmiHandlerProfile dump app.Jiewen Yao4-0/+791
2017-02-22MdeModulePkg/PiSmmCore: Add SmiHandlerProfile support.Jiewen Yao5-36/+1381
2017-02-22MdeModulePkg/SmmSmiHandlerProfileLib: Add SMM instance.Jiewen Yao3-0/+173
2017-02-22MdeModulePkg/dec: Add PcdSmiHandlerProfilePropertyMask.Jiewen Yao1-0/+6
2017-02-22MdeModulePkg/include: Add SmiHandlerProfile header file.Jiewen Yao2-0/+180
2017-02-22MdePkg/dsc: add SmiHandlerProfileLib to dsc.Jiewen Yao1-1/+2
2017-02-22MdePkg/SmiHandlerProfileLibNull: Add NULL instance.Jiewen Yao3-0/+129
2017-02-22MdePkg/Include: Add SmiHandlerProfileLib.hJiewen Yao2-1/+85
2017-02-22UefiCpuPkg/CpuDxe: Fix hard code actual TimerPeriod valueJeff Fan3-3/+25
2017-02-22UefiCpuPkg/CpuDxe: Add Local APIC memory mapped space in GCDJeff Fan1-0/+35
2017-02-22UefiCpuPkg/CpuDxe: Copy two functions from PciHostBridgeJeff Fan1-0/+148
2017-02-22MdeModulePkg/DxeCore: Add UEFI image protection.Jiewen Yao6-26/+845
2017-02-22MdeModulePkg/dec: add PcdImageProtectionPolicy.Jiewen Yao1-0/+10
2017-02-22UefiCpuPkg/CpuDxe: Add memory attribute setting.Jiewen Yao4-61/+977
2017-02-22VfrCompile: fix invalid comparison between pointer and integerPaolo Bonzini1-1/+1
2017-02-22BaseTools: add error check for Macro usage in the INF fileYonghong Zhu2-2/+11
2017-02-22OvmfPkg/QemuFwCfg: introduce FW_CFG_IO_DMA_ADDRESS, adapt the packageLaszlo Ersek4-5/+6
2017-02-22OvmfPkg/QemuFwCfg: introduce FW_CFG_IO_DATA, adapt the packageLaszlo Ersek3-4/+5
2017-02-22OvmfPkg/QemuFwCfg: introduce FW_CFG_IO_SELECTOR, adapt the packageLaszlo Ersek3-2/+8
2017-02-22OvmfPkg/QemuFwCfgLib: move types/macros from lib class to IndustryStandardLaszlo Ersek2-69/+97
2017-02-22OvmfPkg/AcpiPlatformDxe: update PointerValue comments in "BootScript.c"Laszlo Ersek1-6/+8
2017-02-22OvmfPkg/AcpiPlatformDxe: drop double right shift in ADD/WRITE POINTER cmdsLaszlo Ersek1-4/+4
2017-02-22UefiCpuPkg/ExceptionHandlerAsm.S: Fix code length issue with GCC 5.4Jeff Fan1-2/+3
2017-02-21ArmPkg/ArmMmuLib: AARCH64: add support for modifying only permissionsArd Biesheuvel3-36/+67
2017-02-21ArmPkg/CpuDxe: ARM: ignore page table updates that only change permissionsArd Biesheuvel1-0/+7
2017-02-21ArmPkg/CpuDxe: translate invalid memory types in EfiAttributeToArmAttributeArd Biesheuvel2-6/+1
2017-02-21ArmPkg/CpuDxe: Correct EFI_MEMORY_RO usageJiewen Yao4-12/+13
2017-02-21OvmfPkg/AcpiPlatformDxe: replay QEMU_LOADER_WRITE_POINTER commands at S3Laszlo Ersek5-5/+510
2017-02-21OvmfPkg/AcpiPlatformDxe: implement the QEMU_LOADER_WRITE_POINTER commandLaszlo Ersek1-3/+168
2017-02-21OvmfPkg/AcpiPlatformDxe: rewrap license block in "QemuFwCfgAcpi.c"Laszlo Ersek1-5/+5
2017-02-21OvmfPkg/AcpiPlatformDxe: add QEMU_LOADER_WRITE_POINTER definitionsLaszlo Ersek1-0/+26
2017-02-21OvmfPkg/AcpiPlatformDxe: prepare for QEMU_LOADER_WRITE_POINTER definitionsLaszlo Ersek1-5/+5
2017-02-21MdeModulePkg/BMMUiLib: Remove old useless data before new save actionDandan Bi2-2/+47
2017-02-21MdeModulePkg/HiiDatabase: clean the value before setting default stringDandan Bi1-2/+15
2017-02-21MdeMoudlePkg/DisplayEngine: Fix incorrect index used in array "InputText"Dandan Bi1-15/+18
2017-02-21SecurityPkg/TpmCommandLib: Add Tpm2ReadPublic.Jiewen Yao3-2/+369
2017-02-21MdeModulePkg/PrintLib: Add safe print functions [A|U]ValueToStringSHao Wu1-0/+127
2017-02-21MdeModulePkg/PrintLib: Use EFI_PRINT2S_PROTOCOL for this instanceHao Wu3-21/+49
2017-02-21MdeModulePkg: Add the EFI_PRINT2S_PROTOCOLHao Wu5-13/+175
2017-02-21MdePkg/BasePrintLib: Add safe print functions [A|U]ValueToStringSHao Wu4-0/+514
2017-02-21MdeModulePkg: Refine the services comments in EFI_PRINT2_PROTOCOLHao Wu1-156/+205
2017-02-21MdeModulePkg/PrintLib: Refine the SPrint functionsHao Wu2-225/+344