summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-17OvmfPkg/LsiScsiDxe: Process the SCSI Request PacketGary Lin5-1/+498
2020-07-17OvmfPkg/LsiScsiDxe: Examine the incoming SCSI Request PacketGary Lin2-0/+102
2020-07-17OvmfPkg/LsiScsiDxe: Map DMA bufferGary Lin2-1/+75
2020-07-17OvmfPkg/LsiScsiDxe: Open PciIo protocol and initialize the deviceGary Lin3-1/+159
2020-07-17OvmfPkg/LsiScsiDxe: Report Targets and LUNsGary Lin4-2/+159
2020-07-17OvmfPkg/LsiScsiDxe: Install stubbed EXT_SCSI_PASS_THRUGary Lin3-1/+244
2020-07-17OvmfPkg/LsiScsiDxe: Probe PCI devices and look for LsiScsiGary Lin3-1/+73
2020-07-17OvmfPkg/LsiScsiDxe: Report the name of the driverGary Lin2-2/+98
2020-07-17OvmfPkg/LsiScsiDxe: Install the skeleton of driver bindingGary Lin3-1/+122
2020-07-17OvmfPkg/LsiScsiDxe: Create the empty driverGary Lin8-0/+72
2020-07-17Maintainers.txt: Remove invalid email address and a few other role changesJian J Wang1-3/+2
2020-07-17BaseTools: Add Guid name support in GenFfs.Yuwei Chen3-1/+38
2020-07-16SignedCapsulePkg: Address NULL pointer dereference case.Vin Xue1-18/+21
2020-07-16MdeModulePkg/DisplayEngine: Add Debug message to show mismatch menu infoDandan Bi1-0/+125
2020-07-15OvmfPkg/OvmfPkg.dec: Adjust PcdMptScsiStallPerPollUsec token valueGary Lin1-1/+1
2020-07-15UefiCpuPkg: Add New Memory AttributesOleksiy Yakovlev4-24/+8
2020-07-15UefiCpuPkg: Update EFI_MEMORY_CACHETYPE_MASK definitionOleksiy Yakovlev1-1/+2
2020-07-15MdeModulePkg: Add New Memory AttributesOleksiy Yakovlev4-28/+9
2020-07-15MdePkg: Add New Memory AttributesOleksiy Yakovlev1-2/+8
2020-07-15UnitTestFramewokPkg/SampleUnitTest: Use UT_EXPECT_ASSERT_FAILURE()Michael D Kinney8-0/+531
2020-07-15MdePkg/Library/BaseStackCheckLib: Fix PCD type in INFMichael D Kinney1-1/+1
2020-07-15MdePkg/Include: Add UT_EXPECT_ASSERT_FAILURE() to UnitTestLibMichael D Kinney1-0/+90
2020-07-15MdePkg/Include: Hook DebugLib _ASSERT() for unit testsMichael D Kinney1-1/+27
2020-07-15UnitTestFrameworkPkg/UnitTestLib: Add checks for ASSERT()Michael D Kinney11-47/+305
2020-07-15UnitTestFrameworkPkg/UnitTestLib: Fix target mode log messagesMichael D Kinney1-32/+32
2020-07-15UnitTestFrameworkPkg/UnitTestLib: Move print log into cleanupMichael D Kinney1-17/+16
2020-07-15UnitTestFrameworkPkg: Change target mode DebugLib mappingMichael D Kinney1-1/+3
2020-07-15UnitTestFrameworkPkg: Set host application stack size to 256KBMichael D Kinney1-1/+1
2020-07-15UnitTestFrameworkPkg: Enable source level debug for host testsMichael D Kinney1-0/+5
2020-07-15UnitTestFrameworkPkg: Use host libraries from MdePkgMichael D Kinney1-0/+4
2020-07-15MdePkg/Library/BaseLib: Add BaseLib instance for host based unit testsMichael D Kinney8-1/+4005
2020-07-15MdePkg/BaseLib: Break out IA32/X64 GCC inline privileged functionsMichael D Kinney5-2420/+2409
2020-07-15MdePkg/BaseCacheMaintenanceLibNull: Add Null instance for host testingMichael D Kinney4-0/+267
2020-07-15MdePkg/BaseCpuLibNull: Add Null version of CpuLib for host testingMichael D Kinney4-1/+76
2020-07-15BaseTools/Python: Allow HOST_APPLICATION to use NULL librariesMichael D Kinney1-2/+2
2020-07-15MdeModulePkg/PartitionDxe: Add already start check for child hanldesZhichao Gao1-0/+9
2020-07-15MdeModulePkg/PartitionDxe: Skip the MBR that add for CD-ROMZhichao Gao1-6/+31
2020-07-15MdeModulePkg/PartitionDxe: Correct the MBR last block valueZhichao Gao1-5/+8
2020-07-14MdeModulePkg/Variable/RuntimeDxe: Fix return status from Reclaim()Michael D Kinney1-12/+18
2020-07-14UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrSetFixedMtrr()Ray Ni2-44/+0
2020-07-14UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrSetVariableMtrr()Ray Ni2-44/+0
2020-07-14UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrGetVariableMtrr()Ray Ni2-42/+2
2020-07-13UefiPayloadPkg: Fix TerminalDxe build time configurableGuo Dong2-4/+4
2020-07-11SecurityPkg/Tcg2Pei: Add missing PCRIndex in FvBlob event.Jiewen Yao1-0/+1
2020-07-11SecurityPkg/Tcg2Dxe: Add PcdTcgPfpMeasurementRevision in SpecId event.Jiewen Yao2-1/+2
2020-07-11UefiPayloadPkg: Make TerminalDxe build time configurablePatrick Rudolph3-0/+12
2020-07-10UefiPayloadPkg:Fix NOOPT build failureGuo Dong1-8/+24
2020-07-07UefiCpuPkg: PiSmmCpuDxeSmm skip MSR_IA32_MISC_ENABLE manipulation on AMDKirkendall, Garrett4-5/+46
2020-07-07UefiCpuPkg: Move StandardSignatureIsAuthenticAMD to BaseUefiCpuLibKirkendall, Garrett8-69/+67
2020-07-07SourceLevelDebugPkg: SourceLevelDebugPkg.dsc add UefiCpuLib LibraryClassKirkendall, Garrett1-0/+2