summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-22UefiCpuPkg: Update package version.Eric Dong2-2/+2
2018-01-22BaseTools/tools_def CLANG3x: ignore unknown warning optionsArd Biesheuvel1-3/+3
2018-01-22MdeModulePkg: Update package version to 0.98Star Zeng2-4/+4
2018-01-22MdePkg: Update DEC and DSC version from 1.07 to 1.08Liming Gao2-4/+4
2018-01-22CryptoPkg/BaseCryptLib: Add error handling for time() wrapperLong Qin1-5/+9
2018-01-22MdeModulePkg/UsbStorage: Fix "map -r" cannot detect media changeRuiyu Ni1-4/+15
2018-01-21BaseTools: Optimizing DscDefaultValue process in BuildReportFrom: Yunhua Feng1-2/+2
2018-01-21BaseTools: Fix GenFds increment build bug that missing cover command option's...Yunhua Feng1-3/+3
2018-01-19UefiCpuPkg/CpuDxe: fix bad boot performanceJian J Wang1-2/+0
2018-01-19MdeModulePkg/Core: fix a logic hole in page freeJian J Wang3-36/+29
2018-01-19MdeModulePkg DxeIpl: remove the hard code alignment adjustment in Decompress()Liming Gao1-13/+3
2018-01-19MdeModulePkg DxeIpl: remove the hard code alignment adjustment.Liming Gao1-7/+2
2018-01-19MdeModulePkg SectionExtractionPei: remove the hard code alignment adjustmentLiming Gao1-7/+2
2018-01-19BaseTools: enhance error handling for option --binary-sourceYonghong Zhu1-0/+6
2018-01-19MdePkg/DMAR: Add the definition for DMA_CTRL_PLATFORM_OPT_IN_FLAG bitHao Wu1-6/+12
2018-01-18MdeModulePkg/BootScriptExecutorDxe: remove NX attr for FfsBufferJian J Wang3-0/+16
2018-01-18MdeModulePkg/PiSmmCore: remove NX attr for SMM RAMJian J Wang1-2/+16
2018-01-18UefiCpuPkg/PiSmmCpuDxeSmm: Enable NXE if it's supportedJian J Wang2-1/+25
2018-01-18UefiCpuPkg/CpuDxe: clear NX attr for page directoryJian J Wang1-3/+3
2018-01-18UefiCpuPkg/CpuExceptionHandlerLib: alloc code memory for exception handlersJian J Wang1-4/+14
2018-01-18UefiCpuPkg/MpInitLib: split wake up buffer into two partsJian J Wang8-49/+204
2018-01-18UefiCpuPkg/CpuDxe: fix SetMemoryAttributes issue in 32-bit modeJian J Wang1-0/+4
2018-01-18CryptoPkg/OpensslLib: ignore uninitialized warningHeyi Guo2-4/+4
2018-01-18IntelFsp2WrapperPkg: Update BaseFspWrapperApiLib to pass XCODE5 buildLiming Gao1-5/+5
2018-01-18CryptoPkg: Adding OpenSSL as one submodule of EDKII repoLong Qin4-15/+18
2018-01-18IntelSiliconPkg IntelVTdDxe: Fix DMA does not work issueStar Zeng1-3/+7
2018-01-18UefiCpuPkg/MpInitLib: Fix timer interrupt is disabled after SwitchBSPRuiyu Ni1-0/+1
2018-01-17IntelSiliconPkg IntelVTdPmrPei: Get high top by host address widthStar Zeng3-178/+5
2018-01-17IntelSiliconPkg IntelVTdDxe: Remove mVtdHostAddressWidthMaskStar Zeng3-5/+1
2018-01-17IntelSiliconPkg IntelVTdPmrPei: Use HostAddressWidth in DMAR correctlyStar Zeng1-1/+1
2018-01-17IntelSiliconPkg IntelVTdPmrPei: Refine comments about PHMR/PLMR.LimitStar Zeng1-3/+3
2018-01-17MdeModulePkg/DxeIpIoLib: Fixed the error ASSERT incorrectly used in IpIoAddIp().Wang Fan1-1/+1
2018-01-16OvmfPkg: Don't add -mno-mmx -mno-sse option for XCODE5 tool chainLiming Gao3-3/+9
2018-01-16UefiCpuPkg: Update PiSmmCpuDxeSmm pass XCODE5 tool chainLiming Gao9-24/+79
2018-01-16UefiCpuPkg: Update SmmCpuFeatureLib pass XCODE5 tool chainLiming Gao5-22/+52
2018-01-16UefiCpuPkg: Update CpuExceptionHandlerLib pass XCODE5 tool chainLiming Gao1-7/+20
2018-01-16MdeModulePkg: Update DebugSupportDxe to pass XCODE5 buildLiming Gao1-3/+3
2018-01-16BaseTools: Use nasm as the preferred assembly source files for XCODE5 toolLiming Gao1-1/+0
2018-01-16BaseTools: Disable -Wno-unused-const-variable in XCODE5 RELEASE targetLiming Gao1-3/+3
2018-01-16BaseTools: Disable warning varargs in XCODE5 align to CLANG38Liming Gao1-6/+6
2018-01-16MdeModulePkg/FrameBufferBltLib: Fix copying of unaligned memoryRuiyu Ni1-0/+2
2018-01-16MdeModulePkg/FrameBufferBltLib: Fix a bug causing display corruptedRuiyu Ni1-21/+25
2018-01-16MdeModulePkg/FrameBufferBltLib: Use UINT32 type for internal dataRuiyu Ni1-11/+10
2018-01-16MdeModulePkg: Did some code enhancement for DxeIpIoLib.Wang Fan2-21/+52
2018-01-16MdeModulePkg: Freed the received packet buffer if it is not expected.Wang Fan1-4/+14
2018-01-16MdeModulePkg/EhciDxe: call EhcFreeUrb when int-transfer completesRuiyu Ni1-1/+2
2018-01-16IntelSiliconPkg IntelVTdDxe: Fix potential NULL pointer dereferenceStar Zeng1-3/+3
2018-01-15OvmfPkg/BaseMemEncryptSevLib: Enable protection for newly added page tableBrijesh Singh2-7/+399
2018-01-15EmbeddedPkg/FdtLib: build fdt_empty_tree.cMichael Zimmermann1-0/+1
2018-01-15ArmPkg/Library/ArmLib: add ArmWriteSctlrMichael Zimmermann4-0/+22