VisionFive2 OpenSBI
StarFive Tech OpenSBI for VisionFive (JH7110) boards (mirror)
1266 Commits
10 Branches
49 Tags
Index
Trunk
Branches
Tags
Trunk
Branches
Tags
Home page
Home page
starfive-tech/opensbi.git
/
branches
/
StarFive_JH7100_generic
/
Date
Commit Message
Rev
Author
2021-06-18
Clear 0x7c1 CSR
2acaad37
David Abdurachmanov
2021-06-12
lib: sbi: Fix GET_F64_REG inline assembly
79f9b422
Charles Papon
2021-06-11
lib: utils: missing initialization in thead_reset_init
360ab885
Heinrich Schuchardt
2021-06-11
lib: sbi_scratch: zero out scratch memory on all harts
1da3d80b
Heinrich Schuchardt
2021-06-11
platform: andes/ae350: Drop plicsw_ipi_sync()
434198e3
Bin Meng
2021-06-11
platform: andes/ae350: Drop plicsw_get_pending()
de446ccf
Bin Meng
2021-06-11
docs/platform: andes-ae350: Fix missing spaces
b32fac4b
Bin Meng
2021-06-11
platform: andes/ae350: Cosmetic fixes in plicsw.c
a03ea2e2
Bin Meng
2021-06-02
lib: sbi_scratch: remove owner from sbi_scratch_alloc_offset
f30b1894
Heinrich Schuchardt
2021-06-02
lib: utils: consider ':' in stdout-path
66c4fca5
Heinrich Schuchardt
2021-06-02
docs: debugging OpenSBI
d9ba6536
Heinrich Schuchardt
2021-05-24
lib: utils: Try other FDT drivers when we see SBI_ENODEV
54d7def6
Anup Patel
2021-05-24
lib: Check region base for merging in sbi_domain_root_add_memregion()
b2dbbc05
Anup Patel
2021-05-19
lib: utils/fdt: Replace strcmp with strncmp
fe92347b
Daniel Schaefer
2021-05-19
lib: utils/fdt: Don't use sbi_string functions
ee7c2b27
Daniel Schaefer
2021-05-19
lib: utils: Add strncpy macro to libfdt_env.h
c9ef2bc7
Daniel Schaefer
2021-05-19
Makefile: unconditionally disable SSP
6139ab27
Fabrice Fontaine
2021-05-19
lib: utils/serial: Support Synopsys DesignWare APB UART
e822b750
Bin Meng
2021-05-14
lib: sbi: Have spinlock checks return bool
f90c4c2e
Daniel Schaefer
2021-05-06
platform: Remove sifive/fu540 platform
26998f3d
Bin Meng
2021-05-06
docs: platform: Describe sifive_fu540 as supported generic platform
d4177e72
Bin Meng
2021-05-06
docs: platform: Sort platform names
552f53f3
Bin Meng
2021-05-06
lib: utils/serial: Add support for Gaisler APBUART
117fb6dc
Daniel Cederman
2021-04-29
docs/platform: sifive_fu540: Update U-Boot defconfig name
632e27bb
Bin Meng
2021-04-28
lib: sbi: Show devices provided by platform in boot prints
e9a27ab8
Anup Patel
2021-04-28
lib: sbi: Simplify HSM platform operations
a84a1ddb
Anup Patel
2021-04-28
lib: sbi: Simplify system reset platform operations
043d088e
Anup Patel
2021-04-28
lib: sbi: Simplify ipi platform operations
dc39c7b6
Anup Patel
2021-04-28
lib: sbi: Simplify timer platform operations
559a8f1d
Anup Patel
2021-04-28
lib: sbi: Simplify console platform operations
068ca086
Anup Patel
2021-04-28
lib: sbi: Remove domains_root_regions() platform callback
a3689db9
Anup Patel
2021-04-28
docs: generic: Add T-HEAD C9xx series processors
6d1642f8
Guo Ren
2021-04-28
platform: Remove platform/thead
1db84362
Guo Ren
2021-04-28
firmware: Enable FW_PIC by default
bf3ef53b
Guo Ren
2021-04-24
lib: sbi: Fix sbi_domain_root_add_memregion() for merging memregions
0d562938
Anup Patel
2021-04-22
lib: utils: reset: Add T-HEAD sample platform reset driver
49e422c5
Guo Ren
2021-04-22
lib: utils: Implement "64bit-mmio" property parsing
c5d06450
Guo Ren
2021-04-13
lib: sbi: Make sbi_domain_memregion_initfw() a local function
f41196a9
Anup Patel
2021-04-13
lib: utils: Copy over restricted root domain memregions to FDT domains
e7e4bcd5
Anup Patel
2021-04-13
lib: sbi: Make the root domain instance global variable
fc37c971
Anup Patel
2021-04-13
lib: utils/sys: Add CLINT memregion in the root domain
8b569803
Anup Patel
2021-04-13
lib: sbi: Add sbi_domain_root_add_memregion() API
4dc0001b
Anup Patel
2021-04-13
lib: sbi: Add sbi_domain_memregion_init() API
7495bce6
Anup Patel
2021-04-13
lib: sbi: Domains can be registered only before finalizing domains
b1df1acd
Anup Patel
2021-04-12
docs: fix link to OpenPiton documentation
27a16b15
hasheddan
2021-04-09
lib: sbi: fix atomic_add_return
70ffc3e2
Xiang W
2021-04-09
lib: sbi: Replace test-and-set locks by ticket locks
4d8e2f13
Christoph Muellner
2021-04-09
include: sbi: Allow direct initialization via SPIN_LOCK_INIT()
d0e406fa
Christoph Muellner
2021-04-09
include: types: Add __aligned(x) to define the minimum alignement
d4a94ea4
Christoph Muellner
2021-04-05
firmware: Remove redundant add instruction from trap restore path
e71a7c10
Anup Patel
2021-04-05
lib: fix csr detect support
3d8a9527
Xiang W
2021-04-01
firware: optimize the exception exit code
4ef2f5d3
Xiang W
2021-04-01
lib/utils: Support fixing up the official DT bindings of PLIC
4edc8224
Bin Meng
2021-04-01
lib/utils: Drop the 'compat' parameter of fdt_plic_fixup()
ca3f3582
Bin Meng
2021-04-01
lib/utils: Support the official clint DT bindings
9190ad12
Bin Meng
2021-03-22
include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__
bfc85c70
Marouene Boubakri
2021-03-22
lib: sbi: illegal CSR 0x306 access in hpm_allowed()
ddad02d6
Heinrich Schuchardt
2021-03-19
firmware: Support position independent execution
0f20e8ad
Vincent Chen
2021-03-19
firmware: Use lla to access all global symbols
22d8ee97
Vincent Chen
2021-03-12
include: sbi: SBI function IDs for RFENCE extension
ff5bd949
Heinrich Schuchardt
2021-03-03
lib: Remove redundant sbi_platform_ipi_clear() calls
50d4fde1
Anup Patel
2021-03-03
include: sbi: Upgrade SBI implementation version to v0.3
b9cf617a
Anup Patel
2021-03-03
lib: sbi: Implement SBI HSM suspend function
74756891
Anup Patel
2021-03-03
include: sbi: Add hart_suspend() platform callback
807d71c4
Anup Patel
2021-03-03
lib: sbi: Add sbi_hart_reinit() function
4b05df67
Anup Patel
2021-03-03
include: sbi: Add HSM suspend related defines
6290a22e
Anup Patel
2021-03-03
lib: sbi: Fix error codes returned by HSM start() and stop() functions
ca864a97
Anup Patel
2021-03-03
lib: sbi: Remove redundant sbi_hsm_hart_started() function
638c948a
Anup Patel
2021-03-03
lib: sbi: Rename sbi_hsm_hart_started_mask() function
7c867fd1
Anup Patel
2021-03-03
lib: sbi: Use SBI_HSM_STATE_xyz defines instead of SBI_STATE_xyz defines
8df1f9a0
Anup Patel
2021-03-03
include: sbi: Simplify HSM state define names
5487cf09
Anup Patel
2021-03-03
platform: implement K210 system reset
ec5274b0
Heinrich Schuchardt
2021-01-18
include: Bump-up version to 0.9
234ed8e4
Anup Patel
2021-01-18
platform: template: Fix compile error
da5293f7
Anup Patel
2021-01-15
include: sbi: Don't pack struct sbi_platform and sbi_platform_operations
1bbf3618
Anup Patel
2021-01-15
include: sbi: No need to pack struct sbi_scratch
386eba21
Anup Patel
2021-01-15
include: sbi: No need to pack struct sbi_trap_regs
e8844166
Anup Patel
2021-01-12
lib: sbi: Allow platforms to provide root domain memory regions
db56341d
Anup Patel
2021-01-07
lib: utils: Fix shakti uart implementation
0d49c3bc
Vijai Kumar K
2021-01-07
lib: sbi: Allow custom local TLB flush function
12394a26
Anup Patel
2021-01-07
lib: sbi: Introduce sbi_trap_exit() API
b7df5e43
Anup Patel
2021-01-07
lib: sbi: Replace args with trap registers in ecall handler
80bc5065
Anup Patel
2020-12-24
lib: sbi: Fix sign-extension in sbi_misaligned_load_handler()
7dcb1e17
Anup Patel
2020-12-16
lib: sbi: Remove domain_get() platform callback function
a029bd90
Anup Patel
2020-12-16
lib: utils: Remove fdt_domain_get() function
6fc1986f
Anup Patel
2020-12-16
lib: sbi: Add function to register new domain
7baccfca
Anup Patel
2020-12-16
lib: utils: Allow FDT domain iteration functions to fail
21797773
Anup Patel
2020-12-13
lib: utils/libfdt: Upgrade to v1.6.0 release
e7da0b42
Dimitri John Ledkov
2020-12-04
platform: generic: Populate domains from FDT
4fffb532
Anup Patel
2020-12-04
lib: utils: Add helper routines to populate domains from FDT
ba741ea0
Anup Patel
2020-12-04
docs: Add domain device tree binding documentation
c0d2baa8
Anup Patel
2020-12-04
include: sbi: Add domains_init() platform operation
9b65dcae
Anup Patel
2020-12-04
lib: sbi: Add error prints in sbi_domain_finalize()
555e7377
Anup Patel
2020-12-04
lib: sbi: Override domain boot HART when coldboot HART assigned to it
62ea4f4e
Anup Patel
2020-12-04
include: sbi: Use lower bits for domain memory region permissions
c1f6d896
Anup Patel
2020-12-04
lib: sbi: Auto start domain only if boot HART within limits
c709d40a
Anup Patel
2020-12-04
lib: sbi: Fix domain_count check in sbi_domain_finalize()
4e370224
Anup Patel
2020-12-04
lib: sbi: Fix typo in sbi_domain_finalize()
3d921fad
Anup Patel
2020-12-04
lib: sbi: Fix sbi_hart_switch_mode() for u-mode
8d2edc4f
Anup Patel
2020-12-01
firmware: fw_base: Optimize trap handler for RV32 systems
2677324f
Anup Patel
2020-12-01
lib: sbi: Implement System Reset (SRST) SBI extension
548d03e5
Anup Patel
2020-12-01
lib: sbi: Improve system reset platform operations
5c429ae2
Anup Patel
2020-12-01
platform: Remove dummy system reset functions
da074796
Anup Patel
2020-12-01
include: sbi: Remove opensbi specific reset type defines
c4acc60a
Anup Patel
2020-12-01
include: sbi: Add SBI SRST extension related defines
54a7734d
Anup Patel
2020-11-27
docs: fix a typo error
781cafdb
Yuan Li
2020-11-10
lib: sbi: Improve boot prints in cold boot sequence
48616b3d
Anup Patel
2020-11-02
Makefile: Add option to use toolchain default ABI and ISA string
914f81fb
Anup Patel
2020-10-26
lib: sbi: Improve boot time print with additional PMP information
a809f406
Atish Patra
2020-10-26
lib: sbi: Detect PMP granularity and number of address bits
bf216328
Atish Patra
2020-10-23
lib: utils: Implement "ranges" property parsing
74c0ea1e
Atish Patra
2020-10-21
docs: Add initial documentation for domain support
fdf5d5c3
Anup Patel
2020-10-21
lib: sbi: Display domain details in boot prints
c347408a
Anup Patel
2020-10-20
lib: sbi: Configure PMP based on domain memory regions
c10c30b4
Anup Patel
2020-10-20
lib: sbi: Remove redundant sbi_hart_pmp_xyz() functions
e856462a
Anup Patel
2020-10-20
lib: utils: Update fdt_cpu_fixup() to use current domain
5fd99dbd
Anup Patel
2020-10-20
lib: utils: Update fdt_reserved_memory_fixup() to use current domain
5edbb7cd
Anup Patel
2020-10-20
lib: sbi: Extend sbi_system_reset() for domains
3e200370
Anup Patel
2020-10-20
lib: sbi: Optimize sbi_hsm_hart_started_mask() implementation
530e95bd
Anup Patel
2020-10-20
lib: sbi: Extend sbi_hsm_hart_start() for domains
3a30d2c3
Anup Patel
2020-10-20
lib: sbi: Extend sbi_hsm_hart_started_mask() for domains
e73b92d8
Anup Patel
2020-10-20
lib: sbi: Add initial domain support
b1678af2
Anup Patel
2020-10-20
include: sbi: Make hartmask pointer const in sbi_hartmask_test_hart()
8b650050
Anup Patel
2020-10-20
lib: sbi: Remove redundant hartid parameter from sbi_hart_init()
f81d6f6f
Anup Patel
2020-10-20
lib: sbi: Configure PMP late in coldboot and warmboot path
a126886b
Anup Patel
2020-10-20
include: sbi: Remove pmp_region callbacks from sbi_platform_operations
a12d46a5
Anup Patel
2020-10-20
include: sbi: Remove redundant includes from sbi_platform.h
dbeeacb8
Anup Patel
2020-10-18
platform: kendryte/k210: Add some padding for FDT fixups
a0f2d4a1
Anup Patel
2020-10-18
Makefile: Allow padding zeros when converting DTB to C source
e9a4bfb7
Heinrich Schuchardt
2020-10-18
firmware: Remove FW_PAYLOAD_FDT_PATH compile-time option
9c07c513
Anup Patel
2020-10-18
firmware: Add common FW_FDT_PATH compile-time option
6ca09697
Anup Patel
2020-10-18
Makefile: Build ELF, BIN and LD script in platform build directory
af4b50f8
Anup Patel
2020-10-10
makefile: fix clean directive
a04c4650
Damien Le Moal
2020-10-02
lib: sbi_scratch: typo scatch
79bf80b4
Heinrich Schuchardt
2020-09-25
lib: sbi: Fix PMP CSR detection
7701ea13
Pragnesh Patel
2020-09-16
platform: generic: Don't mark non-MMU HARTs as invalid
aaeca7eb
Anup Patel
2020-09-16
lib: sbi: Ensure coldboot HART supports next privilege mode
172fa160
Anup Patel
2020-09-16
lib: utils: Improve fdt_cpu_fixup() implementation
9f935a4a
Anup Patel
2020-09-16
lib: sbi: Allow specifying mode in sbi_hart_pmp_check_addr() API
7ccf6bf5
Anup Patel
2020-09-16
lib: sbi: Allow specifying start mode to sbi_hsm_hart_start() API
6734304f
Anup Patel
2020-09-09
lib: sbi_trap: Allow M-mode to M-mode ECALLs
c1c7c3ee
Anup Patel
2020-09-09
include: Rename ECALL defines to match latest RISC-V spec
bef63d68
Anup Patel
2020-09-09
lib: sbi: Don't handle VS-mode ecall in sbi_trap_handler()
dcb10c00
Anup Patel
2020-09-01
lib: sbi: Improve HPM CSR read/write emulation
ebc8ebc0
Anup Patel
2020-09-01
include: sbi: Few cosmetic changes in riscv_encoding.h
162d453b
Anup Patel
2020-09-01
lib: sbi: Detect and print MHPM counters at boot-time
2c341f78
Anup Patel
2020-09-01
lib: sbi: Improve PMP CSR detection and progamming
74d1db70
Anup Patel
2020-09-01
lib: sbi: Remove redundant SBI_HART_HAS_PMP feature
7b0b2898
Anup Patel
2020-08-21
lib: sbi: Handle the case where MTVAL has illegal instruction address
4f3bad6e
Anup Patel
2020-08-21
lib: sbi_init: Avoid thundering hurd problem with coldboot_lock
e435ba05
Anup Patel
2020-08-20
platform: kendryte/k210: fixup FDT
d7f87d99
Heinrich Schuchardt
2020-08-17
lib: sbi_trap: Fix hstatus.SPVP update in sbi_trap_redirect()
9d56961b
Georg Kotheimer
2020-08-14
firmware: fw_base: Improve exception stack setup in trap handler
4b18a2ac
Anup Patel
2020-08-04
lib: sbi_misaligned_ldst: Determine transformed instruction length correctly
937caee0
Anup Patel
2020-07-29
lib: utils: Use strncmp in fdt_parse_hart_id()
2cfd2fc9
Abner Chang
2020-07-29
lib: utils: Add a macro in libfdt_env.h for strncmp
2845d2d2
Abner Chang
2020-07-29
lib: Add sbi_strncmp implementation
8e47649e
Abner Chang
2020-07-14
include: sbi_bitops: Remove dead shift assignment in ffs/fls
ec1abf66
Tobias Klauser
2020-07-06
lib/utils: fdt: Update FDT expand size to 1024 for reserved memory node
a5f91043
Bin Meng
2020-07-04
README.md: fix markdown link formatting
7d61a687
Tobias Klauser
2020-06-29
docs/platform: sifive_fu540: Update U-Boot instructions
ec3e5b14
Bin Meng
2020-06-29
config.mk: Update QEMU run command for generic and sifive fu540 platforms
78afe11b
Bin Meng
2020-06-29
docs/platform: Update QEMU parameter for fw_payload
35bc8102
Bin Meng
2020-06-20
include: Bump-up version to 0.8
a98258d0
Anup Patel
2020-06-20
lib: Don't return any invalid error from SBI ecall
23141019
Anup Patel
2020-06-20
lib: sbi: Fix 32/64 bits variable compatibility
9bd5f8f1
Liush
2020-06-19
platform: Add support for Shakti C-class SoC from IIT-M
db56ef36
Vijai Kumar K
2020-06-18
lib: Fix the SBI_HART_HAS_MCOUNTEREN feature check
637b3482
Alistair Francis
2020-06-18
lib: Don't print delegation CSRs if there is no S-Mode
d5725c24
Alistair Francis
2020-06-17
platform: Update Nuclei ux600 platform support
518e85cc
Huaqi Fang
2020-06-15
platform/lib: Allow the OS to map the regions that are protected by PMP
6966ad0a
Alexandre Ghiti
2020-06-15
lib: Fix __sbi_hfence_gvma_vmid_gpa() and __sbi_hfence_vvma_asid_va()
e2c3f01a
Anup Patel
2020-06-10
platform: Add AE350 cache control SBIs
32f87e5a
Nylon Chen
2020-06-10
platform: Add AE350 platform specific SBI handler
98029065
Nylon Chen
2020-06-08
docs: Remove redundant documentation about combined payload use case
106b888e
Atish Patra
2020-06-08
docs: Use doxygen config to mark the main page
79bfd67f
Atish Patra
2020-06-08
lib: Add RISC-V hypervisor v0.6.1 support
1b8c0128
Anup Patel
2020-06-05
firmware: Remove FW_PAYLOAD_FDT and related documentation
51f0e4a0
Anup Patel
2020-06-05
platform: kendryte/k210: Use new mechanism of builtin DTB
72019ee2
Anup Patel
2020-06-05
Makefile: Add mechanism for platforms to have multiple builtin DTBs
4e3876d5
Anup Patel
2020-06-05
Makefile: Preprocess builtin DTS
c6c65ee8
Anup Patel
2020-06-05
firmware: Allow fw_platform_init() to return updated FDT location
86ec5341
Anup Patel
2020-06-05
firmware: fw_base: Don't OR forced FW_OPTIONS
4ce6b7a8
Anup Patel
2020-06-05
firmware: fw_base: Make builtin DTB available to fw_platform_init()
64f14083
Anup Patel
2020-06-05
Makefile: Fix builtin DTB compilation for out-of-tree platforms
30b60401
Anup Patel
2020-05-23
lib: utils/timer: Initialize all matching timer DT nodes
a63f05f3
Anup Patel
2020-05-23
lib: utils/ipi: Initialize all matching ipi DT nodes
6956e83a
Anup Patel
2020-05-23
lib: utils: Add fdt_parse_clint_node() function
569dd64b
Anup Patel
2020-05-23
lib: utils: Allow CLINT functions to be used for multiple CLINTs
a9a97511
Anup Patel
2020-05-23
lib: utils/irqchip: Initialize all matching irqchip DT nodes
d30bb684
Anup Patel
2020-05-23
lib: utils: Extend fdt_find_match() Implementation
2c685c21
Anup Patel
2020-05-23
lib: utils: Allow PLIC functions to be used for multiple PLICs
446a9c6d
Anup Patel
2020-05-23
lib: utils: Remove redundant parameters from PLIC init functions
73d6ef3b
Anup Patel
2020-05-19
include: sbi: Add firmware extension constants
89ba6349
Daniel Schaefer
2020-05-19
lib: sbi_hart: Detect number of supported PMP regions
a38bea93
Anup Patel
2020-05-19
lib: sbi: Few cosmetic improvements to HART feature detection
2966510e
Anup Patel
2020-05-19
include: sbi: Use scratch pointer as parmeter in HART feature APIs
63b0f5f7
Anup Patel
2020-05-19
lib: sbi: Print platform HART count just before boot HART id
3a8fc813
Anup Patel
2020-05-19
lib: sbi: Remove extra spaces from boot time prints
3aa1036f
Anup Patel
2020-05-19
lib: sbi: Improve get_feature_str() implementation and usage
49841832
Anup Patel
Next ≫