aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-05platform: generic: allwinner: Optimize current hart scratch accessSamuel Holland1-1/+1
2024-03-20platform: generic: allwinner: sun20i-d1: Remove duplicated CSR definitionsChristoph Müllner1-18/+9
2024-03-04platform: andes: Drop andes_pmu_setup()Yu Chien Peter Lin2-24/+0
2024-02-24platform: Apply relocatable addressInochi Amaoto2-4/+21
2024-02-22platform: starfive: call starfive_jh7110_inst_init() in pm_reset_init()Nam Cao1-1/+6
2024-02-22platform: starfive: return error if needed devices are not presentNam Cao1-0/+4
2024-02-22platform: starfive: rename "stf,axp15060-regulator" -> "x-powers,axp15060"Nam Cao1-1/+1
2024-02-22platform: starfive: remove redundant compatibility check in pmic_opsNam Cao1-22/+14
2024-02-22platform: starfive: get I2C offset address from clocks propertyNam Cao1-10/+14
2024-02-22platform: starfive: correct system clock device tree nodeNam Cao1-1/+1
2024-02-20platform: generic: Parse system suspend test from config node.Cheng Yang1-1/+1
2024-02-20platform: generic: Add support for specify coldboot harts in DTCheng Yang1-1/+64
2023-12-19lib: sbi: Allow ecall handlers to directly update register stateAnup Patel4-15/+12
2023-12-19lib: utils/irqchip: Add shared MMIO region for PLIC in root domainAnup Patel6-0/+14
2023-12-19platform: generic: Fine tune fw_platform_calculate_heap_size()Anup Patel1-1/+2
2023-12-11platform: recalculate heap size to support new tlb entry numberInochi Amaoto1-1/+15
2023-12-06platform: andes: Factor out is_andes() helperYu Chien Peter Lin2-9/+13
2023-12-06platform: rzfive: Enable Andes PMU for RZ/FiveYu Chien Peter Lin2-1/+5
2023-12-06platform: andes: Enable Andes PMU for AE350Yu Chien Peter Lin2-0/+4
2023-12-06platform: andes: Add Andes custom PMU supportYu Chien Peter Lin5-0/+160
2023-12-06platform: generic: Introduce pmu_init() platform overrideYu Chien Peter Lin2-0/+7
2023-12-06platform: include: andes45: Add PMU related CSR definesYu Chien Peter Lin1-0/+26
2023-12-06sbi: sbi_pmu: Improve sbi_pmu_init() error handlingYu Chien Peter Lin1-1/+7
2023-11-17lib: sbi: change sbi_hart_features.extensions as an arrayXiang W1-1/+1
2023-11-16platform: generic: Add Sophgo sg2042 platform supportInochi Amaoto4-0/+79
2023-11-16utils/reset: Remove fdt_reset_theadGuo Ren1-1/+0
2023-11-16platform: Uses hart count as the default size of tlb infoInochi Amaoto1-1/+1