summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-27BaseTools/tools_def: suppress GCC predefined macros in DTB compilationArd Biesheuvel1-1/+1
2017-10-27BaseTools/tools_def AARCH64 ARM: disable PIE linkingArd Biesheuvel1-2/+2
2017-10-27NetworkPkg/IScsiDxe: Clear the old IFR TargetIp to avoid sharing it with othe...Jiaxin Wu1-0/+1
2017-10-27UefiCpuPkg/MpInitLib: Keep compatible with former AP counting solution.Eric Dong1-8/+13
2017-10-27UefiCpuPkg/CpuFeatures: Export HOB if CPU initialized in PEIEric Dong4-0/+28
2017-10-26Maintainers.txt: add Laszlo Ersek as UefiCpuPkg reviewerLaszlo Ersek1-0/+1
2017-10-26IntelSiliconPkg IntelVTdDxe: use gEfiAcpi10TableGuid for ACPI 1.0Star Zeng2-2/+2
2017-10-26MdeModulePkg/Ip4Dxe: Trigger Ip4Config2 to retrieve the default address.Jiaxin Wu1-4/+21
2017-10-26NetworkPkg/TlsAuthConfigDxe: Remove the extra FreePoolJiaxin Wu1-3/+2
2017-10-26NetworkPkg/IScsiDxe: Add IPv6 support condition check.Jiaxin Wu7-4/+159
2017-10-26NetworkPkg/HttpBootDxe: Add IPv6 support condition check.Jiaxin Wu3-10/+157
2017-10-26NetworkPkg/IScsiDxe: Display InitiatorInfo in attempt page even DHCP enabled.Jiaxin Wu1-2/+4
2017-10-26NetworkPkg/IScsiDxe: Clean the previous ConfigData when switching the IP mode.Jiaxin Wu1-1/+8
2017-10-26NetworkPkg/IScsiDxe: Fix the incorrect/needless DHCP process.Jiaxin Wu1-2/+5
2017-10-26Shellpkg/editor: Fix a bug that may modifies Line[-1]Ruiyu Ni1-1/+1
2017-10-25MdeModulePkg/Variable/RuntimeDxe: delete & lock MOR in the absence of SMMLaszlo Ersek1-3/+27
2017-10-25ShellPkg/HandleParsingLib: Remove unnecessary CatSPrint callRuiyu Ni1-3/+1
2017-10-24UefiCpuPkg/MpInitLib: Enhance waiting for AP initialization logic.Eric Dong6-7/+30
2017-10-24UefiCpuPkg/MpInitLib: Change AP Index variable name.Eric Dong6-10/+10
2017-10-24CryptoPkg/BaseCryptLib: remove some duplicate initializations.Peter Jones1-2/+0
2017-10-24TFTP : tftp fix for full volume caseMeenakshi Aggarwal1-1/+4
2017-10-24IntelSiliconPkg/VtdInfoSample: Fix IGD RMRR memory.Jiewen Yao1-1/+1
2017-10-24UefiCpuPkg/MtrrLib: Make comments align with functionDandan Bi2-2/+2
2017-10-24MdeModulePkg/DxeIplPeim: Refine coding style in function commentsDandan Bi2-11/+18
2017-10-24IntelFrameworkModule/LegacyBios: Avoid explicit comparison for BOOLEANDandan Bi1-2/+2
2017-10-24IntelFrameworkModulePkg/Csm: Refine coding style in commentsDandan Bi3-12/+12
2017-10-23EmbeddedPkg: add driver to set graphical/serial console preferenceArd Biesheuvel7-0/+490
2017-10-23MdeModulePkg/PciBus: Fix bug that PCI BUS claims too much resourceRuiyu Ni1-12/+12
2017-10-23UefiCpuPkg/MtrrLib: Use SetMem instead of SetMem64 to fix hangRuiyu Ni1-2/+2
2017-10-23ShellPkg/editor: Fix system hang when console max column > 200Ruiyu Ni1-12/+19
2017-10-23NetworkPkg: Remove ping6 and ifconfig shell application.Fu Siyuan16-3621/+0
2017-10-20ShellPkg/alias: Fix flag parsing logicHuajing Li1-65/+145
2017-10-20MdeModulePkg/PciHostBridge: Set SpecificFlag to 0 for Mem32/Mem64Ruiyu Ni1-2/+3
2017-10-20UefiCpuPkg/MtrrLib: Fix bug that may incorrectly set <1MB attributeRuiyu Ni1-4/+15
2017-10-20UefiCpuPkg/MpInitLib: Avoid call PcdGet* in Ap & Bsp.Eric Dong3-8/+8
2017-10-19SecurityPkg/SecureBootConfigDxe: Handle lack of STR_SIGNATURE_* tokenschenc21-37/+76
2017-10-19OvmfPkg: fix dynamic default for oprom verification policy PCD without SBLaszlo Ersek3-9/+0
2017-10-18SecurityPkg/Pkcs7Verify: Add the comments to address security problemLong Qin2-1/+17
2017-10-18BaseTools/BuildEnv: override "set -C" (noclobber) in sourcing shell envLaszlo Ersek1-1/+1
2017-10-17SecurityPkg/AuthVariableLib: fix GCC build errorLaszlo Ersek1-2/+6
2017-10-17OvmfPkg/PlatformPei: DENY_EXECUTE_ON_SECURITY_VIOLATION when SEV is activeBrijesh Singh5-12/+24
2017-10-17SecurityPkg: make PcdOptionRomImageVerificationPolicy dynamicBrijesh Singh1-12/+12
2017-10-17SecurityPkg/SecureBootConfigDxe: Change the declaring of buffer.chenc22-92/+29
2017-10-17SecurityPkg/SecureBootConfigDxe: Fix coding style issuechenc22-22/+22
2017-10-17Security/OpalHii.c: Handle NULL Request or Request with no elementsDandan Bi1-1/+45
2017-10-17UefiCpuPkg/MtrrLib: Fix MtrrDebugPrintAllMtrrsWorker to avoid hangRuiyu Ni1-3/+6
2017-10-17ShellPkg/UefiShellLib: Use a more bright blue/green colorRuiyu Ni1-2/+2
2017-10-16BaseTools: Fix a bug Build directory should relative to WORKSPACEYonghong Zhu3-1/+3
2017-10-16UefiCpuPkg/MtrrLib: Skip Base MSR access when the pair is invalidRuiyu Ni1-13/+16
2017-10-16UefiCpuPkg/MtrrLib: Update algorithm to calculate optimal settingsRuiyu Ni2-985/+1435