summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-21MdePkg/BasePrintLib: Refine the SPrint functionsHao Wu5-428/+598
2017-02-21MdeModulePkg/PciBusDxe: Refine code to make it more readableRuiyu Ni1-18/+12
2017-02-21MdeModulePkg/SdMmc: Avoid assigning 0 to the BlockSize of TrbHao Wu3-6/+6
2017-02-21NetworkPkg/IpSecDxe: Add check to avoid possible divide by zeroHao Wu1-1/+7
2017-02-21Security Tcg2Smm: Add missing gEfiTcg2ProtocolGuid dependencyStar Zeng1-1/+2
2017-02-20SecurityPkg: enhance secure boot Config Dxe & Time Based AuthVariable.Zhang Lubo4-18/+35
2017-02-20NetworkPkg:Generate the correct operational state of the interface.Zhang Lubo1-5/+6
2017-02-20MdeModulePkg:Generate the correct operational state of the interface.Zhang Lubo1-5/+6
2017-02-17MdeModulePkg/PciBusDxe: Fix IA32 build failureRuiyu Ni1-10/+10
2017-02-17BaseTools: Fix bug for GUIDED tool path override by DSC [BuildOptions]Yonghong Zhu2-22/+68
2017-02-16NetworkPkg/HttpBootDxe: Update to check specified media typeJiaxin Wu2-3/+13
2017-02-16NetworkPkg/HttpBootDxe: Declare the functions as EFIAPI to pass the GCC buildJiaxin Wu1-0/+2
2017-02-16ArmPlatformPkg/PL061Gpio: fix the offset value in Get functionHaojian Zhuang1-1/+1
2017-02-16ArmPlatformPkg/PL061: remove duplicated PL061_GPIO_DATA_REGHaojian Zhuang1-4/+4
2017-02-16ShellPkg/pci: Report error when invalid value is specified for "-ec"Ruiyu Ni2-7/+16
2017-02-16MdeModulePkg UefiBootManagerLib: Correct usages of GUID and ProtocolLiming Gao1-25/+29
2017-02-15MdePkg/BaseLib: Refine logic for (Ascii)StrnLenS to handle MaxSize = 0Hao Wu1-4/+4
2017-02-15NetworkPkg/HttpBootDxe: Request HTTP token notify as a DPC at TPL_CALLBACKJiaxin Wu3-3/+38
2017-02-15NetworkPkg/iSCSIDxe: Update the condition for IScsiStart Aborthegdenag2-9/+18
2017-02-15NetworkPkg/NetworkPkg.dec: Update comments for the PCDhegdenag1-2/+3