1. 81e3ba7 lib: sbi: call platform load/store emulators by Bo Gan · 9 months ago
  2. ddf3b64 include: sbi: add emulate_load/store handler to platform ops by Bo Gan · 9 months ago
  3. 4c11265 lib: sbi: abstract out insn decoding to unify mem fault handlers by Bo Gan · 9 months ago
  4. 9221fe5 lib: sbi: change prototype of sbi_misaligned_load/store_handler by Bo Gan · 9 months ago
  5. a17600c lib: sbi: change prototype of sbi_trap_redirect by Bo Gan · 9 months ago
  6. 2471cf2 include: sbi: rename sbi_misaligned_ldst.h to sbi_trap_ldst.h by Bo Gan · 9 months ago
  7. c0a6320 lib: sbi: rename sbi_misaligned_ldst.c to sbi_trap_ldst.c by Bo Gan · 9 months ago
  8. e11025c lib: sbi: Add initial domain context management support by Qingyu Shang · 9 months ago
  9. 87d8fe7 lib: tests: Add sbi_console test by Ivan Orlov · 9 months ago
  10. e5f53fd lib: tests: Add a test for sbi_bitmap by Ivan Orlov · 9 months ago
  11. 874fcef lib: Add SBIUnit testing macros and functions by Ivan Orlov · 9 months ago
  12. b9e4de0 docs: Add documentation about tests and SBIUnit by Ivan Orlov · 9 months ago
  13. 526b9ce firmware: fw_base.S: fix _reset_regs by Xiang W · 9 months ago
  14. 8151105 firmware: fw_base.S: Remove _relocate_lottery by Xiang W · 9 months ago
  15. 187397f firmware: fw_dynamic.S: Remove _bad_dynamic_info by Xiang W · 9 months ago
  16. b27b7c6 firmware: fw_base: Simplified setup trap handler by Xiang W · 9 months ago
  17. fdf5589 firmware: fw_base.S: Simplify address get by Xiang W · 9 months ago
  18. 748bef1 lib: sbi_misaligned_ldst: Add handling of C.LHU/C.LH and C.SH by Nylon Chen · 9 months ago
  19. bc36678 platform: andes: Drop andes_pmu_setup() by Yu Chien Peter Lin · 9 months ago
  20. 6bb6b61 lib: sbi: Add support for smcsrind and smcdeleg by Atish Patra · 9 months ago
  21. 322b598 lib: sbi_hsm: Restor hart state to stop when fails to start by Joshua Yeong · 9 months ago
  22. 96a35db docs/firmware: document new options for jump and payload firmwares by Inochi Amaoto · 9 months ago
  23. 2cff7f3 platform: Apply relocatable address by Inochi Amaoto · 9 months ago
  24. f056939 firmware: Add relocatable FW_PAYLOAD_FDT_ADDR by Inochi Amaoto · 9 months ago
  25. 7227cdd firmware: Add relocatable FW_JUMP_ADDR and FW_JUMP_FDT_ADDR by Inochi Amaoto · 9 months ago
  26. 741e941 platform: starfive: call starfive_jh7110_inst_init() in pm_reset_init() by Nam Cao · 9 months ago
  27. 3edf044 platform: starfive: return error if needed devices are not present by Nam Cao · 9 months ago
  28. 80ae046 platform: starfive: rename "stf,axp15060-regulator" -> "x-powers,axp15060" by Nam Cao · 9 months ago
  29. 5335340 platform: starfive: remove redundant compatibility check in pmic_ops by Nam Cao · 9 months ago
  30. 4d8569d platform: starfive: get I2C offset address from clocks property by Nam Cao · 9 months ago
  31. 034af1f platform: starfive: correct system clock device tree node by Nam Cao · 9 months ago
  32. 88273fe lib: sbi_pmu: Before using we should ensure PMU init done by yang.zhang · 10 months ago
  33. 46c8c65 docs: move documentation of system suspend test. by Cheng Yang · 10 months ago
  34. 8df836d platform: generic: Parse system suspend test from config node. by Cheng Yang · 10 months ago
  35. 23e7e48 docs: Add OpenSBI DT configuration guide. by Cheng Yang · 10 months ago
  36. 67ce5a7 platform: generic: Add support for specify coldboot harts in DT by Cheng Yang · 10 months ago
  37. 9c8b18e firmware: fw_base.S: remove _runtime_offset by Xiang W · 10 months ago
  38. 4c6b7cb firmware: fw_base.S: Improve loading u32 by Xiang W · 10 months ago
  39. 92e8aff firmware: always create dynsym section by Leon M. Busch-George · 10 months ago
  40. d1dad07 Makefile: check for --exclude-libs by Leon M. Busch-George · 10 months ago
  41. 4a76f79 Makefile: don't pass -mstrict-align if not supported by Kalle Wachsmuth · 10 months ago
  42. 21caaa3 fw_base.S: Fix comment errors by Zhang Runmin · 11 months ago
  43. 1ec353d lib: sbi: Use mask to check the free bit during trigger allocation by Himanshu Chauhan · 11 months ago
  44. bb90a9e lib: sbi: Print number of debug triggers found by Himanshu Chauhan · 11 months ago
  45. 76a2a15 lib: sbi: Implement SBI debug trigger extension by Himanshu Chauhan · 11 months ago
  46. fa87ec9 include: sbi: Add SBI debug trigger extension related defines by Himanshu Chauhan · 11 months ago
  47. 97f234f lib: sbi: Introduce the SBI debug triggers extension support by Himanshu Chauhan · 11 months ago
  48. 40dac6b lib: sbi: Detect support of debug triggers by Himanshu Chauhan · 11 months ago
  49. 2499769 include: sbi: Introduce debug trigger register encodings by Himanshu Chauhan · 11 months ago
  50. 20ca19a include: sbi: Add TINFO debug trigger CSR by Himanshu Chauhan · 11 months ago
  51. b752099 include: sbi: Introduce common endianess conversion macro by Himanshu Chauhan · 11 months ago
  52. a2b255b include: Bump-up version to 1.4 by Anup Patel · 11 months ago v1.4
  53. bbd065d lib: sbi: Detect Zicntr extension only based on traps by Anup Patel · 11 months ago
  54. ba29293 lib: utils/timer: mtimer: only use regname for aclint by Inochi Amaoto · 11 months ago
  55. 63e09ad lib: sbi: Fix shift bug in sbi_system_reset by Xiang W · 11 months ago
  56. 2b80b92 lib: sbi: Do not enter OpenSBI with mseccfg.MML == 1 by Anup Patel · 12 months ago
  57. 5a57e8c lib: sbi: Remove the SBI_ETRAP error code by Anup Patel · 12 months ago
  58. 3284bea lib: sbi: Allow ecall handlers to directly update register state by Anup Patel · 12 months ago
  59. cdebae2 lib: utils/irqchip: Add shared MMIO region for PLIC in root domain by Anup Patel · 12 months ago
  60. 80169b2 platform: generic: Fine tune fw_platform_calculate_heap_size() by Anup Patel · 12 months ago
  61. 416ceb3 lib: sbi_tlb: Reduce size of struct sbi_tlb_info by Anup Patel · 12 months ago
  62. 3daac8f lib: sbi: Detect extensions from the ISA string in DT by Yong-Xuan Wang · 12 months ago
  63. 776770d lib: sbi: Using one array to define the name of extensions by Yong-Xuan Wang · 12 months ago
  64. 056fe6f lib: sbi: Refactor the code for enable extensions in menvfg CSR by Yong-Xuan Wang · 12 months ago
  65. 2c8be56 lib: sbi: Improve the code of privilege mode and extensions detection by Yong-Xuan Wang · 12 months ago
  66. 925ce14 lib: sbi: Simplify the initialization of root_hmask in sbi_domain_init by Xiang W · 12 months ago
  67. 2707250 lib: sbi_ipi: Drop unnecessary ipi_process check by Samuel Holland · 12 months ago
  68. 446fa65 lib: sbi_ipi: Process self-IPIs in sbi_ipi_send() by Samuel Holland · 12 months ago
  69. a894187 lib: sbi_ipi: Do not ignore errors from sbi_ipi_send() by Samuel Holland · 11 months ago
  70. 35cba92 lib: sbi_tlb: Check tlb_range_flush_limit only once per request by Samuel Holland · 12 months ago
  71. 6112d58 lib: utils/fdt: Allow to use reg-names when parsing ACLINT by Inochi Amaoto · 1 year ago
  72. a2e254e lib: sbi: skip wait_for_coldboot when coolboot done by Xiang W · 12 months ago
  73. 87aa306 platform: recalculate heap size to support new tlb entry number by Inochi Amaoto · 12 months ago
  74. a25fc74 lib: sbi_hsm: Put the resume_pending hart in the interruptible hart mask by Nick Hu · 12 months ago
  75. 0696810 firmware: fix section types by Matt Waltz · 12 months ago
  76. 11a0ba5 lib: sbi_pmu: Fix the counter info function by Atish Patra · 12 months ago
  77. ee72517 lib: sbi_pmu: Add PMU snapshot definitions by Atish Patra · 12 months ago
  78. 93da66b lib: sbi_hart: Store PMP granularity as log base 2 by Samuel Holland · 12 months ago
  79. 07419ec lib: sbi: Prevent redundant sbi_ipi_process by Xiang W · 12 months ago
  80. 8839869 lib: sbi: Replace __atomic_op_bit_ord with __atomic intrinsics by Anup Patel · 12 months ago
  81. 11bf49b lib: sbi: Fix __atomic_op_bit_ord and comments by Xiang W · 1 year ago
  82. 6b9a849 lib: sbi: Remove xchg/cmpxchg implemented via lr/sc by Xiang W · 1 year ago
  83. d162009 docs: pmu: Add Andes PMU node example by Yu Chien Peter Lin · 12 months ago
  84. e19d419 lib: utils: fdt_pmu: Do not iterate over the fdt_pmu_evt_select table by Yu Chien Peter Lin · 12 months ago
  85. 0308f93 lib: utils: fdt_pmu: Make the fdt_pmu_evt_select table global variable by Yu Chien Peter Lin · 12 months ago
  86. 009ae4e platform: andes: Factor out is_andes() helper by Yu Chien Peter Lin · 12 months ago
  87. 0b3262e lib: utils: fdt_fixup: Allow preserving PMU properties by Yu Chien Peter Lin · 12 months ago
  88. 535c661 platform: rzfive: Enable Andes PMU for RZ/Five by Yu Chien Peter Lin · 12 months ago
  89. 2e50c24 platform: andes: Enable Andes PMU for AE350 by Yu Chien Peter Lin · 12 months ago
  90. 1b9e743 platform: andes: Add Andes custom PMU support by Yu Chien Peter Lin · 12 months ago
  91. effd89a platform: generic: Introduce pmu_init() platform override by Yu Chien Peter Lin · 12 months ago
  92. 51ec60c platform: include: andes45: Add PMU related CSR defines by Yu Chien Peter Lin · 12 months ago
  93. a48f2cf sbi: sbi_pmu: Add hw_counter_filter_mode() to pmu device by Yu Chien Peter Lin · 12 months ago
  94. 090fa99 lib: sbi: Add XAndesPMU in hart extensions by Yu Chien Peter Lin · 12 months ago
  95. 291403f sbi: sbi_pmu: Improve sbi_pmu_init() error handling by Yu Chien Peter Lin · 12 months ago
  96. bd74931 lib: ipi: Adjust Andes PLICSW to single-bit-per-hart scheme by Leo Yu-Chi Liang · 12 months ago
  97. b70d628 lib: sbi: Allow relaxed MMIO writes in device ipi_clear() callback by Anup Patel · 1 year ago
  98. f520256 lib: sbi: Allow relaxed MMIO writes in device ipi_send() callback by Anup Patel · 1 year ago
  99. 791704c lib: utils/irqchip: Avoid redundant writes to APLIC CLRIE register by Anup Patel · 1 year ago
  100. 574b9c8 lib: sbi_pmu: avoid buffer overflow by Heinrich Schuchardt · 1 year ago