summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
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
2024-08-23platform: generic: andes: add a new Andes SBI call to free a PMA entryBen Zong-You Xie
2024-08-23platform: generic: andes: add a new Andes SBI call to set up a PMA entryBen Zong-You Xie
2024-08-23platform: generic: andes: add Andes SBI call to probe Andes PMA featureBen Zong-You Xie
2024-08-23platform: generic: Kconfig: add the description for Andes PMA featureBen Zong-You Xie
2024-07-24platform: Setup serial console device in early_init()Anup Patel
2024-07-04Makefile: change to using .carray.c for carray filesBen Dooks
2024-06-18platform: generic: andes: Add support for RV32 to set up PMABen Zong-You Xie
2024-06-18platform: generic: andes: Refine Andes PMA related codeBen Zong-You Xie
2024-05-16platform: generic: thead: add Sophgo CV18XX/SG200X seriesInochi Amaoto
2024-05-15utils/reset: Add SG2042 hwmon MCU support.Inochi Amaoto
2024-05-09platform: generic: thead: add Canaan Kendryte K230Yangyu Chen
2024-05-09platform: generic: thead: separate T-Head PMU ErrataYangyu Chen
2024-05-09platform: andes: Change all occurrences of andes45 to andesBen Zong-You Xie
2024-05-09platform: andes: Rename files with the prefix andes45Ben Zong-You Xie
2024-04-10firmware: remove FW_TEXT_STARTXiang W
2024-04-05platform: generic: allwinner: Optimize current hart scratch accessSamuel Holland
2024-03-20platform: generic: allwinner: sun20i-d1: Remove duplicated CSR definitionsChristoph Müllner
2024-03-04platform: andes: Drop andes_pmu_setup()Yu Chien Peter Lin
2024-02-24platform: Apply relocatable addressInochi Amaoto
2024-02-22platform: starfive: call starfive_jh7110_inst_init() in pm_reset_init()Nam Cao
2024-02-22platform: starfive: return error if needed devices are not presentNam Cao
2024-02-22platform: starfive: rename "stf,axp15060-regulator" -> "x-powers,axp15060"Nam Cao
2024-02-22platform: starfive: remove redundant compatibility check in pmic_opsNam Cao
2024-02-22platform: starfive: get I2C offset address from clocks propertyNam Cao
2024-02-22platform: starfive: correct system clock device tree nodeNam Cao
2024-02-20platform: generic: Parse system suspend test from config node.Cheng Yang
2024-02-20platform: generic: Add support for specify coldboot harts in DTCheng Yang
2023-12-19lib: sbi: Allow ecall handlers to directly update register stateAnup Patel
2023-12-19lib: utils/irqchip: Add shared MMIO region for PLIC in root domainAnup Patel
2023-12-19platform: generic: Fine tune fw_platform_calculate_heap_size()Anup Patel
2023-12-11platform: recalculate heap size to support new tlb entry numberInochi Amaoto
2023-12-06platform: andes: Factor out is_andes() helperYu Chien Peter Lin
2023-12-06platform: rzfive: Enable Andes PMU for RZ/FiveYu Chien Peter Lin
2023-12-06platform: andes: Enable Andes PMU for AE350Yu Chien Peter Lin
2023-12-06platform: andes: Add Andes custom PMU supportYu Chien Peter Lin
2023-12-06platform: generic: Introduce pmu_init() platform overrideYu Chien Peter Lin
2023-12-06platform: include: andes45: Add PMU related CSR definesYu Chien Peter Lin
2023-12-06sbi: sbi_pmu: Improve sbi_pmu_init() error handlingYu Chien Peter Lin
2023-11-17lib: sbi: change sbi_hart_features.extensions as an arrayXiang W
2023-11-16platform: generic: Add Sophgo sg2042 platform supportInochi Amaoto
2023-11-16utils/reset: Remove fdt_reset_theadGuo Ren
2023-11-16platform: Uses hart count as the default size of tlb infoInochi Amaoto
2023-11-16platform: generic: thead: improve tlb flush errataInochi Amaoto
2023-11-14platform: generic: thead: initialize PMU by default in thead generic platformInochi Amaoto