summaryrefslogtreecommitdiff
path: root/platform/generic
AgeCommit message (Expand)Author
2025-06-17lib: sbi_platform: Add platform specific pmp_set() and pmp_disable()Chao-ying Fu
2025-06-14platform: generic: mips: add P8700Chao-ying Fu
2025-05-20lib: utils: Fix fdt_mpxy_init() not returning error codeAlvin Chang
2025-04-24lib: sbi: Set the scratch allocation to alignment to cacheline sizeRaj Vishwanathan
2025-04-23lib: sbi_platform: Remove the vendor_ext_check hookSamuel Holland
2025-04-23platform: generic: Initialize overrides with fdt_driverSamuel Holland
2025-04-23platform: generic: Remove platform override hooksSamuel Holland
2025-04-23platform: generic: Modify platform ops instead of using hooksSamuel Holland
2025-04-23platform: generic: Allow replacing platform operationsSamuel Holland
2025-04-23platform: generic: Add an init hook matching fdt_driverSamuel Holland
2025-04-23platform: generic: thead: Avoid casting away constSamuel Holland
2025-04-23platform: rzfive: Call andes_pma_setup_regions() only during cold bootSamuel Holland
2025-04-23platform: generic: andes: Remove inline definitionsSamuel Holland
2025-03-24lib: sbi: Use sbi_hart_count() and sbi_for_each_hartindex()Samuel Holland
2025-02-13lib: utils: Add MPXY RPMI mailbox driver for System MSI service groupAnup Patel
2025-02-13lib: utils: Split the FDT MPXY RPMI mailbox client into two partsAnup Patel
2025-02-12lib: utils: Initialize miscellaneous drivers in one passSamuel Holland
2025-02-12platform: generic: thead: add Sophgo SG2044Inochi Amaoto
2025-02-12lib: utils:Check that hartid is validRaj Vishwanathan
2025-01-30lib: sbi: pmu: fix usage of sbi_pmu_irq_bit()Clément Léger
2024-12-21include: sbi: Fix compiling with C23 enabled compilersMichael Neuling
2024-12-21platform: generic: Initialize console before other driversSamuel Holland
2024-12-06lib: utils/mpxy: Add RPMI client driver for MPXYRahul Pathak
2024-12-06lib: utils: Add simple FDT based MPXY driver frameworkAnup Patel
2024-12-06lib: utils/cppc: Add RPMI CPPC driverSubrahmanya Lingappa
2024-12-06lib: utils: Add simple FDT based CPPC driver frameworkAnup Patel
2024-12-06lib: utils/hsm: Add RPMI HSM driverSubrahmanya Lingappa
2024-12-06lib: utils: Add simple FDT based HSM driver frameworkAnup Patel
2024-12-06lib: sbi: Add optional resume address to hart suspendSubrahmanya Lingappa
2024-12-06lib: utils/suspend: Add RPMI system suspend driverSubrahmanya Lingappa
2024-12-06lib: utils: Add simple FDT based system suspend driver frameworkAnup Patel
2024-12-06lib/utils: reset: Add RPMI System Reset driverRahul Pathak
2024-12-06lib/utils: Add RPMI messaging protocol and shared memory transport supportRahul Pathak
2024-12-02lib: sbi_pmu: PMU raw event v2 supportAtish Patra
2024-11-28lib: utils/reset: Use fdt_driver for initializationSamuel Holland
2024-11-28treewide: Make carray arrays const and NULL-terminatedSamuel Holland
2024-11-28platform: Drop irqchip warm init and exit hooksSamuel Holland
2024-11-28lib: utils/irqchip: Move per-hart data from fdt_plic to plicSamuel Holland
2024-11-28lib: utils/irqchip: plic: Common PM save/restoreSamuel Holland
2024-11-11platform: Drop IPI warm init and exit hooksSamuel Holland
2024-11-11platform: introduce DT-based configurable heap sizeInochi Amaoto
2024-11-05platform: Drop timer warm init and exit hooksSamuel Holland
2024-09-26lib: sbi: Update sbi_{entry,init}_count() to take a hart indexSamuel Holland
2024-08-27platform: generic: Fix fw_platform_coldboot_harts_init() functionAnup Patel
2024-08-24lib: utils/fdt: Add fdt_get_address_rw() helperSamuel Holland
2024-08-24lib: utils/serial: Pass the FDT to fdt_serial_init()Samuel Holland
2024-08-24lib: utils/reset: Pass the FDT to fdt_reset_init()Samuel Holland
2024-08-24platform: generic: Pass FDT to early/final_init overridesSamuel Holland
2024-08-24platform: generic: Constify FDT pointers in fw_platform_init()Samuel Holland
2024-08-24lib: utils/reset: Constify FDT pointers in parsing functionsSamuel Holland