summaryrefslogtreecommitdiff
path: root/platform/andes
AgeCommit message (Expand)AuthorFilesLines
2022-04-17lib: utils/serial: support 'reg-offset' propertyZong Li2-1/+3
2021-11-02include: sbi_utils: Introduce an helper to get fdt base addressAlexandre Ghiti1-1/+2
2021-06-11platform: andes/ae350: Drop plicsw_ipi_sync()Bin Meng1-2/+0
2021-06-11platform: andes/ae350: Drop plicsw_get_pending()Bin Meng1-6/+0
2021-06-11platform: andes/ae350: Cosmetic fixes in plicsw.cBin Meng1-3/+3
2021-04-28lib: sbi: Simplify ipi platform operationsAnup Patel1-2/+9
2021-04-28lib: sbi: Simplify timer platform operationsAnup Patel3-12/+13
2021-04-28lib: sbi: Simplify console platform operationsAnup Patel1-2/+0
2021-01-07lib: sbi: Replace args with trap registers in ecall handlerAnup Patel1-9/+10
2020-12-01platform: Remove dummy system reset functionsAnup Patel1-10/+0
2020-06-10platform: Add AE350 cache control SBIsNylon Chen5-1/+186
2020-06-10platform: Add AE350 platform specific SBI handlerNylon Chen2-3/+30
2020-05-23lib: utils: Allow PLIC functions to be used for multiple PLICsAnup Patel1-3/+7
2020-05-23lib: utils: Remove redundant parameters from PLIC init functionsAnup Patel1-3/+2
2020-04-27include: sbi_platform: Combine reboot and shutdown into one callbackAnup Patel1-13/+4
2020-04-27lib: No need to provide default PMP region using platform callbacksAnup Patel1-32/+0
2020-03-24lib: utils: Move fdt fixup helper routines to a different fileAtish Patra1-1/+1
2020-03-18platform: Update to call general DT fix-up helperBin Meng1-3/+1
2020-03-18platform: andes/ae350: Fix up DT for reserved memoryBin Meng1-0/+2
2020-03-18lib: utils: Move PLIC DT fix up codes to fdt_helper.cBin Meng1-1/+2
2020-03-18platform: Clean up include header filesBin Meng1-3/+3
2020-03-14platform: Use one unified per-HART stack size macro for all platformsBin Meng2-2/+1
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel3-12/+12
2020-03-11include: Remove disabled_hart_mask from sbi_platformAnup Patel1-3/+0
2020-03-10platform: ae350: Sort build objects in alphabetical orderBin Meng1-1/+1
2019-08-23platform: Add Andes AE350 initial supportNylon Chen8-0/+619