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
Age
Commit message (
Expand
)
Author
2019-02-22
include: Bump-up version to 0.2
v0.2
Anup Patel
2019-02-20
firmware: Improve low-level trap handler for M-mode to M-mode traps
Anup Patel
2019-02-20
include: Add PRILX define to help print unsigned long
Anup Patel
2019-02-14
lib: Use CSR_<FOO> instead of <foo> for csr_*()
Atish Patra
2019-02-08
firmware: Use lw instead of lwu for 32-bit architectures
Alistair Francis
2019-02-05
riscv_asm.h: Use CSR_<FOO> instead of <foo> for csr_read()
Olof Johansson
2019-01-25
include: Add separate header for OpenSBI version
Anup Patel
2019-01-24
all: Update copyright header in all files
Anup patel
2019-01-23
include: Use TRUE/FALSE as return values in sbi_platform_hart_disabled()
Anup Patel
2019-01-23
include: Rename ipi_inject() to ipi_send() for sbi_platform
Anup Patel
2019-01-23
include: Drop MMIO from SBI_PLATFORM_HAS_MMIO_TIMER_VALUE
Anup Patel
2019-01-23
include: Update documentation of sbi_platform after callback cleanup
Anup Patel
2019-01-23
lib: Remove target_hart and hartid parameter from TIMER callbacks
Anup Patel
2019-01-23
lib: Remove hartid parameter from IRQCHIP callbacks
Anup Patel
2019-01-23
lib: Remove source_hart and hartid parameter from IPI callbacks
Anup patel
2019-01-23
lib: Remove hartid paramter from early_init() and final_init() callbacks
Anup Patel
2019-01-22
lib: Add doxygen style documentation for sbi_platform
Anup Patel
2019-01-22
lib: Add atomic bit set/clear operations.
Atish Patra
2019-01-21
sbi: Add ecall helpers
Damien Le Moal
2019-01-18
platform: Add libfdt support.
Atish Patra
2019-01-16
include: Add documentation for sbi_trap_regs and friends
Anup Patel
2019-01-16
include: Add __packed define for packed structures
Anup Patel
2019-01-16
include: Add documentation for sbi_scratch and friends
Anup Patel
2019-01-16
lib: Add documentation for sbi_init() API
Anup Patel
2019-01-16
include: Add __noreturn define for noreturn function attribute
Anup Patel
2019-01-03
include: Add hard FP access macros and defines
Anup Patel
2019-01-02
include: Remove redundant tmp0 from struct sbi_scratch
Anup Patel
2019-01-02
include: Move RISCV_TRAP_REGS_xyz defines to sbi_trap.h
Anup Patel
2019-01-02
include: Move RISCV_PLATFORM_xyz defines to sbi_platform.h
Anup Patel
2019-01-02
include: Move RISCV_SCRATCH_xyz defines to sbi_scratch.h
Anup Patel
2019-01-02
include: Replace #csr with __ASM_STR(csr) in csr_xyz() macros
Anup Patel
2019-01-02
include: Remove redundant csr_read_n() and csr_write_n()
Anup Patel
2018-12-31
lib: Redirect illegal instruction trap to S-mode when not handled
Anup Patel
2018-12-27
lib: Rename target_hart parameter to hartid for PMP platform callbacks
Anup Patel
2018-12-27
lib: Simplify sbi_platform timer_init() hooks
Anup Patel
2018-12-27
lib: Simplify sbi_platform ipi_init() hooks
Anup Patel
2018-12-27
lib: Simplify sbi_platform irqchip_init() hooks
Anup Patel
2018-12-27
lib: Simplify sbi_platform early_init() and final_init() hooks
Anup Patel
2018-12-27
lib: Move ECALL defines to sbi_ecall_interface.h
Anup Patel
2018-12-26
lib: Add misaligned load/store trap handling
Anup Patel
2018-12-26
lib: Move instruction encoding macros to riscv_encoding.h
Anup Patel
2018-12-22
firmware: Don't depend on PLAT_HART_COUNT and PLAT_HART_STACK_SIZE
Anup Patel
2018-12-21
Introduce hart disabled parameter in platform.
Atish Patra
2018-12-21
Introduce HAS_MFAULTS_DELEGATION feature
Damien Le Moal
2018-12-21
Introduce sbi_current_hartid()
Damien Le Moal
2018-12-21
Cleanup and rename sbi_hart_boot_next()
Damien Le Moal
2018-12-21
Refine platform features control
Damien Le Moal
2018-12-20
Use wfi for coldboot finish call.
Atish Patra
2018-12-11
Initial commit.
Anup Patel