summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-05Vlv2TbltDevicePkg: Update PlatformPkgGccX64.dscMichael Kinney1-40/+35
2016-12-05Vlv2TbltDevicePkg/PlatformBdsLib: Add DebugAgent ConsoleMichael Kinney3-2/+60
2016-12-05Vlv2TbltDevicePkg: Fix SOURCE_DEBUG_ENABLE featureMichael Kinney2-17/+22
2016-12-05Vlv2TbltDevicePkg: Make !if statement usage consistentMichael Kinney2-2/+2
2016-12-05OvmfPkg/QemuFwCfgLib: support QEMU's DMA-like fw_cfg access methodLaszlo Ersek4-1/+124
2016-12-05ArmVirtPkg/QemuFwCfgLib: rebase lib instance to updated lib class headerLaszlo Ersek1-1/+1
2016-12-05OvmfPkg/QemuFwCfgLib: extend lib class header with more definitionsLaszlo Ersek1-0/+8
2016-12-05ArmVirtPkg, OvmfPkg: QemuFwCfgLib: move DMA-related defs to lib classLaszlo Ersek2-20/+19
2016-12-05OvmfPkg/QemuFwCfgLib: move InternalQemuFwCfgIsAvailable() to lib instancesLaszlo Ersek7-18/+40
2016-12-05ArmVirtPkg/QemuFwCfgLib: remove superfluous InternalQemuFwCfgIsAvailable()Laszlo Ersek1-25/+6
2016-12-05Omap35xxPkg, BeagleBoardPkg: Use Pcd for INTERRUPT_BASELeif Lindholm4-1/+15
2016-12-05EmbeddedPkg: Remove use of IntelFrameworkModulePkg legacy libsLeif Lindholm1-1/+1
2016-12-05BeagleBoardPkg: Remove use of IntelFrameworkModulePkg legacy libsLeif Lindholm1-2/+2
2016-12-05MdeModulePkg PiSmmCore: Update comments in InitializeMemoryServicesLiming Gao1-1/+4
2016-12-05IntelFsp2Pkg: 41d739e breaks flat tree buildZeng, Star1-5/+8
2016-12-05BaseTools/VolInfo: Fix printf issue using '%ls' in format stringHao Wu1-1/+68
2016-12-05ShellPkg/MV: Fix MV to deny moving parent of current directoryChen A Chen1-6/+75
2016-12-02EmulatorPkg: Remove use of IntelFrameworkModulePkg legacy libsLeif Lindholm1-2/+2
2016-12-02DuetPkg: Remove use of IntelFrameworkModulePkg legacy libsLeif Lindholm2-4/+4
2016-12-02QuarkSocPkg: Remove use of IntelFrameworkModulePkg legacy libsLeif Lindholm1-1/+1
2016-12-02OvmfPkg: Remove use of IntelFrameworkModulePkg legacy libsLeif Lindholm3-6/+6
2016-12-02BaseTools: Support QuotedString for PREBUILD/POSTBUILD in DSC fileYonghong Zhu1-2/+14
2016-12-02BaseTools: Fix the bug to parse the new map file formatYonghong Zhu2-9/+16
2016-12-02BaseTools: add error check for "#image" for idf file formatYonghong Zhu1-1/+4
2016-12-02MdeModulePkg/Ehci: don't clear port status bits during initFeng Tian2-6/+22
2016-12-02MdeModulePkg/SdMmc: Fix build failure caused by last check-inFeng Tian1-1/+1
2016-12-01UefiCpuPkg/Include: Add VMX MSR register structuresMichael Kinney1-5/+219
2016-12-01UefiCpuPkg/PiSmmCpuDxeSmm: Remove PSD layout assumptionsMichael Kinney8-47/+60
2016-12-01UefiCpuPkg/PiSmmCpuDxeSmm: Remove MTRRs from PSD structureMichael Kinney2-15/+5
2016-12-01ArmPkg: fix compilation error in ArmDmaLibLeif Lindholm1-1/+1
2016-12-01MdeModulePkg/CapsuleApp: add Internal for function name.Jiewen Yao2-6/+6
2016-12-01UefiCpuPkg/CpuExceptionHandlerLib: remove un-used mReservedVectorsJeff Fan2-4/+2
2016-12-01UefiCpuPkg: Add ExceptionHandlerData for ArchRestoreExceptionContext()Jeff Fan4-24/+35
2016-12-01UefiCpuPkg: Add ExceptionHandlerData for ArchSaveExceptionContext()Jeff Fan4-29/+39
2016-12-01MdeModulePkg/CapsuleApp: Add Fmp->GetImage() support.Jiewen Yao3-1/+411
2016-12-01UefiCpuPkg/PiSmmCpuDxeSmm: Clear some semaphores on S3 boot pathJeff Fan1-0/+3
2016-11-30Vlv2TbltDevicePkg: Add /m flag for multi-processor buildMichael Kinney2-0/+13
2016-11-30Vlv2TbltDevicePkg: Add /y flag to generate report filesMichael Kinney2-2/+15
2016-11-30Vlv2TbltDevicePkg: Fix typo in name of nul output fileMichael Kinney1-2/+2
2016-11-30Vlv2TbltDevicePkg: Use 4K aligned PE/COFF sectionsMichael Kinney3-0/+48
2016-11-30ArmPkg/ArmDmaLib: add support for fixed host-to-device DMA offsetArd Biesheuvel3-2/+27
2016-11-30ArmPkg/ArmDmaLib: clean up abuse of device addressArd Biesheuvel1-7/+8
2016-11-30ArmPkg/ArmDmaLib: fix incorrect device address of double bufferArd Biesheuvel1-1/+1
2016-11-30ArmPkg/ArmDmaLib: use DMA buffer alignment from CPU arch protocolArd Biesheuvel2-12/+8
2016-11-30ArmPkg/ArmMmuLib: support page tables in cacheable memory onlyArd Biesheuvel1-25/+24
2016-11-30UefiCpuPkg/MicrocodeUpdate: Fix GetImage APIJiewen Yao1-0/+10
2016-11-30UefiCpuPkg/PiSmmCpu: relax superpage protection on page split.Jiewen Yao1-2/+2
2016-11-30SignedCapsulePkg: GetImage() return EFI_UNSUPPORTED.Jiewen Yao1-12/+0
2016-11-30IntelFsp2Pkg: Add PACKAGES_PATH supportThomaiyar, Richard Marian1-3/+7
2016-11-30SourceLevelDebugPkg: Avoid to re-init IDT table again at SMI entryJeff Fan1-1/+9