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
/
platform
/
andes
Age
Commit message (
Expand
)
Author
2021-11-02
include: sbi_utils: Introduce an helper to get fdt base address
Alexandre Ghiti
2021-06-11
platform: andes/ae350: Drop plicsw_ipi_sync()
Bin Meng
2021-06-11
platform: andes/ae350: Drop plicsw_get_pending()
Bin Meng
2021-06-11
platform: andes/ae350: Cosmetic fixes in plicsw.c
Bin Meng
2021-04-28
lib: sbi: Simplify ipi platform operations
Anup Patel
2021-04-28
lib: sbi: Simplify timer platform operations
Anup Patel
2021-04-28
lib: sbi: Simplify console platform operations
Anup Patel
2021-01-07
lib: sbi: Replace args with trap registers in ecall handler
Anup Patel
2020-12-01
platform: Remove dummy system reset functions
Anup Patel
2020-06-10
platform: Add AE350 cache control SBIs
Nylon Chen
2020-06-10
platform: Add AE350 platform specific SBI handler
Nylon Chen
2020-05-23
lib: utils: Allow PLIC functions to be used for multiple PLICs
Anup Patel
2020-05-23
lib: utils: Remove redundant parameters from PLIC init functions
Anup Patel
2020-04-27
include: sbi_platform: Combine reboot and shutdown into one callback
Anup Patel
2020-04-27
lib: No need to provide default PMP region using platform callbacks
Anup Patel
2020-03-24
lib: utils: Move fdt fixup helper routines to a different file
Atish Patra
2020-03-18
platform: Update to call general DT fix-up helper
Bin Meng
2020-03-18
platform: andes/ae350: Fix up DT for reserved memory
Bin Meng
2020-03-18
lib: utils: Move PLIC DT fix up codes to fdt_helper.c
Bin Meng
2020-03-18
platform: Clean up include header files
Bin Meng
2020-03-14
platform: Use one unified per-HART stack size macro for all platforms
Bin Meng
2020-03-13
include: Make sbi_current_hartid() as macro in riscv_asm.h
Anup Patel
2020-03-11
include: Remove disabled_hart_mask from sbi_platform
Anup Patel
2020-03-10
platform: ae350: Sort build objects in alphabetical order
Bin Meng
2019-08-23
platform: Add Andes AE350 initial support
Nylon Chen