summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-04pip: bump edk2-pytool-library from 0.14.1 to 0.15.4dependabot/pip/edk2-pytool-library-0.15.4dependabot[bot]1-1/+1
2023-08-04MdeModulePkg: Solve boot hang Xhci driver when use USB DVD with empty disklikun su1-2/+5
2023-08-03ArmPkg: DefaultExceptionHandlerLib: Do Not Allocate MemoryOliver Smith-Denny2-15/+41
2023-08-03MdeModulePkg/SetupBrowser: Load storage via GetVariable for EfiVarStoreDandan Bi1-22/+32
2023-08-02BaseTools: scan Edk2ToolsBuild.py make outputJoey Vagedes1-0/+11
2023-08-02BaseTools: BinToPcd: Resolve xdrlib deprecationJoey Vagedes1-4/+15
2023-08-02MdeModulePkg/Bus/Ata/AtaAtapiPassThru: Fix UNUSED_VALUE Coverity issueRanbir Singh1-2/+10
2023-08-02MdeModulePkg/Bus/Ata/AtaAtapiPassThru: Fix SIGN_EXTENSION Coverity issueRanbir Singh1-1/+1
2023-07-31OvmfPkg/RiscVVirt: Update README for CLANGDWARF supportSunil V L1-3/+25
2023-07-31BaseTools/tools_def: Add CLANGDWARF support for RISC-VSunil V L1-0/+53
2023-07-31OvmfPkg/RiscVVirt: SecEntry: Remove unnecessary assembly directivesSunil V L1-3/+0
2023-07-31OvmfPkg/RiscVVirt: use 'auto' alignment and FIXED for XIP modulesSunil V L1-24/+10
2023-07-31OvmfPkg/BhyvePkg: enable bus enumerationCorvin Köhne1-1/+0
2023-07-31Revert "OvmfPkg/Bhyve: remove IncompatiblePciDeviceSupport DXE driver"Corvin Köhne2-0/+2
2023-07-31Revert "OvmfPkg/Bhyve: consume PciHostBridgeLibScan"Corvin Köhne1-1/+1
2023-07-27UefiCpuPkg: Decouple the SEV-ES functionality.YuanhaoXie1-1/+4
2023-07-26RedfishPkg/RedfishDiscoverDxe: fix netmask check issueNickle Wang5-4/+53
2023-07-24MdePkg/Include/IndustryStandard: Remove VS20xx workaroundMichael D Kinney1-5/+0
2023-07-24EmulatorPkg/Win/Host: Fix RUNTIME_FUNCTION redefinition errorMichael D Kinney1-4/+6
2023-07-21OvmfPkg/RiscVVirt: Avoid printing hard coded timeout valueSunil V L1-1/+1
2023-07-21OvmfPkg/RiscVVirt: Check "no-map" and mark EfiReservedMemoryTypeSunil V L1-20/+17
2023-07-20UnitTestFrameworkPkg: UnitTestPersistenceLib: Save Unit Test Cache OptionKun Qin1-75/+157
2023-07-20CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1uSheng Wei6-5/+0
2023-07-20NetworkPkg/HttpDxe: fix driver binding start issue.devel@edk2.groups.io1-2/+11
2023-07-19OvmfPkg/IoMmuDxe: add locking to IoMmuAllocateBounceBufferGerd Hoffmann1-0/+7
2023-07-19OvmfPkg/CloudHv: update Maintainers.txt entryJianyong Wu1-1/+2
2023-07-17UefiCpuPkg: Uses gMmst in MmSaveStateLibAbdul Lateef Attar6-10/+10
2023-07-17OvmfPkg/PeilessStartupLib: Updated with PcdSecureBootSupportedCeping Sun2-3/+4
2023-07-17RedfishPkg/RedfishRestExDxe: reset session when TCP timeout happensNickle Wang3-2/+20
2023-07-17MdeModulePkg/Bus/Pci/EhciDxe: Fix FORWARD_NULL Coverity issuesRanbir Singh1-0/+9
2023-07-15UefiCpuPkg: RISC-V: Support MMU with SV39/48/57 modeTuan Phan10-2/+874
2023-07-15OvmfPkg: RiscVVirt: Remove satp bare mode settingTuan Phan1-16/+2
2023-07-15OvmfPkg/RiscVVirt: Add VirtNorFlashDxe to APRIORI listTuan Phan1-0/+10
2023-07-15OvmfPkg/RiscVVirt: SEC: Add IO memory resource hob for platform devicesTuan Phan1-0/+62
2023-07-15OvmfPkg/RiscVVirt: VirtNorFlashPlatformLib: Fix wrong flash sizeTuan Phan1-1/+2
2023-07-15MdePkg/Register: RISC-V: Add satp mode bits shift definitionTuan Phan1-3/+4
2023-07-15MdePkg/BaseLib: RISC-V: Support getting satp register valueTuan Phan2-0/+13
2023-07-14OvmfPkg/ResetVector: Fix assembler bit test flag checkTom Lendacky1-1/+1
2023-07-13MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcNcm: Add USB Cdc NCM devices supportRichard Ho6-0/+1933
2023-07-13MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcEcm: Add USB Cdc ECM devices supportRichard Ho5-0/+1805
2023-07-13MdeModulePkg/Bus/Usb/UsbNetwork/UsbRndis: Add USB RNDIS devices supportRichard Ho13-0/+7286
2023-07-11UefiPayloadPkg: Integrate UiApp and BootManagerMenuApp into MultiFvMarsX Lin7-94/+11
2023-07-11UefiCpuPkg: Eliminate the second INIT-SIPI-SIPI sequence.Xie, Yuanhao2-2/+145
2023-07-11UefiCpuPkg: ApWakeupFunction directly use CpuMpData.Xie, Yuanhao3-13/+6
2023-07-11UefiCpuPkg: Create MpHandOff.Xie, Yuanhao7-15/+186
2023-07-11UefiCpuPkg: Refactor the logic for placing APs in Mwait/Runloop.Xie, Yuanhao1-33/+50
2023-07-11UefiCpuPkg: Refactor the logic for placing APs in HltLoop.Xie, Yuanhao1-11/+24
2023-07-10MdeModulePkg/Variable: TcgMorLockSmm Key Mismatch changes lock stateAbhi Singh1-0/+5
2023-07-06RedfishPkg/RedfishDebugLib: add new interfacesNickle Wang2-0/+146
2023-07-06RedfishPkg/JsonLib: add object clear interfaceNickle Wang2-16/+56