summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-09firmware: fw_base.S: fix _reset_regsXiang W
2024-03-09firmware: fw_base.S: Remove _relocate_lotteryXiang W
2024-03-09firmware: fw_dynamic.S: Remove _bad_dynamic_infoXiang W
2024-03-09firmware: fw_base: Simplified setup trap handlerXiang W
2024-03-09firmware: fw_base.S: Simplify address getXiang W
2024-03-05lib: sbi_misaligned_ldst: Add handling of C.LHU/C.LH and C.SHNylon Chen
2024-03-04platform: andes: Drop andes_pmu_setup()Yu Chien Peter Lin
2024-03-04lib: sbi: Add support for smcsrind and smcdelegAtish Patra
2024-02-24lib: sbi_hsm: Restor hart state to stop when fails to startJoshua Yeong
2024-02-24docs/firmware: document new options for jump and payload firmwaresInochi Amaoto
2024-02-24platform: Apply relocatable addressInochi Amaoto
2024-02-24firmware: Add relocatable FW_PAYLOAD_FDT_ADDRInochi Amaoto
2024-02-24firmware: Add relocatable FW_JUMP_ADDR and FW_JUMP_FDT_ADDRInochi 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-20lib: sbi_pmu: Before using we should ensure PMU init doneyang.zhang
2024-02-20docs: move documentation of system suspend test.Cheng Yang
2024-02-20platform: generic: Parse system suspend test from config node.Cheng Yang
2024-02-20docs: Add OpenSBI DT configuration guide.Cheng Yang
2024-02-20platform: generic: Add support for specify coldboot harts in DTCheng Yang
2024-02-06firmware: fw_base.S: remove _runtime_offsetXiang W
2024-02-06firmware: fw_base.S: Improve loading u32Xiang W
2024-02-05firmware: always create dynsym sectionLeon M. Busch-George
2024-02-05Makefile: check for --exclude-libsLeon M. Busch-George
2024-02-05Makefile: don't pass -mstrict-align if not supportedKalle Wachsmuth
2024-02-05fw_base.S: Fix comment errorsZhang Runmin
2024-02-05lib: sbi: Use mask to check the free bit during trigger allocationHimanshu Chauhan
2024-01-10lib: sbi: Print number of debug triggers foundHimanshu Chauhan
2024-01-10lib: sbi: Implement SBI debug trigger extensionHimanshu Chauhan
2024-01-10include: sbi: Add SBI debug trigger extension related definesHimanshu Chauhan
2024-01-10lib: sbi: Introduce the SBI debug triggers extension supportHimanshu Chauhan
2024-01-10lib: sbi: Detect support of debug triggersHimanshu Chauhan
2024-01-10include: sbi: Introduce debug trigger register encodingsHimanshu Chauhan
2024-01-10include: sbi: Add TINFO debug trigger CSRHimanshu Chauhan
2024-01-10include: sbi: Introduce common endianess conversion macroHimanshu Chauhan
2023-12-27include: Bump-up version to 1.4v1.4Anup Patel
2023-12-27lib: sbi: Detect Zicntr extension only based on trapsAnup Patel
2023-12-27lib: utils/timer: mtimer: only use regname for aclintInochi Amaoto
2023-12-26lib: sbi: Fix shift bug in sbi_system_resetXiang W
2023-12-19lib: sbi: Do not enter OpenSBI with mseccfg.MML == 1Anup Patel
2023-12-19lib: sbi: Remove the SBI_ETRAP error codeAnup Patel
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-19lib: sbi_tlb: Reduce size of struct sbi_tlb_infoAnup Patel
2023-12-19lib: sbi: Detect extensions from the ISA string in DTYong-Xuan Wang