summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* IntelSiliconPkg IntelVTdDxe: Use ACPI table event to get DMAR tableStar Zeng2017-11-064-30/+46
* ArmPlatformPkg/PlatformPeim: allow PlatformPeiLib to set the boot modeArd Biesheuvel2017-11-052-5/+8
* EmbeddedPkg: introduce GPIO PPIArd Biesheuvel2017-11-052-0/+154
* Nt32Pkg: Update SecMain consumes PCD to get the init value in temp stackLiming Gao2017-11-032-1/+2
* MdeModulePkg: Update PeiCore consumes PCD to get the init value in temp stackLiming Gao2017-11-032-6/+2
* MdeModulePkg: Add new PCD PcdInitValueInTempStackLiming Gao2017-11-032-0/+12
* BaseTools: parse map file generated by Xcode on MacYonghong Zhu2017-11-032-1/+36
* BaseTools/VfrCompile: Add check to avoid using NULL pointerDandan Bi2017-11-031-2/+6
* Add one maintainer to CorebootModulePkg and CorebootPayloadPkgBenjamin You2017-11-021-0/+1
* UefiCpuPkg/MpInitLib:Make function comments align with functionDandan Bi2017-11-021-1/+1
* ShellPkg/hexeditor: Use CpuIo for memory accessRuiyu Ni2017-11-022-68/+6
* BaseTools/tools_def AARCH64 ARM: disable PIE linking for .aslc sourcesArd Biesheuvel2017-11-011-2/+2
* MdeModulePkg: Deprecate EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESSZhang, Chao B2017-11-0110-35/+32
* MdePkg: Deprecate EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESSZhang, Chao B2017-11-013-10/+10
* SecurityPkg: Remove Counter Based AuthVariable supportZhang, Chao B2017-11-016-628/+37
* MdeModulePkg/PciBus: Fix bug that doesn't produce BusOverrideRuiyu Ni2017-10-315-62/+124
* MdeModulePkg/PciBus: Don't create entry when recording ImageHandleRuiyu Ni2017-10-311-26/+46
* MdeModulePkg/PciBus: Refine EFI_PCI_ROM_IMAGE_MAPPINGRuiyu Ni2017-10-315-45/+35
* IntelSiliconPkg/VtdPeiSample: Add premem support.Jiewen Yao2017-10-302-35/+201
* IntelSiliconPkg/VtdPmrPei: Add premem support.Jiewen Yao2017-10-306-596/+1358
* IntelSiliconPkg/VTdDxe: return unsupported for exceptionlistJiewen Yao2017-10-301-2/+3
* IntelSiliconPkg/VTdDxe: Change EBS Event TPL to CALLBACK.Jiewen Yao2017-10-301-2/+2
* NetworkPkg/IScsiDxe: Add check to avoid use NULL pointerJiaxin Wu2017-10-301-0/+4
* NetworkPkg/HttpBootDxe: Add check to avoid use NULL pointerJiaxin Wu2017-10-301-23/+27
* MdeModulePkg/AtaAtapiPassThru: disable only BM-DMA at ExitBootServices()Laszlo Ersek2017-10-272-5/+3
* Drivers/SataSiI3132Dxe: Allow 64-bit DMA transferDaniil Egranov2017-10-271-1/+1
* Drivers/SataSiI3132Dxe: Fixed PCI IO read and write operationsDaniil Egranov2017-10-271-2/+2
* BaseTools/tools_def: suppress GCC predefined macros in DTB compilationArd Biesheuvel2017-10-271-1/+1
* BaseTools/tools_def AARCH64 ARM: disable PIE linkingArd Biesheuvel2017-10-271-2/+2
* NetworkPkg/IScsiDxe: Clear the old IFR TargetIp to avoid sharing it with othe...Jiaxin Wu2017-10-271-0/+1
* UefiCpuPkg/MpInitLib: Keep compatible with former AP counting solution.Eric Dong2017-10-271-8/+13
* UefiCpuPkg/CpuFeatures: Export HOB if CPU initialized in PEIEric Dong2017-10-274-0/+28
* Maintainers.txt: add Laszlo Ersek as UefiCpuPkg reviewerLaszlo Ersek2017-10-261-0/+1
* IntelSiliconPkg IntelVTdDxe: use gEfiAcpi10TableGuid for ACPI 1.0Star Zeng2017-10-262-2/+2
* MdeModulePkg/Ip4Dxe: Trigger Ip4Config2 to retrieve the default address.Jiaxin Wu2017-10-261-4/+21
* NetworkPkg/TlsAuthConfigDxe: Remove the extra FreePoolJiaxin Wu2017-10-261-3/+2
* NetworkPkg/IScsiDxe: Add IPv6 support condition check.Jiaxin Wu2017-10-267-4/+159
* NetworkPkg/HttpBootDxe: Add IPv6 support condition check.Jiaxin Wu2017-10-263-10/+157
* NetworkPkg/IScsiDxe: Display InitiatorInfo in attempt page even DHCP enabled.Jiaxin Wu2017-10-261-2/+4
* NetworkPkg/IScsiDxe: Clean the previous ConfigData when switching the IP mode.Jiaxin Wu2017-10-261-1/+8
* NetworkPkg/IScsiDxe: Fix the incorrect/needless DHCP process.Jiaxin Wu2017-10-261-2/+5
* Shellpkg/editor: Fix a bug that may modifies Line[-1]Ruiyu Ni2017-10-261-1/+1
* MdeModulePkg/Variable/RuntimeDxe: delete & lock MOR in the absence of SMMLaszlo Ersek2017-10-251-3/+27
* ShellPkg/HandleParsingLib: Remove unnecessary CatSPrint callRuiyu Ni2017-10-251-3/+1
* UefiCpuPkg/MpInitLib: Enhance waiting for AP initialization logic.Eric Dong2017-10-246-7/+30
* UefiCpuPkg/MpInitLib: Change AP Index variable name.Eric Dong2017-10-246-10/+10
* CryptoPkg/BaseCryptLib: remove some duplicate initializations.Peter Jones2017-10-241-2/+0
* TFTP : tftp fix for full volume caseMeenakshi Aggarwal2017-10-241-1/+4
* IntelSiliconPkg/VtdInfoSample: Fix IGD RMRR memory.Jiewen Yao2017-10-241-1/+1
* UefiCpuPkg/MtrrLib: Make comments align with functionDandan Bi2017-10-242-2/+2