summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)AuthorFilesLines
2024-12-21include: sbi: Fix compiling with C23 enabled compilersMichael Neuling1-1/+1
2024-12-21platform: generic: Initialize console before other driversSamuel Holland1-5/+5
2024-12-06lib: utils/mpxy: Add RPMI client driver for MPXYRahul Pathak1-0/+1
2024-12-06lib: utils: Add simple FDT based MPXY driver frameworkAnup Patel2-0/+11
2024-12-06lib: utils/cppc: Add RPMI CPPC driverSubrahmanya Lingappa1-0/+1
2024-12-06lib: utils: Add simple FDT based CPPC driver frameworkAnup Patel2-0/+3
2024-12-06lib: utils/hsm: Add RPMI HSM driverSubrahmanya Lingappa1-0/+1
2024-12-06lib: utils: Add simple FDT based HSM driver frameworkAnup Patel2-0/+3
2024-12-06lib: sbi: Add optional resume address to hart suspendSubrahmanya Lingappa1-1/+1
2024-12-06lib: utils/suspend: Add RPMI system suspend driverSubrahmanya Lingappa1-0/+1
2024-12-06lib: utils: Add simple FDT based system suspend driver frameworkAnup Patel2-0/+3
2024-12-06lib/utils: reset: Add RPMI System Reset driverRahul Pathak1-0/+1
2024-12-06lib/utils: Add RPMI messaging protocol and shared memory transport supportRahul Pathak1-0/+3
2024-12-02lib: sbi_pmu: PMU raw event v2 supportAtish Patra1-1/+2
2024-11-28lib: utils/reset: Use fdt_driver for initializationSamuel Holland2-4/+14
2024-11-28treewide: Make carray arrays const and NULL-terminatedSamuel Holland1-3/+2
2024-11-28platform: Drop irqchip warm init and exit hooksSamuel Holland6-54/+13
2024-11-28lib: sbi_irqchip: Call driver warm_init from SBI coreSamuel Holland5-5/+5
2024-11-28lib: utils/irqchip: Move per-hart data from fdt_plic to plicSamuel Holland6-9/+9
2024-11-28lib: utils/irqchip: plic: Common PM save/restoreSamuel Holland1-28/+6
2024-11-28lib: utils/irqchip: plic: Provide a hartindex to context mapSamuel Holland5-11/+26
2024-11-28lib: utils/irqchip: plic: Allow enabling IRQs by defaultSamuel Holland2-44/+6
2024-11-11platform: Drop IPI warm init and exit hooksSamuel Holland6-54/+13
2024-11-11lib: sbi_ipi: Move initial IPI clear to sbi_ipi_init()Samuel Holland5-5/+5
2024-11-11platform: introduce DT-based configurable heap sizeInochi Amaoto1-3/+25
2024-11-05platform: Drop timer warm init and exit hooksSamuel Holland6-54/+13
2024-11-05lib: sbi_timer: Call driver warm_init from SBI coreSamuel Holland5-5/+5
2024-09-26lib: sbi: Update sbi_{entry,init}_count() to take a hart indexSamuel Holland1-2/+4
2024-08-27platform: generic: Fix fw_platform_coldboot_harts_init() functionAnup Patel1-16/+16
2024-08-24lib: utils/fdt: Add fdt_get_address_rw() helperSamuel Holland5-7/+7
2024-08-24lib: utils/serial: Pass the FDT to fdt_serial_init()Samuel Holland1-1/+1
2024-08-24lib: utils/reset: Pass the FDT to fdt_reset_init()Samuel Holland1-1/+1
2024-08-24platform: generic: Pass FDT to early/final_init overridesSamuel Holland11-29/+25
2024-08-24platform: generic: Constify FDT pointers in fw_platform_init()Samuel Holland3-5/+5
2024-08-24lib: utils/reset: Constify FDT pointers in parsing functionsSamuel Holland2-4/+4
2024-08-23platform: generic: andes: add a new Andes SBI call to free a PMA entryBen Zong-You Xie3-17/+67
2024-08-23platform: generic: andes: add a new Andes SBI call to set up a PMA entryBen Zong-You Xie3-5/+138
2024-08-23platform: generic: andes: add Andes SBI call to probe Andes PMA featureBen Zong-You Xie4-2/+25
2024-08-23platform: generic: Kconfig: add the description for Andes PMA featureBen Zong-You Xie2-0/+6
2024-07-24platform: Setup serial console device in early_init()Anup Patel6-78/+43
2024-07-04Makefile: change to using .carray.c for carray filesBen Dooks1-1/+1
2024-06-18platform: generic: andes: Add support for RV32 to set up PMABen Zong-You Xie1-1/+8
2024-06-18platform: generic: andes: Refine Andes PMA related codeBen Zong-You Xie2-136/+81
2024-05-16platform: generic: thead: add Sophgo CV18XX/SG200X seriesInochi Amaoto1-0/+8
2024-05-15utils/reset: Add SG2042 hwmon MCU support.Inochi Amaoto1-0/+1
2024-05-09platform: generic: thead: add Canaan Kendryte K230Yangyu Chen1-0/+5
2024-05-09platform: generic: thead: separate T-Head PMU ErrataYangyu Chen2-2/+7
2024-05-09platform: andes: Change all occurrences of andes45 to andesBen Zong-You Xie11-84/+86
2024-05-09platform: andes: Rename files with the prefix andes45Ben Zong-You Xie3-0/+0
2024-04-10firmware: remove FW_TEXT_STARTXiang W6-13/+3