summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-19MdeModulePkg PCD: Fix TmpTokenSpaceBufferCount not assigned correctlyStar Zeng1-0/+1
2017-05-18OvmfPkg/README: document 4MB flash layoutLaszlo Ersek1-8/+31
2017-05-18OvmfPkg/PlatformPei: align EmuVariableNvStore at any page boundaryLaszlo Ersek1-16/+4
2017-05-18OvmfPkg/EmuVariableFvbRuntimeDxe: change block size to 4KBLaszlo Ersek2-82/+77
2017-05-18OvmfPkg/EmuVariableFvbRuntimeDxe: strip trailing whitespaceLaszlo Ersek2-30/+30
2017-05-18OvmfPkg/QemuFlashFvbServicesRuntimeDxe: correct NumOfLba vararg type in Erase...Laszlo Ersek1-2/+2
2017-05-18OvmfPkg/EmuVariableFvbRuntimeDxe: correct NumOfLba vararg type in EraseBlocks()Laszlo Ersek1-1/+1
2017-05-18EmulatorPkg/FvbServicesRuntimeDxe: correct NumOfLba vararg type in EraseBlocks()Laszlo Ersek1-2/+2
2017-05-18ArmPlatformPkg/NorFlashDxe: correct NumOfLba vararg type in EraseBlocks()Laszlo Ersek1-3/+9
2017-05-18MdeModulePkg/PciHostBridgeDxe: Fix EBC build failureDandan Bi1-2/+2
2017-05-18OvmfPkg: resolve PcdLib for PEIMs to PeiPcdLib by defaultLaszlo Ersek3-51/+15
2017-05-18OvmfPkg: resolve PcdLib for all PEIMs individuallyLaszlo Ersek3-6/+24
2017-05-18OvmfPkg/PlatformPei: don't allocate reserved mem varstore if SMM_REQUIRELaszlo Ersek4-1/+12
2017-05-18OvmfPkg: sync PcdVariableStoreSize with PcdFlashNvStorageVariableSizeLaszlo Ersek3-3/+6
2017-05-18OvmfPkg/PlatformPei: remove unused PcdVariableStoreSize dependencyLaszlo Ersek1-1/+0
2017-05-18OvmfPkg: remove gUefiOvmfPkgTokenSpaceGuid.PcdSecureBootEnableLaszlo Ersek4-10/+0
2017-05-18OvmfPkg/EmuVariableFvbRuntimeDxe: always format an auth varstore headerLaszlo Ersek2-77/+5
2017-05-17MdeModulePkg/PciBus: Add IOMMU support.Jiewen Yao4-4/+54
2017-05-17MdeModulePkg/PciHostBridge: Add IOMMU support.Jiewen Yao4-0/+102
2017-05-17MdeModulePkg/Include: Add IOMMU protocol definition.Jiewen Yao2-0/+262
2017-05-17MdeModulePkg/UfsPassThruDxe: Fix typo in UfsPassThruGetTargetLun()Hao Wu1-2/+2
2017-05-12ShellBinPkg: Ia32/X64 Shell binary update.Ruiyu Ni5-1/+1
2017-05-12BaseTools: Fix the bug for CArray PCD override in command lineYonghong Zhu4-54/+39
2017-05-12BaseTools: Fix the bug that FixedPcdGetPtr failure for CArray PcdYonghong Zhu2-6/+6
2017-05-12MdeModulePkg SmiHandlerProfile: Fix memory leak in DumpSmiChildContextStar Zeng2-2/+14
2017-05-12ShellPkg/memmap: Dump memory map information for all memory typesRuiyu Ni2-3/+93
2017-05-12ShellPkg/memmap: Refine codeRuiyu Ni1-52/+55
2017-05-11ShellPkg/HandleParsingLib: Show LoadedImageProtocol file nameJeff Westfahl2-1/+80
2017-05-11ShellPkg/HandleParsingLib: Open LoadedImageProtocol firstJeff Westfahl1-8/+7
2017-05-11ShellPkg/HandleParsingLib: Show LoadedImageProtocol file path as textJeff Westfahl2-2/+6
2017-05-11UefiCpuPkg/PiSmmCpuDxeSmm: Fix logic check errorJeff Fan1-1/+1
2017-05-11UefiCpuPkg/PiSmmCpuDxeSmm: Check ProcessorId == INVALID_APIC_IDJeff Fan2-1/+9
2017-05-11UefiCpuPkg/SmmCpuFeaturesLib: Correct print levelJeff Fan1-4/+4
2017-05-11UefiCpuPkg/SmmCpuFeaturesLib: Fix Ia32/SmiEntry.asm build issueJeff Fan2-8/+13
2017-05-11SecurityPkg: Add TCG Spec info to TCG related modulesZhang, Chao B5-5/+31
2017-05-11BaseTools: Correct VOID* PatchPcd Size in Library AutogenYonghong Zhu1-3/+4
2017-05-11MdeModulePkg CapsuleApp: Fix mixed EOL format issueStar Zeng1-1/+1
2017-05-11NetworkPkg/IScsiDxe: Switch IP4 configuration policy to Static before DHCPJiaxin Wu1-0/+61
2017-05-11MdeModulePkg/FormDisplay: Make the LineWidth of option consistentDandan Bi1-1/+1
2017-05-11BaseTools/Ecc: Add line break support for exception listHess Chen1-2/+2
2017-05-10ArmPlatformPkg,ArmVirtPkg: delete redundant PL031 functionsLeif Lindholm4-135/+5
2017-05-10EmbeddedPkg: import EfiTimeBaseLib (as TimeBaseLib)Leif Lindholm3-0/+273
2017-05-10EmbeddedPkg: import DesignWare EMMC driverLeif Lindholm4-0/+832
2017-05-09Nt32Pkg/SnpNt32Dxe: Fix hang issue when multiple network interfaces existedJiaxin Wu2-40/+41
2017-05-09NetworkPkg: Fix issue in dns driver when building DHCP packet.Zhang Lubo1-2/+2
2017-05-09MdeModulePkg: Addressing TCP Window Retraction when window scale factor is used.Fu Siyuan3-11/+44
2017-05-09NetworkPkg: Addressing TCP Window Retraction when window scale factor is used.Fu Siyuan3-7/+37
2017-05-09MdeModulePkg: Add wnd scale check before shrinking window.Fu Siyuan1-5/+24
2017-05-09NetworkPkg: Add wnd scale check before shrinking window.Fu Siyuan1-4/+23
2017-05-08UefiCpuPkg/MtrrLib: Don't report OutOfResource when MTRR is enoughRuiyu Ni1-1/+9