aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-11lib: sbi: call platform load/store emulatorsBo Gan2-2/+80
2024-03-11include: sbi: add emulate_load/store handler to platform opsBo Gan1-0/+8
2024-03-11lib: sbi: abstract out insn decoding to unify mem fault handlersBo Gan3-39/+127
2024-03-11lib: sbi: change prototype of sbi_misaligned_load/store_handlerBo Gan3-45/+35
2024-03-11lib: sbi: change prototype of sbi_trap_redirectBo Gan2-2/+2
2024-03-11include: sbi: rename sbi_misaligned_ldst.h to sbi_trap_ldst.hBo Gan3-4/+4
2024-03-11lib: sbi: rename sbi_misaligned_ldst.c to sbi_trap_ldst.cBo Gan2-1/+1
2024-03-10lib: sbi: Add initial domain context management supportQingyu Shang6-2/+242
2024-03-10lib: tests: Add sbi_console testIvan Orlov3-0/+110
2024-03-10lib: tests: Add a test for sbi_bitmapIvan Orlov2-0/+105
2024-03-10lib: Add SBIUnit testing macros and functionsIvan Orlov6-0/+126
2024-03-10docs: Add documentation about tests and SBIUnitIvan Orlov2-0/+134
2024-03-09firmware: fw_base.S: fix _reset_regsXiang W1-5/+3
2024-03-09firmware: fw_base.S: Remove _relocate_lotteryXiang W1-11/+6
2024-03-09firmware: fw_dynamic.S: Remove _bad_dynamic_infoXiang W1-8/+2
2024-03-09firmware: fw_base: Simplified setup trap handlerXiang W1-12/+4
2024-03-09firmware: fw_base.S: Simplify address getXiang W1-33/+11
2024-03-05lib: sbi_misaligned_ldst: Add handling of C.LHU/C.LH and C.SHNylon Chen2-0/+17
2024-03-04platform: andes: Drop andes_pmu_setup()Yu Chien Peter Lin2-24/+0
2024-03-04lib: sbi: Add support for smcsrind and smcdelegAtish Patra3-7/+42
2024-02-24lib: sbi_hsm: Restor hart state to stop when fails to startJoshua Yeong1-0/+4
2024-02-24docs/firmware: document new options for jump and payload firmwaresInochi Amaoto2-3/+19
2024-02-24platform: Apply relocatable addressInochi Amaoto2-4/+21
2024-02-24firmware: Add relocatable FW_PAYLOAD_FDT_ADDRInochi Amaoto2-0/+7
2024-02-24firmware: Add relocatable FW_JUMP_ADDR and FW_JUMP_FDT_ADDRInochi Amaoto2-4/+20
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-20lib: sbi_pmu: Before using we should ensure PMU init doneyang.zhang1-2/+25
2024-02-20docs: move documentation of system suspend test.Cheng Yang2-4/+4
2024-02-20platform: generic: Parse system suspend test from config node.Cheng Yang1-1/+1
2024-02-20docs: Add OpenSBI DT configuration guide.Cheng Yang2-0/+84
2024-02-20platform: generic: Add support for specify coldboot harts in DTCheng Yang3-1/+86
2024-02-06firmware: fw_base.S: remove _runtime_offsetXiang W1-6/+0
2024-02-06firmware: fw_base.S: Improve loading u32Xiang W1-4/+4
2024-02-05firmware: always create dynsym sectionLeon M. Busch-George1-0/+5
2024-02-05Makefile: check for --exclude-libsLeon M. Busch-George1-0/+5
2024-02-05Makefile: don't pass -mstrict-align if not supportedKalle Wachsmuth1-4/+13
2024-02-05fw_base.S: Fix comment errorsZhang Runmin1-2/+2
2024-02-05lib: sbi: Use mask to check the free bit during trigger allocationHimanshu Chauhan1-1/+1
2024-01-10lib: sbi: Print number of debug triggers foundHimanshu Chauhan1-0/+2
2024-01-10lib: sbi: Implement SBI debug trigger extensionHimanshu Chauhan3-0/+80
2024-01-10include: sbi: Add SBI debug trigger extension related definesHimanshu Chauhan1-0/+11
2024-01-10lib: sbi: Introduce the SBI debug triggers extension supportHimanshu Chauhan4-0/+863
2024-01-10lib: sbi: Detect support of debug triggersHimanshu Chauhan2-0/+6
2024-01-10include: sbi: Introduce debug trigger register encodingsHimanshu Chauhan1-0/+249
2024-01-10include: sbi: Add TINFO debug trigger CSRHimanshu Chauhan1-0/+1