VisionFive2 OpenSBI

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

1266 Commits   10 Branches   49 Tags
Date
Commit Message
Rev
Author
2024-04-26
Merge branch 'starfive-v1.4-dubhe-remove-dubhe80-compatible' into 'starfive-v1.4-dubhe'
cheehong.ang
2024-04-25
platform: generic: starfive: dubhe: Remove Dubhe-80 compatible
Ji Sheng Teoh
2024-04-05
Merge branch 'starfive-v1.4-dubhe-fix-dubhe-ptime' into 'starfive-v1.4-dubhe'
leyfoon.tan
2024-04-05
platform: generic: starfive: dubhe: Fix Dubhe-90/80 PAUSE time
Ji Sheng Teoh
2024-04-05
Merge branch 'starfive-v1.4-dubhe-add-dubhe-pause' into 'starfive-v1.4-dubhe'
leyfoon.tan
2024-04-05
platform: generic: starfive: dubhe: Add Dubhe-90/80 hart PAUSE support
Ji Sheng Teoh
2024-03-11
Merge branch 'starfive-v1.4-dubhe-add-dubhe90-dubhe80-compatible' into 'starfive-v1.4-dubhe'
leyfoon.tan
2024-03-08
platform: generic: starfive: express Dubhe-90 and Dubhe-80 compatible
Ji Sheng Teoh
2024-01-14
platform: generic: starfive: Add Dubhe CMO SBI extension
Chee Hong Ang
2023-12-27
include: Bump-up version to 1.4
Anup Patel
2023-12-27
lib: sbi: Detect Zicntr extension only based on traps
Anup Patel
2023-12-27
lib: utils/timer: mtimer: only use regname for aclint
Inochi Amaoto
2023-12-26
lib: sbi: Fix shift bug in sbi_system_reset
Xiang W
2023-12-19
lib: sbi: Do not enter OpenSBI with mseccfg.MML == 1
Anup Patel
2023-12-19
lib: sbi: Remove the SBI_ETRAP error code
Anup Patel
2023-12-19
lib: sbi: Allow ecall handlers to directly update register state
Anup Patel
2023-12-19
lib: utils/irqchip: Add shared MMIO region for PLIC in root domain
Anup Patel
2023-12-19
platform: generic: Fine tune fw_platform_calculate_heap_size()
Anup Patel
2023-12-19
lib: sbi_tlb: Reduce size of struct sbi_tlb_info
Anup Patel
2023-12-19
lib: sbi: Detect extensions from the ISA string in DT
Yong-Xuan Wang
2023-12-19
lib: sbi: Using one array to define the name of extensions
Yong-Xuan Wang
2023-12-19
lib: sbi: Refactor the code for enable extensions in menvfg CSR
Yong-Xuan Wang
2023-12-19
lib: sbi: Improve the code of privilege mode and extensions detection
Yong-Xuan Wang
2023-12-18
lib: sbi: Simplify the initialization of root_hmask in sbi_domain_init
Xiang W
2023-12-18
lib: sbi_ipi: Drop unnecessary ipi_process check
Samuel Holland
2023-12-18
lib: sbi_ipi: Process self-IPIs in sbi_ipi_send()
Samuel Holland
2023-12-18
lib: sbi_ipi: Do not ignore errors from sbi_ipi_send()
Samuel Holland
2023-12-11
lib: sbi_tlb: Check tlb_range_flush_limit only once per request
Samuel Holland
2023-12-11
lib: utils/fdt: Allow to use reg-names when parsing ACLINT
Inochi Amaoto
2023-12-11
lib: sbi: skip wait_for_coldboot when coolboot done
Xiang W
2023-12-11
platform: recalculate heap size to support new tlb entry number
Inochi Amaoto
2023-12-10
lib: sbi_hsm: Put the resume_pending hart in the interruptible hart mask
Nick Hu
2023-12-09
firmware: fix section types
Matt Waltz
2023-12-08
lib: sbi_pmu: Fix the counter info function
Atish Patra
2023-12-08
lib: sbi_pmu: Add PMU snapshot definitions
Atish Patra
2023-12-08
lib: sbi_hart: Store PMP granularity as log base 2
Samuel Holland
2023-12-08
lib: sbi: Prevent redundant sbi_ipi_process
Xiang W
2023-12-08
lib: sbi: Replace __atomic_op_bit_ord with __atomic intrinsics
Anup Patel
2023-12-08
lib: sbi: Fix __atomic_op_bit_ord and comments
Xiang W
2023-12-08
lib: sbi: Remove xchg/cmpxchg implemented via lr/sc
Xiang W
2023-12-06
docs: pmu: Add Andes PMU node example
Yu Chien Peter Lin
2023-12-06
lib: utils: fdt_pmu: Do not iterate over the fdt_pmu_evt_select table
Yu Chien Peter Lin
2023-12-06
lib: utils: fdt_pmu: Make the fdt_pmu_evt_select table global variable
Yu Chien Peter Lin
2023-12-06
platform: andes: Factor out is_andes() helper
Yu Chien Peter Lin
2023-12-06
lib: utils: fdt_fixup: Allow preserving PMU properties
Yu Chien Peter Lin
2023-12-06
platform: rzfive: Enable Andes PMU for RZ/Five
Yu Chien Peter Lin
2023-12-06
platform: andes: Enable Andes PMU for AE350
Yu Chien Peter Lin
2023-12-06
platform: andes: Add Andes custom PMU support
Yu Chien Peter Lin
2023-12-06
platform: generic: Introduce pmu_init() platform override
Yu Chien Peter Lin
2023-12-06
platform: include: andes45: Add PMU related CSR defines
Yu Chien Peter Lin
2023-12-06
sbi: sbi_pmu: Add hw_counter_filter_mode() to pmu device
Yu Chien Peter Lin
2023-12-06
lib: sbi: Add XAndesPMU in hart extensions
Yu Chien Peter Lin
2023-12-06
sbi: sbi_pmu: Improve sbi_pmu_init() error handling
Yu Chien Peter Lin
2023-12-06
lib: ipi: Adjust Andes PLICSW to single-bit-per-hart scheme
Leo Yu-Chi Liang
2023-11-26
lib: sbi: Allow relaxed MMIO writes in device ipi_clear() callback
Anup Patel
2023-11-26
lib: sbi: Allow relaxed MMIO writes in device ipi_send() callback
Anup Patel
2023-11-24
lib: utils/irqchip: Avoid redundant writes to APLIC CLRIE register
Anup Patel
2023-11-22
lib: sbi_pmu: avoid buffer overflow
Heinrich Schuchardt
2023-11-22
lib: sbi: Fix PMP granularity handling in sbi_hart_map_saddr()
Anup Patel
2023-11-17
lib: utils/serial: remove semihosting_putc
Xiang W
2023-11-17
lib: sbi: Make console_puts/console_putc interchangeable
Xiang W
2023-11-17
lib: sbi: change sbi_hart_features.extensions as an array
Xiang W
2023-11-17
lib: sbi: enable seed access in S-mode
Heinrich Schuchardt
2023-11-17
lib: sbi: Add Zkr in hart extensions
Heinrich Schuchardt
2023-11-17
include: sbi: macros for mseccfg.sseed and .useed
Heinrich Schuchardt
2023-11-16
platform: generic: Add Sophgo sg2042 platform support
Inochi Amaoto
2023-11-16
lib: sbi: Add regions merging when sanitizing domain region
Inochi Amaoto
2023-11-16
lib: sbi: separate the swap operation of domain region
Inochi Amaoto
2023-11-16
lib: utils/ipi: mswi: add separate T-Head C9xx CLINT mswi compatible
Inochi Amaoto
2023-11-16
lib: utils/timer: mtimer: add separate T-Head C9xx CLINT mtimer compatible
Inochi Amaoto
2023-11-16
lib: utils/timer: Allow ACLINT MTIMER driver to setup quirks
Inochi Amaoto
2023-11-16
utils/reset: Remove fdt_reset_thead
Guo Ren
2023-11-16
firmware: fw_base.S: Fix boot hart status synchronization
Guo Ren
2023-11-16
lib: utils/serial: Optimize semihosting_putc implementation
Chen Pei
2023-11-16
platform: Uses hart count as the default size of tlb info
Inochi Amaoto
2023-11-16
platform: generic: thead: improve tlb flush errata
Inochi Amaoto
2023-11-16
lib: sbi: Correctly limit flushes to a single ASID/VMID
Samuel Holland
2023-11-14
platform: generic: thead: initialize PMU by default in thead generic platform
Inochi Amaoto
2023-11-14
platform: generic: thead: separate implement of T-HEAD c9xx errata
Inochi Amaoto
2023-11-14
platform: generic: thead: separate implement of T-HEAD c9xx pmu
Inochi Amaoto
2023-11-14
platform: generic: thead: move to thead c9xx header to vendor specific postion
Inochi Amaoto
2023-11-14
lib: sbi: simplify sanitize_domain()
Heinrich Schuchardt
2023-10-19
include: sbi: Change spec version to 2.0
Anup Patel
2023-10-09
lib: sbi_misaligned_ldst: Fix handling of C.SWSP and C.SDSP
Amanieu d'Antras
2023-10-06
lib: sbi: Add support for mconfigptr
Yangjie Zhang
2023-10-06
docs: platform: update platform_requirements.md
Yangjie Zhang
2023-10-06
gpio/starfive: redundant readl() call
Heinrich Schuchardt
2023-10-06
lib: sbi_pmu: check for index overflows
Heinrich Schuchardt
2023-10-06
lib: utils: Simplify SET_ISA_EXT_MAP()
Heinrich Schuchardt
2023-10-06
lib: utils/fdt: simplify dt_parse_isa_extensions
Heinrich Schuchardt
2023-10-06
lib: sbi: fix sbi_domain_get_assigned_hartmask()
Heinrich Schuchardt
2023-10-06
lib: utils: timer/ipi: Update memregion flags for PLMT and PLICSW
Yu Chien Peter Lin
2023-10-06
lib: utils/serial: Ensure proper allocation of PMP entries for uart8250
Yu Chien Peter Lin
2023-10-06
doc: Fix fw_payload.md
Hoa Nguyen
2023-10-06
Makefile: Add --exclude-libs ALL to avoid .dynsym
Vivian Wang
2023-10-06
firmware: Remove handling of R_RISCV_{32,64}
Vivian Wang
2023-10-06
firmware: Remove ALIGN in .rela.dyn in linker script
Vivian Wang
2023-10-04
platform: generic: thead: fix stale TLB entries for th1520/sg2042
Inochi Amaoto
2023-09-24
lib: utils/regmap: Mark syscon region as shared read-write
Anup Patel
2023-09-24
lib: utils/serial: Add shared regions for serial drivers
Mayuresh Chitale
2023-09-24
lib: sbi: Populate M-only Smepmp entries before setting mseccfg.MML
Anup Patel
2023-09-24
lib: sbi: Fix pmp_flags for Smepmp read-only shared region
Anup Patel
2023-09-24
lib: sbi: Don't clear mseccfg.MML bit in sbi_hart_smepmp_configure()
Anup Patel
2023-09-24
lib: sbi: Factor-out Smepmp configuration as separate function
Anup Patel
2023-09-24
include: sbi_domain: Fix permission test macros
Mayuresh Chitale
2023-09-24
include: sbi: Remove sbi_hartmask_for_each_hart() macro
Anup Patel
2023-09-24
lib: sbi: Maximize the use of HART index in sbi_domain
Anup Patel
2023-09-24
lib: sbi: Remove sbi_scratch_last_hartid() macro
Anup Patel
2023-09-24
lib: sbi: Prefer hartindex over hartid in IPI framework
Anup Patel
2023-09-24
lib: sbi: Use sbi_scratch_last_hartindex() in remote TLB managment
Anup Patel
2023-09-24
lib: sbi: Extend sbi_hartmask to support both hartid and hartindex
Xiang W
2023-09-24
lib: sbi: Remove sbi_platform_hart_index/invalid() functions
Anup Patel
2023-09-24
lib: sbi: Introduce HART index in sbi_scratch
Anup Patel
2023-09-22
lib: sbi: Implement SET_FS_DIRTY() to make sure the mstatus FS dirty is set
Greentime Hu
2023-09-10
lib: sbi: alloc tlb fifo by sbi_malloc
Xiang W
2023-09-10
platform: Allow platforms to specify the size of tlb fifo
Xiang W
2023-09-10
lib: sbi_pmu: keep overflow interrupt of stopped hpm counter disabled
Inochi Amaoto
2023-09-10
platform: generic: allwinner: fix OF process for T-HEAD c9xx pmu
Inochi Amaoto
2023-09-10
lib: sbi_pmu: ensure update hpm counter before starting counting
Inochi Amaoto
2023-09-06
lib: sbi: improve the definition of SBI_IPI_EVENT_MAX
Xiang W
2023-09-06
firmware: payload: test: Change to SBI v2.0 DBCN ecalls
Inochi Amaoto
2023-08-22
lib: sbi_pmu: remove mhpm_count field in hart feature
Inochi Amaoto
2023-08-22
platform: generic: allwinner: correct mhpmevent count
Inochi Amaoto
2023-08-22
Makefile: Fix grep warning
Andrew Jones
2023-08-18
lib: sbi: Add support for smcntrpmf
Kaiwen Xue
2023-08-06
fw_base.S: Fix assembler error with clang 16+
Mitchell Horne
2023-08-06
lib: sbi: Fix typo for finding fixed event counter
Kaiwen Xue
2023-08-06
lib: utils/fdt: Fix fdt_parse_isa_extensions() implementation
Anup Patel
2023-08-06
lib: sbi_pmu: Enable noncontigous hpm event and counters
Mayuresh Chitale
2023-08-06
gitignore: allow gitignore to ignore most dot file
Inochi Amaoto
2023-07-31
lib: utils/reset: Remove SiFive Test reset driver
Anup Patel
2023-07-31
lib: utils/reset: Add syscon based reboot and poweroff
Anup Patel
2023-07-31
lib: utils/regmap: Add simple FDT based syscon regmap driver
Anup Patel
2023-07-31
lib: utils/regmap: Add simple FDT based regmap framework
Anup Patel
2023-07-31
lib: utils/regmap: Add generic regmap access library
Anup Patel
2023-07-31
include: sbi_utils: Remove driver pointer from struct i2c_adapter
Anup Patel
2023-07-31
include: sbi: fix CSR define of mseccfg
Xiang W
2023-07-31
lib: sbi: Update system suspend to spec
Andrew Jones
2023-07-31
libfdt: fix SPDX license identifiers
Heinrich Schuchardt
2023-07-13
lib: sbi: Map/Unmap debug console shared memory buffers
Himanshu Chauhan
2023-07-13
lib: sbi: Add functions to map/unmap shared memory
Himanshu Chauhan
2023-07-13
lib: sbi: Add support for Smepmp
Himanshu Chauhan
2023-07-13
lib: sbi: Change the order of PMP initialization
Himanshu Chauhan
2023-07-13
lib: sbi: Grant SU R/W/X permissions to whole memory
Himanshu Chauhan
2023-07-13
lib: utils: Add detection of Smepmp from ISA string in FDT
Himanshu Chauhan
2023-07-13
lib: sbi: Add smepmp in hart extensions
Himanshu Chauhan
2023-07-13
include: sbi: Add Smepmp specific access flags for PMP entries
Himanshu Chauhan
2023-07-13
lib: sbi: Add functions to manipulate PMP entries
Himanshu Chauhan
2023-07-13
include: sbi: Add macro definitions for mseccfg CSR
Himanshu Chauhan
2023-07-12
lib: utils/gpio: Fix RV32 compile error for designware GPIO driver
Anup Patel
2023-07-12
lib: sbi: Fix missing '\0' when buffer szie equal 1
Xiang W
2023-07-12
lib: sbi: Fix timing of clearing tbuf
Xiang W
2023-07-12
lib: sbi: Fix printc
Xiang W
2023-07-12
lib: sbi: Simplify prints
Xiang W
2023-07-12
lib: sbi: Fix printi
Xiang W
2023-07-12
lib: sbi: print add 'o' type
Xiang W
2023-07-12
lib: sbi: implifying the parameters of printi
Xiang W
2023-07-12
lib: sbi: Add ' ' '\'' flags for print
Xiang W
2023-07-12
lib: sbi: Add '+' flags for print
Xiang W
2023-07-12
lib: sbi: print not fill '0' when left-aligned
Xiang W
2023-07-12
lib: sbi: Fix how print gets flags
Xiang W
2023-07-09
lib: sbi: Fix Priv spec version for [m|s]counteren and mcountinhibit CSRs
Ley Foon Tan
2023-07-09
lib: sbi: Rename hart_pmu_get_allowed_bits() function
Anup Patel
2023-07-09
lib: sbi: Alphabetically sort HART ISA extensions
Anup Patel
2023-07-09
lib: sbi: Add Zihpm as a HART ISA extension
Anup Patel
2023-07-09
lib: sbi: Add Zicntr as a HART ISA extension
Anup Patel
2023-07-09
lib: utils: Fix sbi_hartid_to_scratch() usage in ACLINT drivers
Anup Patel
2023-07-07
gpio/desginware: add Synopsys DesignWare APB GPIO support
Ben Dooks
2023-07-05
lib: sbi_pmu: Avoid out of bounds access
Heinrich Schuchardt
2023-07-05
lib: sbi: fix comment indent
Gianluca Guida
2023-06-23
include: Bump-up version to 1.3
Anup Patel
2023-06-23
lib: sbi: check A2 register in ecall_dbcn_handler.
Gianluca Guida
2023-06-21
lib: reset: Move fdt_reset_init into generic_early_init
Guo Ren
2023-06-21
firmware: Fix find hart index
Xiang W
2023-06-15
platform/lib: Set no-map attribute on all PMP regions
Alexandre Ghiti
2023-06-14
README.md: Improve project copyright information
Anup Patel
2023-06-14
docs: Add OpenSBI logo and use it in the top-level README.md
Anup Patel
2023-06-06
lib: utils/irqchip: Use scratch space to save per-HART IMSIC pointer
Anup Patel
2023-06-05
lib: utils/irqchip: Don't check hartid in imsic_update_hartid_table()
Anup Patel
2023-06-05
lib: utils/irqchip: Use scratch space to save per-HART PLIC pointer
Anup Patel
2023-06-05
lib: utils/timer: Use scratch space to save per-HART MTIMER pointer
Anup Patel
2023-06-05
lib: utils/ipi: Use scratch space to save per-HART MSWI pointer
Anup Patel
2023-06-05
lib: utils/fdt: Use heap in FDT domain parsing
Anup Patel
2023-06-05
lib: utils/timer: Use heap in ACLINT MTIMER driver
Anup Patel
2023-06-05
lib: utils/irqchip: Use heap in PLIC, APLIC and IMSIC drivers
Anup Patel
2023-06-05
lib: utils/ipi: Use heap in ACLINT MSWI driver
Anup Patel
2023-06-05
lib: utils/i2c: Use heap in DesignWare and SiFive I2C drivers
Anup Patel
2023-06-05
lib: utils/gpio: Use heap in SiFive and StartFive GPIO drivers
Anup Patel
2023-06-05
lib: sbi: Use scratch space to save per-HART domain pointer
Anup Patel
2023-06-05
lib: sbi: Use heap for root domain creation
Anup Patel
2023-06-05
lib: sbi_pmu: Use heap for per-HART PMU state
Anup Patel
2023-06-05
lib: sbi: Print scratch size and usage at boot time
Anup Patel
2023-06-05
lib: sbi: Introduce simple heap allocator
Anup Patel
2023-06-05
platform: Allow platforms to specify heap size
Anup Patel
2023-06-05
include: sbi_scratch: Add helper macros to access data type
Anup Patel
2023-06-04
lib: sbi: Align system suspend errors with spec
Andrew Jones
2023-06-04
lib: utils/ipi: buffer overrun aclint_mswi_cold_init
Heinrich Schuchardt
2023-05-26
lib: utils: Improve fdt_timer
Xiang W
2023-05-26
lib: utils: Improve fdt_ipi
Xiang W
2023-05-26
lib: utils: Improve fdt_serial_init
Xiang W