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
2022-12-05
platform: generic/andes: Enable generic platform support for AE350
Yu Chien Peter Lin
2022-10-23
platform: andes/ae350: Add AE350 domain support
Yu Chien Peter Lin
2022-10-23
lib: utils/ipi: Add Andes fdt ipi driver support
Yu Chien Peter Lin
2022-10-23
platform: andes/ae350: Add fw_platform_init for platform initialization
Yu Chien Peter Lin
2022-10-23
platform: andes/ae350: Use fdt irqchip driver
Yu Chien Peter Lin
2022-10-23
lib: utils/reset: Add Andes fdt reset driver support
Yu Chien Peter Lin
2022-10-23
lib: utils/timer: Add Andes fdt timer support
Yu Chien Peter Lin
2022-10-23
platform: andes/ae350: Use fdt serial driver
Yu Chien Peter Lin
2022-10-23
platform: andes/ae350: Use kconfig to set platform version and default name
Yu Chien Peter Lin
2022-10-23
platform: andes/ae350: Remove enabling cache from an350_final_init
Yu Chien Peter Lin
2022-08-08
platform: Remove redundant config.mk from all platforms
Anup Patel
2022-08-08
lib: utils/fdt: Use kconfig for enabling/disabling
Anup Patel
2022-08-08
lib: utils/irqchip: Use kconfig for enabling/disabling drivers
Anup Patel
2022-08-08
lib: utils/serial: Use kconfig for enabling/disabling drivers
Anup Patel
2022-08-08
Makefile: Add initial kconfig support for each platform
Anup Patel
2022-04-17
lib: utils/serial: support 'reg-offset' property
Zong Li
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