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