summaryrefslogtreecommitdiff
path: root/platform/andes
AgeCommit message (Expand)AuthorFilesLines
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