summaryrefslogtreecommitdiff
path: root/platform/generic
AgeCommit message (Expand)AuthorFilesLines
2022-01-21platform: sifive_fu740: do not use a global in da9063_reset/shutdownAurelien Jarno1-5/+5
2021-12-02lib: sbi: Improve fatal error handlingJessica Clarke1-0/+1
2021-11-12platform: sifive_fu740: add platform reset driverNikita Shubin1-0/+194
2021-11-08platform: generic: move fdt_reset_init to final_initHeinrich Schuchardt1-10/+5
2021-11-02include: sbi_utils: Introduce an helper to get fdt base addressAlexandre Ghiti1-3/+3
2021-07-27generic: fu740: add workaround for CIP-1200 errataDavid Abdurachmanov3-0/+39
2021-07-11platform: generic: Add PMU supportAtish Patra1-0/+30
2021-07-06platform: generic: Terminate platform.name with nullBin Meng1-1/+1
2021-04-28lib: sbi: Simplify system reset platform operationsAnup Patel2-26/+0
2021-04-28lib: sbi: Simplify ipi platform operationsAnup Patel1-2/+0
2021-04-28lib: sbi: Simplify timer platform operationsAnup Patel1-3/+0
2021-04-28lib: sbi: Simplify console platform operationsAnup Patel1-2/+0
2020-12-16lib: utils: Remove fdt_domain_get() functionAnup Patel1-1/+0
2020-12-04platform: generic: Populate domains from FDTAnup Patel1-0/+9
2020-12-01lib: sbi: Improve system reset platform operationsAnup Patel2-6/+22
2020-09-16platform: generic: Don't mark non-MMU HARTs as invalidAnup Patel1-5/+1
2020-06-29config.mk: Update QEMU run command for generic and sifive fu540 platformsBin Meng1-1/+1
2020-06-15platform/lib: Allow the OS to map the regions that are protected by PMPAlexandre Ghiti3-0/+21
2020-06-05firmware: Allow fw_platform_init() to return updated FDT locationAnup Patel1-4/+9
2020-05-23lib: utils: Extend fdt_find_match() ImplementationAnup Patel1-1/+1
2020-05-01platform: generic: Add Sifive FU540 TLB flush range limit overrideAnup Patel3-1/+39
2020-05-01platform: Add generic FDT based platform supportAnup Patel4-0/+285