aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-16platform: generic: thead: improve tlb flush errataInochi Amaoto1-1/+1
2023-11-14platform: generic: thead: initialize PMU by default in thead generic platformInochi Amaoto2-2/+12
2023-11-14platform: generic: thead: separate implement of T-HEAD c9xx errataInochi Amaoto7-18/+49
2023-11-14platform: generic: thead: separate implement of T-HEAD c9xx pmuInochi Amaoto6-49/+87
2023-11-14platform: generic: thead: move to thead c9xx header to vendor specific postionInochi Amaoto2-3/+3
2023-10-04platform: generic: thead: fix stale TLB entries for th1520/sg2042Inochi Amaoto5-0/+78
2023-09-24lib: sbi: Prefer hartindex over hartid in IPI frameworkAnup Patel1-1/+1
2023-09-10platform: Allow platforms to specify the size of tlb fifoXiang W2-0/+9
2023-09-10platform: generic: allwinner: fix OF process for T-HEAD c9xx pmuInochi Amaoto1-10/+15
2023-08-22platform: generic: allwinner: correct mhpmevent countInochi Amaoto1-1/+2
2023-07-31lib: utils/reset: Remove SiFive Test reset driverAnup Patel1-1/+0
2023-07-31lib: utils/reset: Add syscon based reboot and poweroffAnup Patel1-0/+1
2023-07-31lib: utils/regmap: Add simple FDT based syscon regmap driverAnup Patel1-0/+1
2023-07-31lib: utils/regmap: Add simple FDT based regmap frameworkAnup Patel1-1/+1
2023-07-31lib: utils/regmap: Add generic regmap access libraryAnup Patel1-1/+2
2023-07-13lib: utils: Add detection of Smepmp from ISA string in FDTHimanshu Chauhan1-0/+9
2023-07-07gpio/desginware: add Synopsys DesignWare APB GPIO supportBen Dooks1-0/+1
2023-06-21lib: reset: Move fdt_reset_init into generic_early_initGuo Ren1-3/+3