index
:
opensbi.git
master
release-1.3.x
release-1.5.x
release-1.8.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
sbi
/
sbi_scratch.h
Age
Commit message (
Expand
)
Author
2019-08-09
lib: Introduce sbi_dprintf() API
Anup Patel
2019-05-24
lib: Add a simple brain-dead allocator to manage extra scratch space
Anup Patel
2019-04-24
all: run clang-format and update checked-in files
Olof Johansson
2019-04-24
all: Annotate some tables to have clang-format leave them alone
Olof Johansson
2019-04-03
lib: Use a fifo to keep track of sfence related IPIs.
Atish Patra
2019-04-03
lib: Increase the scratch space to 512 bytes.
Atish Patra
2019-03-29
lib: Disable the boot prints if SBI_SCRATCH_NO_BOOT_PRINTS is set
Bin Meng
2019-03-29
firmware: Introduce "options" in "struct sbi_scratch"
Bin Meng
2019-03-12
lib: Implement sfence.vma correctly.
Atish Patra
2019-03-10
lib: Create a sbi_ipi_data structure
Alistair Francis
2019-02-20
firmware: Improve low-level trap handler for M-mode to M-mode traps
Anup Patel
2019-02-14
lib: Use CSR_<FOO> instead of <foo> for csr_*()
Atish Patra
2019-01-24
all: Update copyright header in all files
Anup patel
2019-01-16
include: Add documentation for sbi_trap_regs and friends
Anup Patel
2019-01-16
include: Add documentation for sbi_scratch and friends
Anup Patel
2019-01-02
include: Remove redundant tmp0 from struct sbi_scratch
Anup Patel
2019-01-02
include: Move RISCV_SCRATCH_xyz defines to sbi_scratch.h
Anup Patel
2018-12-11
Initial commit.
Anup Patel