index
:
rocket-tools/riscv-gnu-toolchain/qemu/roms/opensbi.git
master
release-1.3.1
release-1.3.x
release-1.5.x
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
template
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-05
platform: Allow platforms to specify heap size
Anup Patel
1
-0
/
+1
2023-01-06
treewide: Replace TRUE/FALSE with true/false
Bin Meng
1
-1
/
+1
2022-08-08
platform: Remove redundant config.mk from all platforms
Anup Patel
3
-78
/
+73
2022-08-08
lib: utils/irqchip: Use kconfig for enabling/disabling drivers
Anup Patel
1
-0
/
+1
2022-08-08
lib: utils/ipi: Use kconfig for enabling/disabling drivers
Anup Patel
1
-0
/
+1
2022-08-08
lib: utils/timer: Use kconfig for enabling/disabling drivers
Anup Patel
1
-0
/
+1
2022-08-08
lib: utils/serial: Use kconfig for enabling/disabling drivers
Anup Patel
1
-0
/
+1
2022-08-08
Makefile: Add initial kconfig support for each platform
Anup Patel
2
-0
/
+12
2022-04-17
lib: utils/serial: support 'reg-offset' property
Zong Li
1
-1
/
+1
2021-09-26
lib: sbi: Add timer frequency to struct sbi_timer_device
Anup Patel
1
-0
/
+2
2021-08-14
lib: utils/timer: Allow separate base addresses for MTIME and MTIMECMP
Anup Patel
1
-2
/
+6
2021-06-24
platform: Replace CLINT library usage with ACLINT library
Anup Patel
1
-9
/
+22
2021-04-28
lib: sbi: Simplify system reset platform operations
Anup Patel
1
-18
/
+1
2021-04-28
lib: sbi: Simplify ipi platform operations
Anup Patel
1
-20
/
+0
2021-04-28
lib: sbi: Simplify timer platform operations
Anup Patel
1
-30
/
+0
2021-04-28
lib: sbi: Simplify console platform operations
Anup Patel
1
-19
/
+0
2021-01-18
platform: template: Fix compile error
Anup Patel
1
-2
/
+2
2020-12-01
lib: sbi: Improve system reset platform operations
Anup Patel
1
-2
/
+10
2020-10-18
firmware: Remove FW_PAYLOAD_FDT_PATH compile-time option
Anup Patel
1
-1
/
+3
2020-06-05
firmware: Remove FW_PAYLOAD_FDT and related documentation
Anup Patel
2
-5
/
+4
2020-05-23
lib: utils: Allow CLINT functions to be used for multiple CLINTs
Anup Patel
1
-8
/
+13
2020-05-23
lib: utils: Allow PLIC functions to be used for multiple PLICs
Anup Patel
1
-4
/
+16
2020-05-23
lib: utils: Remove redundant parameters from PLIC init functions
Anup Patel
1
-3
/
+2
2020-04-27
include: sbi_platform: Combine reboot and shutdown into one callback
Anup Patel
1
-12
/
+3
2020-04-27
lib: No need to provide default PMP region using platform callbacks
Anup Patel
1
-20
/
+0
2020-03-14
platform: Use one unified per-HART stack size macro for all platforms
Bin Meng
1
-1
/
+1
2020-03-14
platform: Set per-HART stack size to 8KB in the template platform codes
Bin Meng
1
-1
/
+1
2020-03-13
include: Make sbi_current_hartid() as macro in riscv_asm.h
Anup Patel
1
-1
/
+2
2020-03-11
include: Remove disabled_hart_mask from sbi_platform
Anup Patel
1
-1
/
+0
2020-02-05
platform: Add an platform ops to return platform specific tlb flush limit
Atish Patra
1
-1
/
+0
2020-01-24
platform: template: typo fix in system reboot/shutdown names
Jiuyang Liu (Sequencer)
1
-2
/
+2
2020-01-02
lib: utils: Support CLINT with 32bit MMIO access on RV64 system
Anup Patel
1
-1
/
+1
2019-09-10
lib: provide a platform specific tlb range flush threshold
Atish Patra
1
-0
/
+1
2019-08-16
platform: Remove the ipi_sync method from all platforms.
Atish Patra
1
-10
/
+0
2019-06-29
include: Add version info to struct sbi_platform
Abner Chang
1
-0
/
+2
2019-06-29
include: Move callbacks in sbi_platform to separate struct
Abner Chang
1
-33
/
+29
2019-06-19
platform: Enable all drivers by default.
Atish Patra
1
-16
/
+0
2019-05-10
platform: Enable dynamic firmware for appropriate platforms
Anup Patel
1
-1
/
+7
2019-04-24
all: run clang-format and update checked-in files
Olof Johansson
1
-18
/
+16
2019-03-06
platform: Make the `platform` read-only
Xiang Wang
1
-1
/
+1
2019-03-05
lib:platform: Fix sbi_getc return type.
Atish Patra
1
-1
/
+1
2019-02-19
template: Fix some callback names
Sergi Granell
1
-3
/
+3
2019-02-19
template: Remove trailing ';'
Sergi Granell
1
-1
/
+1
2019-02-19
template: Fix typo in platform_final_init
Sergi Granell
1
-1
/
+1
2019-02-15
Makefile: Add 'make run' command for platform specific run
Olof Johansson
1
-2
/
+8
2019-02-12
Makefile: Set ABI, ISA and Code Model in top-level make
Anup Patel
1
-8
/
+12
2019-02-12
platform: template: Improve comments for FW_JUMP_ADDR and FW_PAYLOAD_OFFSET
Anup Patel
1
-3
/
+13
2019-02-08
platform: template: Move kernel start address to 4MB alligned
Alistair Francis
1
-2
/
+4
2019-02-08
platform/qemu/virt: Dynamically calculate xlen
Alistair Francis
1
-0
/
+2
2019-01-24
platform: add template platform files
Damien Le Moal
3
-0
/
+319