summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* IntelFsp2WrapperPkg: Update Protocol/Guid usage in INF filesLiming Gao2017-10-104-15/+10
* IntelFsp2Pkg: Update Section Name in INF filesLiming Gao2017-10-103-8/+7
* SecurityPkg: Update Guid usage in INF file to match source code logicLiming Gao2017-10-102-4/+4
* SignedCapsulePkg: Update Guid usage in INF file to match source code logicLiming Gao2017-10-101-6/+6
* NetworkPkg: Update Protocol/Guid usage in INF file to match source code logicLiming Gao2017-10-103-6/+6
* ShellPkg: Update Guid usage in ShellLib INF to match source code logicLiming Gao2017-10-101-1/+1
* UefiCpuPkg: Update Guid usage in DxeMpInitLib INF to match source code logicLiming Gao2017-10-101-1/+1
* PcAtChipsetPkg: Update GUID usage in PcRtc INF to match the source codeLiming Gao2017-10-101-2/+7
* MdePkg: Correct BaseS3PciSegmentLib module name to match its uni fileLiming Gao2017-10-101-2/+2
* MdeModulePkg: Update modules to consume CalculateCrc32()Liming Gao2017-10-105-188/+11
* MdePkg BaseLib: Add new API CalculateCrc32()Liming Gao2017-10-102-0/+314
* MdeModulePkg/Variable/RuntimeDxe: delete and lock OS-created MOR variableLaszlo Ersek2017-10-102-7/+77
* MdeModulePkg/Variable/RuntimeDxe: delay MorLock creation until EndOfDxeLaszlo Ersek2017-10-101-5/+58
* MdeModulePkg/Variable/RuntimeDxe: permit MorLock deletion for passthru reqLaszlo Ersek2017-10-101-1/+4
* MdeModulePkg/Variable/RuntimeDxe: introduce MorLockInitAtEndOfDxe() hookLaszlo Ersek2017-10-105-0/+44
* MdeModulePkg/Variable/RuntimeDxe: move MOR func. declarations to headerLaszlo Ersek2017-10-104-64/+70
* MdeModulePkg/Variable/RuntimeDxe: move SecureBootHook() decl to new headerLaszlo Ersek2017-10-108-28/+47
* MdeModulePkg: Update DxeCore to consume PI EfiGcdMemoryTypePersistentLiming Gao2017-10-102-4/+4
* MdePkg: Correct EfiGcdMemoryTypePersistent name to follow PI specLiming Gao2017-10-101-1/+5
* MdeModulePkg/S3SaveState: Extract arguments in correct orderRuiyu Ni2017-10-102-6/+6
* BaseTools: Fix a bug to use module's Name attribute as compareYonghong Zhu2017-10-101-1/+1
* UefiCpuPkg/PiSmmCpuDxeSmm: Add check to void use null pointer.Eric Dong2017-10-091-0/+2
* MdeModulePkg/DxeCore: Add comments for the ASSERT to check NULL ptrHao Wu2017-10-091-1/+9
* MdeModulePkg/PciBus: Count multiple hotplug resource paddingsRuiyu Ni2017-10-091-47/+22
* ArmPkg/ArmSvcLib: Add ArmSvcLib implementation.Supreeth Venkatesh2017-10-065-0/+156
* ArmPkg/Include: Add ArmSvcLib header file.Supreeth Venkatesh2017-10-062-0/+47
* ArmPkg/PlatformBootManagerLib: fix bug in ESRT invocationArd Biesheuvel2017-10-061-7/+3
* ArmPkg/Include: Add SVC function IDs for Management Mode.Supreeth Venkatesh2017-10-061-0/+43
* ArmPkg/Include: Add standard SMC function IDs for MM interface.Supreeth Venkatesh2017-10-061-1/+19
* ArmPkg/PlatformBootManagerLib: call ESRT hooks at appropriate timesArd Biesheuvel2017-10-062-2/+22
* ArmPlatformPkg: Add PCD for SBSA Watchdog CountSami Mujawar2017-10-062-3/+4
* ArmPkg/GenericWatchdogDxe: Set Watchdog interrupt typeArd Biesheuvel2017-10-052-14/+21
* ArmPkg/ArmGicDxe: Expose HardwareInterrupt2 protocolArd Biesheuvel2017-10-056-2/+351
* EmbeddedPkg: Introduce HardwareInterrupt2 protocolArd Biesheuvel2017-10-052-0/+183
* ArmPkg: Tidy GIC code before changes.Evan Lloyd2017-10-057-173/+227
* OvmfPkg/PciHotPlugInitDxe: translate QEMU's resource reservation hintsLaszlo Ersek2017-10-032-6/+367
* OvmfPkg/PciHotPlugInitDxe: add helper functions for setting up paddingsLaszlo Ersek2017-10-032-10/+156
* OvmfPkg/PciHotPlugInitDxe: generalize RESOURCE_PADDING compositionLaszlo Ersek2017-10-032-64/+98
* OvmfPkg/PciHotPlugInitDxe: clean up addr. range for non-prefetchable MMIOLaszlo Ersek2017-10-031-2/+2
* OvmfPkg/PciHotPlugInitDxe: clean up protocol usage commentLaszlo Ersek2017-10-031-1/+1
* OvmfPkg/IndustryStandard: define PCI Capabilities for QEMU's PCI BridgesLaszlo Ersek2017-10-031-0/+60
* MdePkg/IndustryStandard/Pci23: add vendor-specific capability headerLaszlo Ersek2017-10-031-0/+10
* BaseTools: PI 1.6 to support FV extended header contain FV used sizeYunhua Feng2017-10-034-4/+39
* UefiCpuPkg/CpuDxe: Fix assert issue on IA32 platformJian J Wang2017-09-301-10/+40
* MdeModulePkg PeiCore: More debug messages for pre-memory allocationsStar Zeng2017-09-301-1/+13
* MdeModulePkg/AtaAtapiPassThru: Fix possible out of range left shiftHao Wu2017-09-291-2/+2
* MdeModulePkg/DxeNetLib: Fix negative value left shiftHao Wu2017-09-291-1/+1
* MdeModulePkg/Tpl: Fix negative value left shiftHao Wu2017-09-291-3/+9
* MdeModulePkg/PrintLib: Fix possible negative value left shiftHao Wu2017-09-291-1/+1
* MdePkg/PrintLib: Fix possible negative value left shiftHao Wu2017-09-291-1/+1