summaryrefslogtreecommitdiff
path: root/Platform/RISC-V
AgeCommit message (Expand)AuthorFilesLines
2026-07-08RiscVPlatformSecLib: Update FfsProcessFvFile usageTuan Phan1-1/+1
2026-07-08RISC-V/PlatformPkg/PlatformBootManager: Fix unused variable warningTuan Phan1-5/+2
2026-03-13Platform/RISC-V/RiscVPlatformSecLib: Link against MemoryAllocationLib202603-before-platform-removalsBenjamin Doron1-0/+1
2025-11-05Platform/RISC-V/RiscVPlatformSecLib: Actually reserve handoff regionBenjamin Doron1-1/+2
2025-08-12RISC-V/PlatformPkg: Add FixedRamDiskDxe driverSunil V L4-0/+101
2025-08-12Silicon/RISC-V: Remove ProcessorPkgSunil V L1-1/+0
2025-08-12RiscVPlatformPkg: Update for payload designSunil V L2-10/+41
2025-08-12Platform/RISC-V/PlatformPkg: Remove unnecessary codeSunil V L38-7384/+0
2025-08-12RISC-V/PlatformPkg: Add PlatformHasAcpiDtDxe driverSunil V L2-0/+117
2025-08-12RISC-V/PlatformPkg: Add PlatformPeiSunil V L2-0/+188
2025-08-12RISC-V/PlatformPkg: Add PrePiHobListPointerLibSunil V L2-0/+68
2025-08-12RISC-V/PlatformPkg: Add PlatformSecLibSunil V L7-0/+977
2025-07-17Update FdtLib path and add missing TimerLibJason Xu1-1/+1
2025-07-17SiFive U540 DSC File Fix to use new FdtLibJason Xu1-5/+5
2025-02-07Update for Stack Cookie Breaking ChangeOliver Smith-Denny1-0/+1
2024-11-14Cleanup Null Stack Cookie ImplementationOliver Smith-Denny1-3/+0
2024-10-24Platform/RISC-V: Add PCD variables related to PCIYang Wang1-0/+19
2024-10-24RISC-V/PlatformPkg:Added Bit operation header fileYang Wang1-0/+15
2024-09-24Update to New StackCheckLibOliver Smith-Denny1-0/+3
2024-09-16Update code to be more C11 compliant by using __func__Rebecca Cran4-49/+49
2023-04-17Platform/Siliocn: Fix building failure caused by wrong lib.Evan Chai3-3/+8
2023-01-05Platform/RISC-V/PlatformPkg: Fix image link errorSunil V L1-6/+6
2022-02-18RISC-V/PlatformPkg: Address Core CI Uncrustify errorsAbner Chang21-635/+745
2022-02-18RISC-V/PlatformPkg: Address Core CI library header check errorsAbner Chang1-0/+2
2022-02-18RISC-V/PlatformPkg: Address Core CI license check errors.Abner Chang1-6/+5
2022-02-18RISC-V/PlatformPkg: Address Core CI package dependency check errorsAbner Chang1-1/+0
2022-02-18RISC-V/PlatformPkg: Address Spelling check errors.Abner Chang12-37/+37
2022-02-18RISC-V/PlatformPkg: Address ECC errorsAbner Chang30-106/+232
2022-02-18PlatformPkg/PlatformPei: Fix the build errorAbner Chang3-10/+14
2021-11-23Platform/RISC-V: Initialize variable to zeroAbner Chang1-1/+1
2021-11-23Platform/RISC-V: Add debug message to SecMain.cAbner Chang1-1/+13
2021-11-10RISC-V/PlatformPkg: Determine hart number from DTBAbner Chang4-27/+49
2021-11-10RiscVPlatformPkg/Sec: Separate EDK2 Opensbi platform hook.Abner Chang9-426/+598
2021-11-10RISC-V/PlatformPkg: Updates for the latest OpenSBIAbner Chang6-356/+212
2021-11-10RiscVPlatformPkg/Sec: Add more comments to Secmain.cAbner Chang1-3/+6
2021-11-10RiscVPlatformPkg/Sec: Check Cold/Warm hartAbner Chang1-1/+14
2021-11-10RiscVPlatformPkg/RiscVSpecialPlatformLib: Rename module nameAbner Chang3-3/+4
2021-11-10RiscVPlatformPkg/OpensbiPlatformLib: Remove platform codeAbner Chang1-18/+7
2021-11-10RiscVPlatformPkg/Sec: Initial hart_index2Id arrayAbner Chang5-13/+96
2021-11-10Platform/RISC-V: Remove Null instance of OpensbiPlatformLibNullAbner Chang3-90/+1
2021-11-10Platform/RISC-V: Remove platform dependency from common platform libAbner Chang4-86/+19
2021-11-10Platform/RISC-V: Add NULL library instance of RiscVSpecialPlatformLibAbner Chang4-0/+77
2021-11-10Platform/RISC-V: Use PlatformSecPpiLibAbner Chang5-107/+14
2021-11-10Platform/RISC-V: Add library to get PPI descriptorAbner Chang4-0/+90
2021-11-10RISC-V: Use RISC-V PeiCoreEntryPoint libraryAbner Chang4-50/+540
2021-11-10RISC-V: Create opensbi firmware domainsAbner Chang6-75/+124
2021-11-10RISC-V: Add RISC-V PeiCoreEntryPoint libraryAbner Chang4-1/+153
2021-11-10RISC-V/PlatformPkg: Update documentAbner Chang3-14/+3336
2021-10-19Move OpenSbiPlatformLib to RISC-V/PlatformPkgDaniel Schaefer4-0/+357
2021-10-19RISC-V: Implement ResetSystem RT callDaniel Schaefer2-0/+161