summaryrefslogtreecommitdiff
path: root/platform/sifive
AgeCommit message (Expand)AuthorFilesLines
2020-12-01platform: Remove dummy system reset functionsAnup Patel1-7/+0
2020-06-29config.mk: Update QEMU run command for generic and sifive fu540 platformsBin Meng1-1/+1
2020-06-15platform/lib: Allow the OS to map the regions that are protected by PMPAlexandre Ghiti1-0/+7
2020-05-23lib: utils: Allow CLINT functions to be used for multiple CLINTsAnup Patel1-3/+9
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-3/+2
2020-04-27lib: No need to provide default PMP region using platform callbacksAnup Patel1-26/+0
2020-03-24lib: utils: Move fdt fixup helper routines to a different fileAtish Patra1-1/+1
2020-03-19platform: sifive/fu540: Remove FU540_ENABLED_HART_MASK optionAnup Patel2-13/+0
2020-03-19include: sbi_platform: Introduce HART index to HART id tableAnup Patel1-6/+8
2020-03-18platform: Update to call general DT fix-up helperBin Meng1-3/+1
2020-03-18platform: sifive/fu540: Replace cpu0 node fix-up with the new helperBin Meng1-25/+1
2020-03-18platform: sifive/fu540: Remove "stdout-path" fix-upBin Meng1-5/+1
2020-03-18platform: sifive/fu540: 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-2/+1
2020-03-14platform: Use one unified per-HART stack size macro for all platformsBin Meng1-2/+1
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel1-3/+3
2020-03-11include: Remove disabled_hart_mask from sbi_platformAnup Patel1-1/+6
2020-03-08platform: sifive: fu540: allow sv32 as an mmu-typeSören Tempel1-1/+2
2020-02-19platform: sifive: fu540: Add 32-bit specific fdt/payload addressesBin Meng1-2/+14
2020-02-07platform: sifive: fu540: Add platform specific 'make run' cmdBin Meng1-0/+4
2020-02-05platform: sifive/fu540: Set tlb range flush limit to zeroAtish Patra1-0/+9
2020-01-02lib: utils: Support CLINT with 32bit MMIO access on RV64 systemAnup Patel1-1/+2
2019-08-16platform: Remove the ipi_sync method from all platforms.Atish Patra1-1/+0
2019-08-09platform: sifive: fu540: Expand FDT size before any patchingBin Meng1-5/+6
2019-07-24platform: sifive/fu540: Move FDT further upAnup Patel1-2/+2
2019-07-22platform: sifive: fu540: Use standard value string for cpu node statusBin Meng1-1/+2
2019-07-02platform: Remove the HiFive Unleashed expansion board DT.Atish Patra1-588/+0
2019-06-29include: Add version info to struct sbi_platformAbner Chang1-0/+2
2019-06-29include: Move callbacks in sbi_platform to separate structAbner Chang1-22/+26
2019-06-19platform: Enable all drivers by default.Atish Patra1-9/+0
2019-06-19platform: Move platform common to lib/utils.Atish Patra1-3/+3
2019-05-10platform: Enable dynamic firmware for appropriate platformsAnup Patel1-0/+1
2019-04-24all: run clang-format and update checked-in filesOlof Johansson1-40/+37
2019-04-24all: Annotate some tables to have clang-format leave them aloneOlof Johansson1-0/+4
2019-03-13platform: fu540: Fix cosmetic styling issuesBin Meng1-3/+3
2019-03-06platform: Make the `platform` read-onlyXiang Wang1-1/+1
2019-02-15platform: fu540: Initial commit of Microsemi device treeAlistair Francis1-0/+588
2019-02-15platform: fu540: Fix missing newlineAlistair Francis1-0/+1
2019-02-12Makefile: Set ABI, ISA and Code Model in top-level makeAnup Patel1-2/+2
2019-01-29platform: fu540: Provide a compile time option selective hart booting.Atish Patra2-2/+13
2019-01-24all: Update copyright header in all filesAnup patel3-9/+9
2019-01-23include: Rename ipi_inject() to ipi_send() for sbi_platformAnup Patel1-1/+1
2019-01-23lib: Remove target_hart and hartid parameter from TIMER callbacksAnup Patel1-2/+2
2019-01-23lib: Remove hartid parameter from IRQCHIP callbacksAnup Patel1-1/+3
2019-01-23lib: Remove source_hart and hartid parameter from IPI callbacksAnup patel1-2/+2
2019-01-23lib: Remove hartid paramter from early_init() and final_init() callbacksAnup Patel1-1/+1
2019-01-18platform: No need to pass context id for plic fixup.Atish Patra1-4/+1