summaryrefslogtreecommitdiff
path: root/platform/andes
AgeCommit message (Expand)Author
2022-12-05platform: generic/andes: Enable generic platform support for AE350Yu Chien Peter Lin
2022-10-23platform: andes/ae350: Add AE350 domain supportYu Chien Peter Lin
2022-10-23lib: utils/ipi: Add Andes fdt ipi driver supportYu Chien Peter Lin
2022-10-23platform: andes/ae350: Add fw_platform_init for platform initializationYu Chien Peter Lin
2022-10-23platform: andes/ae350: Use fdt irqchip driverYu Chien Peter Lin
2022-10-23lib: utils/reset: Add Andes fdt reset driver supportYu Chien Peter Lin
2022-10-23lib: utils/timer: Add Andes fdt timer supportYu Chien Peter Lin
2022-10-23platform: andes/ae350: Use fdt serial driverYu Chien Peter Lin
2022-10-23platform: andes/ae350: Use kconfig to set platform version and default nameYu Chien Peter Lin
2022-10-23platform: andes/ae350: Remove enabling cache from an350_final_initYu Chien Peter Lin
2022-08-08platform: Remove redundant config.mk from all platformsAnup Patel
2022-08-08lib: utils/fdt: Use kconfig for enabling/disablingAnup Patel
2022-08-08lib: utils/irqchip: Use kconfig for enabling/disabling driversAnup Patel
2022-08-08lib: utils/serial: Use kconfig for enabling/disabling driversAnup Patel
2022-08-08Makefile: Add initial kconfig support for each platformAnup Patel
2022-04-17lib: utils/serial: support 'reg-offset' propertyZong Li
2021-11-02include: sbi_utils: Introduce an helper to get fdt base addressAlexandre Ghiti
2021-06-11platform: andes/ae350: Drop plicsw_ipi_sync()Bin Meng
2021-06-11platform: andes/ae350: Drop plicsw_get_pending()Bin Meng
2021-06-11platform: andes/ae350: Cosmetic fixes in plicsw.cBin Meng
2021-04-28lib: sbi: Simplify ipi platform operationsAnup Patel
2021-04-28lib: sbi: Simplify timer platform operationsAnup Patel
2021-04-28lib: sbi: Simplify console platform operationsAnup Patel
2021-01-07lib: sbi: Replace args with trap registers in ecall handlerAnup Patel
2020-12-01platform: Remove dummy system reset functionsAnup Patel
2020-06-10platform: Add AE350 cache control SBIsNylon Chen
2020-06-10platform: Add AE350 platform specific SBI handlerNylon Chen
2020-05-23lib: utils: Allow PLIC functions to be used for multiple PLICsAnup Patel
2020-05-23lib: utils: Remove redundant parameters from PLIC init functionsAnup Patel
2020-04-27include: sbi_platform: Combine reboot and shutdown into one callbackAnup Patel
2020-04-27lib: No need to provide default PMP region using platform callbacksAnup Patel
2020-03-24lib: utils: Move fdt fixup helper routines to a different fileAtish Patra
2020-03-18platform: Update to call general DT fix-up helperBin Meng
2020-03-18platform: andes/ae350: Fix up DT for reserved memoryBin Meng
2020-03-18lib: utils: Move PLIC DT fix up codes to fdt_helper.cBin Meng
2020-03-18platform: Clean up include header filesBin Meng
2020-03-14platform: Use one unified per-HART stack size macro for all platformsBin Meng
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel
2020-03-11include: Remove disabled_hart_mask from sbi_platformAnup Patel
2020-03-10platform: ae350: Sort build objects in alphabetical orderBin Meng
2019-08-23platform: Add Andes AE350 initial supportNylon Chen