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_platform.h
Age
Commit message (
Expand
)
Author
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-02
include: Move RISCV_PLATFORM_xyz defines to sbi_platform.h
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-21
Introduce hart disabled parameter in platform.
Atish Patra
2018-12-21
Introduce HAS_MFAULTS_DELEGATION feature
Damien Le Moal
2018-12-21
Refine platform features control
Damien Le Moal
2018-12-11
Initial commit.
Anup Patel