summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-26BaseTools: Fix GenFds issue to wrongly get file without postfix.Liming Gao1-1/+1
2016-05-26MdeModulePkg NvmExpressDxe: Fix VS2010 build errorHao Wu1-0/+4
2016-05-25OvmfPkg: prevent 64-bit MMIO BAR degradation if there is no CSMLaszlo Ersek8-0/+409
2016-05-25OvmfPkg, ArmVirtPkg: rename QemuNewBootOrderLib to QemuBootOrderLibLaszlo Ersek9-6/+6
2016-05-25OvmfPkg, ArmVirtPkg: clean up SetBootOrderFromQemu() parameter listLaszlo Ersek4-23/+12
2016-05-25OvmfPkg: remove QemuBootOrderLib instanceLaszlo Ersek4-2312/+0
2016-05-25OvmfPkg: remove PlatformBdsLib instanceLaszlo Ersek5-2178/+0
2016-05-25OvmfPkg: remove USE_OLD_BDS build fallback macroLaszlo Ersek6-69/+0
2016-05-25OvmfPkg/README: refer to MdeModulePkg & PlatformBootManagerLib in examplesLaszlo Ersek1-2/+2
2016-05-25MdeModulePkg: Make function comments and function match in UI codesDandan Bi4-25/+8
2016-05-25MdeModulePkg/DisplayEngine: Fix memory leak issues in DisplayEngineDandan Bi2-15/+2
2016-05-25BaseTools/GenFds: enhance to get TOOL_CHAIN_TAG and TARGET valueYonghong Zhu1-5/+27
2016-05-25MdeModulePkg RamDiskDxe: VALID_ARCH cleanup to list supported optionsHao Wu2-2/+2
2016-05-25ShellPkg/App: Fix memory leak and save resources.Marvin H?user1-2/+14
2016-05-24UefiCpuPkg/PiSmmCpuDxeSmm: Using MSRs semaphores in aligned bufferJeff Fan2-6/+30
2016-05-24UefiCpuPkg/PiSmmCpuDxeSmm: Allocate buffer for MSRs semaphoresJeff Fan3-3/+20
2016-05-24UefiCpuPkg/PiSmmCpuDxeSmm: Using CPU semaphores in aligned bufferJeff Fan3-39/+49
2016-05-24UefiCpuPkg/PiSmmCpuDxeSmm: Allocate buffer for each CPU semaphoresJeff Fan2-1/+21
2016-05-24UefiCpuPkg/PiSmmCpuDxeSmm: Using global semaphores in aligned bufferJeff Fan5-45/+51
2016-05-24UefiCpuPkg/PiSmmCpuDxeSmm: Move forward MP sync data initializationJeff Fan1-9/+9
2016-05-24UefiCpuPkg/PiSmmCpuDxeSmm: Allocate buffer for global semaphoresJeff Fan2-0/+65
2016-05-24MdePkg/BaseLib: Add more comments for safe string functions.Jiewen Yao2-0/+72
2016-05-24MdePkg/WSMT.h: update header comment to use official URL link.Jiewen Yao1-1/+1
2016-05-24NetworkPkg: update code for NULL pointer check.Fu Siyuan1-7/+10
2016-05-24MdeModulePkg/PciHostBridgeDxe: Fix VS tool chain build failureRuiyu Ni1-0/+1
2016-05-24MdeModulePkg/PciHostBridgeDxe: Add CpuArch protocol dependencyRuiyu Ni1-1/+2
2016-05-23CorebootPayloadPkg: Consume PlatformHookLib in PlatformBootManagerLibMaurice Ma1-1/+2
2016-05-23CorebootPayloadPkg: Use generic PciBus/PciHostBridge driverMaurice Ma7-10/+976
2016-05-23CorebootModulePkg/CbSupportDxe: Text only supportLeahy, Leroy P1-10/+11
2016-05-23CorebootPayloadPkg/PlatformBootManagerLib: Fix Linux buildLeahy, Leroy P1-2/+1
2016-05-23BaseTools: Add error condition for the path in PACKAGES_PATH envZhu, Yonghong1-0/+6
2016-05-23MdePkg: Update StatusCode Runtime Protocol comments to follow PI spec 1.4a.Liming Gao1-12/+3
2016-05-23MdeModulePkg/PciBus: do not improperly degrade resourceRuiyu Ni3-3/+41
2016-05-23MdeModulePkg/PciBus: Use shorter global variable nameRuiyu Ni3-15/+15
2016-05-23MdeModulePkg/PciBus: Remove unused fields in PCI_BARRuiyu Ni2-5/+2
2016-05-23MdeModulePkg/PciBus: use better name for local variables.Ruiyu Ni1-11/+11
2016-05-23MdePkg: Follow PI1.4a to fix artificial limitation of SkuId rangeStar Zeng4-36/+6
2016-05-23MdeModulePkg PCD: Follow PI1.4a to fix artificial limitation of SkuId rangeStar Zeng2-5/+5
2016-05-23MdePkg: Follow PI1.4a to update the comments of EndOfDxe and SmmReadyToLockStar Zeng3-20/+41
2016-05-23PcAtChipsetPkg/PcRtc: get century RTC address in entry pointRuiyu Ni2-3/+13
2016-05-23PcAtChipsetPkg/PcRtc: move ACPI parsing code to GetCenturyRtcAddressRuiyu Ni1-18/+38
2016-05-23IntelFsp2WrapperPkg: Update gFspWrapperTokenSpaceGuid to gIntelFsp2WrapperTok...Jiewen Yao7-25/+25
2016-05-20CorebootPayloadPkg: Remove BdsPlatform libraryMaurice Ma4-1298/+0
2016-05-20CorebootPayloadPkg: Switch to use generic BdxDxe driverMaurice Ma4-14/+55
2016-05-20CorebootPayloadPkg: Add coreboot PlatfromBootManagerLib implementationMaurice Ma7-12/+1133
2016-05-20CorebootModulePkg: Add video resolution PCD initializationMaurice Ma3-1/+25
2016-05-20CorebootModulePkg: Convert TAB to white space for CbSupportDxe driverMaurice Ma1-71/+71
2016-05-20MdePkg: Clarification to the return status of EFI_PEIM_NOTIFY_ENTRY_POINTStar Zeng1-2/+3
2016-05-20MdePkg: Update EFI_RESOURCE_ATTRIBUTE_READ_ONLY_PROTECTABLE to 0x00080000Star Zeng1-3/+3
2016-05-20ShellPkg: Fix ARM build failure.Fu Siyuan1-2/+2