VisionFive2 OpenSBI

StarFive Tech OpenSBI for VisionFive (JH7110) boards (mirror)

1266 Commits   9 Branches   48 Tags
Date
Commit Message
Rev
Author
2023-03-10
lib: sbi: Clear IPIs before init_warm_startup in non-boot harts
Evgenii Shatokhin
2023-03-10
lib: sbi: Refactor the calls to sbi_hart_switch_mode()
Evgenii Shatokhin
2023-03-10
lib: sbi_pmu: Add hartid parameter PMU device ops
Mayuresh Chitale
2023-03-10
lib: sbi_pmu: Introduce fw_counter_write_value API
Mayuresh Chitale
2023-03-10
lib: sbi_pmu: Update sbi_pmu dev ops
Mayuresh Chitale
2023-03-10
lib: sbi_pmu: Reserve space for implementation specific firmware events
Mayuresh Chitale
2023-03-10
lib: sbi_pmu: Implement sbi_pmu_counter_fw_read_hi
Mayuresh Chitale
2023-03-10
lib: sbi_pmu: add callback for counter width
Mayuresh Chitale
2023-03-09
lib: utils/i2c: Add minimal StarFive jh7110 I2C driver
Minda Chen
2023-02-27
platform: generic: Add system suspend test
Andrew Jones
2023-02-27
lib: sbi: Add system_suspend_allowed domain property
Andrew Jones
2023-02-27
lib: sbi: Add system suspend skeleton
Andrew Jones
2023-02-27
lib: sbi_hsm: Export some functions
Andrew Jones
2023-02-27
include: sbi: Remove extid parameter from vendor_ext_provider() callback
Anup Patel
2023-02-27
lib: sbi: Align SBI vendor extension id with mvendorid CSR
Anup Patel
2023-02-27
lib: sbi_hart: Enable hcontext and scontext
Nylon Chen
2023-02-27
include: fdt/fdt_helper: Change fdt_get_address() to return root.next_arg1
Bin Meng
2023-02-10
lib: sbi: Add console_puts() callback in the console device
Anup Patel
2023-02-10
lib: sbi: Add sbi_domain_check_addr_range() function
Anup Patel
2023-02-09
lib: sbi: Add sbi_ngets() function
Anup Patel
2023-02-09
lib: sbi: Add sbi_nputs() function
Anup Patel
2023-02-09
include: Add defines for SBI debug console extension
Anup Patel
2023-02-09
include: sbi: Fix BSWAPx() macros for big-endian host
Anup Patel
2023-02-08
include: types: Add typedefs for endianness
Rahul Pathak
2023-02-08
include: Add support for byteorder/endianness conversion
Rahul Pathak
2023-01-24
lib: utils: Add fdt_add_cpu_idle_states() helper function
Samuel Holland
2023-01-23
firmware: Add RW section offset in scratch
Himanshu Chauhan
2023-01-22
lib: utils: atcsmu: Add Andes System Management Unit support
Yu Chien Peter Lin
2023-01-22
include: types: add always inline compiler attribute
Yu Chien Peter Lin
2023-01-22
lib: sbi_hsm: handle failure when hart_stop returns SBI_ENOTSUPP
Yu Chien Peter Lin
2023-01-09
lib: utils: Disallow non-root domains from adding M-mode regions
Himanshu Chauhan
2023-01-09
include: sbi: Fine grain the permissions for M and SU modes
Himanshu Chauhan
2023-01-09
lib: sbi_hsm: Rename 'priv' argument to 'arg1'
Bin Meng
2023-01-07
lib: sbi: Allow platform to influence cold boot HART selection
Anup Patel
2023-01-06
treewide: Replace TRUE/FALSE with true/false
Bin Meng
2022-12-24
include: Bump-up version to 1.2
Anup Patel
2022-12-17
lib: utils/irqchip: plic: Ensure no out-of-bound access in context save/restore helpers
Bin Meng
2022-12-17
lib: utils/irqchip: plic: Ensure no out-of-bound access in priority save/restore helpers
Bin Meng
2022-12-12
lib: utils: serial: Add FDT driver for Renesas SCIF
Lad Prabhakar
2022-12-12
lib: utils: serial: Add Renesas SCIF driver
Lad Prabhakar
2022-10-23
lib: sbi_ecall: Generate extensions list with carray
Vivian Wang
2022-10-23
lib: utils/ipi: Add Andes fdt ipi driver support
Yu Chien Peter Lin
2022-10-23
lib: utils/timer: Add Andes fdt timer support
Yu Chien Peter Lin
2022-10-23
lib: sbi: Add sbi_domain_root_add_memrange() API
Yu Chien Peter Lin
2022-10-23
include: sbi: Fix grammar in comment
Yu Chien Peter Lin
2022-10-23
include: sbi: Fix typo in comment
Yu Chien Peter Lin
2022-10-13
lib: sbi_platform: expose hart_features to extension_init callback
Heiko Stuebner
2022-10-13
lib: sbi_hart: move hart_features struct to a public location
Heiko Stuebner
2022-10-13
lib: sbi_pmu: move pmu irq information into pmu itself
Heiko Stuebner
2022-09-13
lib: utils/serial: add semihosting support
Kautuk Consul
2022-09-13
lib: sbi_trap: Add helper to get GVA in sbi_trap_regs
Vivian Wang
2022-09-01
include: sbi: Reduce includes in sbi_pmu.h
Anup Patel
2022-09-01
lib: sbi_pmu: Add custom PMU device operations
Anup Patel
2022-09-01
lib: sbi_pmu: Simplify FW counters to reduce memory usage
Anup Patel
2022-09-01
lib: sbi_pmu: Replace sbi_pmu_ctr_read() with sbi_pmu_ctr_fw_read()
Anup Patel
2022-09-01
include: Remove sideleg and sedeleg
Rahul Pathak
2022-08-23
lib: utils: serial: Add Cadence UART driver
Jun Liang Tan
2022-08-22
lib: sbi: Use the official extension name for AIA M-mode CSRs
Anup Patel
2022-08-22
lib: sbi_trap: Save mstatus[h].GVA in trap->gva
Vivian Wang
2022-08-22
include: Add mstatus[h].GVA encodings
Vivian Wang
2022-08-08
lib: utils/fdt: Use kconfig for enabling/disabling
Anup Patel
2022-08-08
lib: utils/irqchip: Use kconfig for enabling/disabling drivers
Anup Patel
2022-08-08
lib: utils/ipi: Use kconfig for enabling/disabling drivers
Anup Patel
2022-08-08
lib: utils/timer: Use kconfig for enabling/disabling drivers
Anup Patel
2022-08-08
lib: utils/reset: Use kconfig for enabling/disabling drivers
Anup Patel
2022-08-08
lib: utils/serial: Use kconfig for enabling/disabling drivers
Anup Patel
2022-07-30
lib: sbi: Add the bound check for events during config match
Atish Patra
2022-07-11
lib: sbi: add check for ipi device for hsm start
Ben Dooks
2022-07-08
lib: sbi_timer: Added a conditional wait function which can timeout
Adnan Rahman Chowdhury
2022-06-25
include: Bump-up version to 1.1
Anup Patel
2022-06-24
include: sbi: Change spec version to 1.0
Anup Patel
2022-06-21
lib: utils: Remove CSRs that set/clear an IMSIC interrupt file bits
Anup Patel
2022-06-21
include: sbi: Add mtinst/htinst psuedoinstructions
dramforever
2022-06-13
lib: utils/irqchip: Add wrapper for T-HEAD PLIC delegation
Samuel Holland
2022-06-13
lib: utils/irqchip: Add FDT wrappers for PLIC save/restore functions
Samuel Holland
2022-06-13
lib: irqchip/plic: Add priority save/restore helpers
Samuel Holland
2022-06-13
lib: irqchip/plic: Add context save/restore helpers
Samuel Holland
2022-06-13
lib: irqchip/plic: Factor out a context init function
Samuel Holland
2022-06-13
lib: irqchip/plic: Constify plic_data pointers
Samuel Holland
2022-06-13
lib: sbi_hsm: Assume a consistent resume address
Samuel Holland
2022-06-13
lib: sbi_hsm: Call a device hook during hart resume
Samuel Holland
2022-06-01
lib: sbi_illegal_insn: Add emulation for fence.tso
Samuel Holland
2022-05-30
lib: utils/fdt: Require match data to be const
Samuel Holland
2022-05-14
lib: utils/fdt: rename fdt_parse_max_hart_id
Jan Remes
2022-05-14
lib: utils/fdt: introduce fdt_node_is_enabled()
Jan Remes
2022-05-13
lib: utils/gpio: Generate FDT gpio driver list at compile-time
Anup Patel
2022-05-07
lib: sbi_platform: Add callback to populate HART extensions
Anup Patel
2022-05-07
lib: sbi: Add sbi_hart_update_extension() function
Anup Patel
2022-05-07
lib: sbi: Convert hart features into hart extensions
Anup Patel
2022-05-07
lib: sbi: Remove MENVCFG hart feature
Anup Patel
2022-05-07
lib: sbi: Remove MCOUNTINHIBT hart feature
Anup Patel
2022-05-07
lib: sbi: Remove MCOUNTEREN and SCOUNTEREN hart features
Anup Patel
2022-05-07
lib: sbi: Detect and print privileged spec version
Anup Patel
2022-05-07
include: sbi: Define SBI_PMU_HW_EVENT_MAX to 256
Jun Liang Tan
2022-04-28
lib: sbi: Implement Sstc extension
Atish Patra
2022-04-17
include: correct the definition of MSTATUS_VS
Vincent Chen
2022-04-17
lib: utils/serial: support 'reg-offset' property
Zong Li
2022-04-11
lib: sbi: Detect Smstateen CSRs at boot-time
Mayuresh Chitale
2022-04-11
lib: sbi: Add Smstateen extension defines
Mayuresh Chitale
2022-04-05
lib: sbi: Detect menvcfg CSR at boot time
Atish Patra
2022-04-05
include: Add defines for [m|h|s]envcfg CSRs
Anup Patel
2022-03-27
include: Use static asserts for FW_DYNAMIC_INFO_xxx_OFFSET defines
Xiang W
2022-03-27
include: Use static asserts for SBI_SCRATCH_xxx_OFFSET defines
Xiang W
2022-03-27
include: Use static asserts for SBI_PLATFORM_xxx_OFFSET defines
Xiang W
2022-02-28
lib: utils: serial: Initial commit of xlnx-uartlite
Alistair Francis
2022-02-28
lib: sbi: Add a simple external interrupt handling framework
Anup Patel
2022-02-15
lib: sbi: verbose sbi_domain_root_add_memregion
Nikita Shubin
2022-02-15
lib: utils: Disable appropriate APLIC DT nodes in fdt_fixups()
Anup Patel
2022-02-15
lib: utils/irqchip: Add FDT based driver for APLIC
Anup Patel
2022-02-15
lib: utils/irqchip: Add APLIC initialization library
Anup Patel
2022-02-15
lib: utils: Disable appropriate IMSIC DT nodes in fdt_fixups()
Anup Patel
2022-02-15
lib: utils/irqchip: Add FDT based driver for IMSIC
Anup Patel
2022-02-15
lib: utils/irqchip: Add IMSIC library
Anup Patel
2022-02-15
include: sbi: Introduce nascent_init() platform callback
Anup Patel
2022-02-15
lib: sbi: Add sbi_trap_set_external_irqfn() API
Anup Patel
2022-02-15
lib: sbi: Detect AIA CSRs at boot-time
Anup Patel
2022-02-15
include: sbi: Add AIA related CSR defines
Anup Patel
2022-02-04
lib: fix compilation when strings.h is included
Petro Karashchenko
2022-02-04
lib: sbi: Disable interrupt during config matching
Atish Patra
2022-01-21
lib: fix pointer of type 'void *' used in arithmetic
Jukka Laitinen
2022-01-11
lib: utils/sys: Extend HTIF library to allow custom base address
Anup Patel
2021-12-24
include: Bump-up version to 1.0
Anup Patel
2021-12-03
lib: pmu: support the event ID encoded by a bitmap.
Vincent Chen
2021-12-02
lib: sbi: Improve fatal error handling
Jessica Clarke
2021-11-18
lib: utils: Add LiteX UART support
Gabriel Somlo
2021-11-12
lib: utils/i2c: Add simple FDT based I2C framework
Nikita Shubin
2021-11-12
lib: utils/i2c: Add generic I2C configuration library
Nikita Shubin
2021-11-12
lib: utils/reset: separate driver init func
Nikita Shubin
2021-11-11
lib: sbi: Allow programmable counters to monitor cycle/instret events
Atish Patra
2021-11-11
lib: sbi: Support sscofpmf extension in OpenSBI
Atish Patra
2021-11-11
lib: sbi: Delegate PMU counter overflow interrupt to S mode
Atish Patra
2021-11-11
lib: sbi: Detect Sscofpmf extension at run time
Atish Patra
2021-11-11
riscv: Add new CSRs introduced by Sscofpmf[1] extension
Atish Patra
2021-11-08
lib: sbi: error handling in fdt_reset_init()
Heinrich Schuchardt
2021-11-03
lib: utils/gpio: use list for drivers
Nikita Shubin
2021-11-02
lib: sbi: Fix GPA passed to __sbi_hfence_gvma_xyz() functions
Anup Patel
2021-11-02
include: sbi_utils: Introduce an helper to get fdt base address
Alexandre Ghiti
2021-10-11
lib: sbi: convert reset to list
Nikita Shubin
2021-09-26
lib: sbi: Add generic timer delay loop function
Anup Patel
2021-09-26
lib: sbi: Add timer frequency to struct sbi_timer_device
Anup Patel
2021-09-26
lib: utils/fdt: Add fdt_parse_timebase_frequency() function
Anup Patel
2021-09-22
lib: sbi: add some macros to detect BUG at runtime
Xiang W
2021-09-03
lib: sbi: Checking fifo validness in sbi_fifo_is_empty and is_full
Dong Du
2021-08-14
lib: utils/timer: Simplify MTIMER synchronization
Anup Patel
2021-08-14
lib: utils/fdt: Extend fdt_parse_aclint_node() function
Anup Patel
2021-08-14
lib: utils: Extend fdt_get_node_addr_size() for multiple register sets
Anup Patel
2021-08-14
lib: utils/timer: Allow separate base addresses for MTIME and MTIMECMP
Anup Patel
2021-08-07
lib: utils/fdt: Change addr and size to uint64_t
Bin Meng
2021-07-17
include: types: Use __builtin_offsetof when supported
Alex Richardson
2021-07-17
firmware: use __SIZEOF_LONG__ for field offsets in fw_dynamic.h
Alex Richardson
2021-07-17
lib: utils/gpio: Add simple FDT based GPIO framework
Anup Patel
2021-07-17
lib: utils/gpio: Add generic GPIO configuration library
Anup Patel
2021-07-17
lib: utils/fdt: Add fdt_parse_phandle_with_args() API
Anup Patel
2021-07-11
firmware: Define a macro for version of struct fw_dynamic_info
Bin Meng
2021-07-11
lib: sbi: Implement SBI PMU extension
Atish Patra
2021-07-11
utils: fdt: Add fdt helper functions to parse PMU DT nodes
Atish Patra
2021-07-11
lib: sbi: Add PMU support
Atish Patra
2021-07-11
lib: sbi: Add PMU specific platform hooks
Atish Patra
2021-07-11
include: Add a list empty check function
Atish Patra
2021-07-11
lib: sbi: Detect number of bits implemented in mhpmcounter
Atish Patra
2021-07-11
lib: sbi: Detect mcountinihibit support at runtime
Atish Patra
2021-06-24
platform: Replace CLINT library usage with ACLINT library
Anup Patel
2021-06-24
lib: utils: Add FDT parsing API common for both ACLINT and CLINT
Anup Patel
2021-06-24
lib: utils/ipi: Add ACLINT MSWI library
Anup Patel
2021-06-24
lib: utils/timer: Add ACLINT MTIMER library
Anup Patel
2021-06-12
lib: sbi: Fix GET_F64_REG inline assembly
Charles Papon
2021-06-02
lib: sbi_scratch: remove owner from sbi_scratch_alloc_offset
Heinrich Schuchardt
2021-05-14
lib: sbi: Have spinlock checks return bool
Daniel Schaefer
2021-05-06
lib: utils/serial: Add support for Gaisler APBUART
Daniel Cederman
2021-04-28
lib: sbi: Simplify HSM platform operations
Anup Patel
2021-04-28
lib: sbi: Simplify system reset platform operations
Anup Patel
2021-04-28
lib: sbi: Simplify ipi platform operations
Anup Patel
2021-04-28
lib: sbi: Simplify timer platform operations
Anup Patel
2021-04-28
lib: sbi: Simplify console platform operations
Anup Patel
2021-04-28
lib: sbi: Remove domains_root_regions() platform callback
Anup Patel
2021-04-22
lib: utils: reset: Add T-HEAD sample platform reset driver
Guo Ren
2021-04-13
lib: sbi: Make sbi_domain_memregion_initfw() a local function
Anup Patel
2021-04-13
lib: sbi: Make the root domain instance global variable
Anup Patel
2021-04-13
lib: sbi: Add sbi_domain_root_add_memregion() API
Anup Patel
2021-04-13
lib: sbi: Add sbi_domain_memregion_init() API
Anup Patel
2021-04-09
lib: sbi: Replace test-and-set locks by ticket locks
Christoph Muellner
2021-04-09
include: sbi: Allow direct initialization via SPIN_LOCK_INIT()
Christoph Muellner
2021-04-09
include: types: Add __aligned(x) to define the minimum alignement
Christoph Muellner
2021-04-05
lib: fix csr detect support
Xiang W
2021-04-01
firware: optimize the exception exit code
Xiang W
2021-04-01
lib/utils: Drop the 'compat' parameter of fdt_plic_fixup()
Bin Meng
2021-03-22
include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__
Marouene Boubakri
2021-03-19
firmware: Support position independent execution
Vincent Chen
2021-03-12
include: sbi: SBI function IDs for RFENCE extension
Heinrich Schuchardt
2021-03-03
include: sbi: Upgrade SBI implementation version to v0.3
Anup Patel
2021-03-03
lib: sbi: Implement SBI HSM suspend function
Anup Patel
2021-03-03
include: sbi: Add hart_suspend() platform callback
Anup Patel
2021-03-03
lib: sbi: Add sbi_hart_reinit() function
Anup Patel
2021-03-03
include: sbi: Add HSM suspend related defines
Anup Patel
2021-03-03
lib: sbi: Rename sbi_hsm_hart_started_mask() function
Anup Patel
2021-03-03
lib: sbi: Use SBI_HSM_STATE_xyz defines instead of SBI_STATE_xyz defines
Anup Patel
2021-03-03
include: sbi: Simplify HSM state define names
Anup Patel
2021-01-18
include: Bump-up version to 0.9
Anup Patel
2021-01-15
include: sbi: Don't pack struct sbi_platform and sbi_platform_operations
Anup Patel
2021-01-15
include: sbi: No need to pack struct sbi_scratch
Anup Patel