aboutsummaryrefslogtreecommitdiff
path: root/platform/sifive
AgeCommit message (Expand)Author
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-08platform: sifive: fu540: allow sv32 as an mmu-typeSören Tempel
2020-02-19platform: sifive: fu540: Add 32-bit specific fdt/payload addressesBin Meng
2020-02-07platform: sifive: fu540: Add platform specific 'make run' cmdBin Meng
2020-02-05platform: sifive/fu540: Set tlb range flush limit to zeroAtish Patra
2020-01-02lib: utils: Support CLINT with 32bit MMIO access on RV64 systemAnup Patel
2019-08-16platform: Remove the ipi_sync method from all platforms.Atish Patra
2019-08-09platform: sifive: fu540: Expand FDT size before any patchingBin Meng
2019-07-24platform: sifive/fu540: Move FDT further upAnup Patel
2019-07-22platform: sifive: fu540: Use standard value string for cpu node statusBin Meng
2019-07-02platform: Remove the HiFive Unleashed expansion board DT.Atish Patra
2019-06-29include: Add version info to struct sbi_platformAbner Chang
2019-06-29include: Move callbacks in sbi_platform to separate structAbner Chang
2019-06-19platform: Enable all drivers by default.Atish Patra
2019-06-19platform: Move platform common to lib/utils.Atish Patra
2019-05-10platform: Enable dynamic firmware for appropriate platformsAnup Patel
2019-04-24all: run clang-format and update checked-in filesOlof Johansson
2019-04-24all: Annotate some tables to have clang-format leave them aloneOlof Johansson
2019-03-13platform: fu540: Fix cosmetic styling issuesBin Meng
2019-03-06platform: Make the `platform` read-onlyXiang Wang
2019-02-15platform: fu540: Initial commit of Microsemi device treeAlistair Francis
2019-02-15platform: fu540: Fix missing newlineAlistair Francis
2019-02-12Makefile: Set ABI, ISA and Code Model in top-level makeAnup Patel
2019-01-29platform: fu540: Provide a compile time option selective hart booting.Atish Patra
2019-01-24all: Update copyright header in all filesAnup patel
2019-01-23include: Rename ipi_inject() to ipi_send() for sbi_platformAnup Patel
2019-01-23lib: Remove target_hart and hartid parameter from TIMER callbacksAnup Patel
2019-01-23lib: Remove hartid parameter from IRQCHIP callbacksAnup Patel
2019-01-23lib: Remove source_hart and hartid parameter from IPI callbacksAnup patel
2019-01-23lib: Remove hartid paramter from early_init() and final_init() callbacksAnup Patel
2019-01-18platform: No need to pass context id for plic fixup.Atish Patra
2019-01-18platform: Modify DT using libfdtAtish Patra
2019-01-18platform: Include libfdt & libc.Atish Patra
2018-12-31platform: Rename sifive/hifive_u540 to sifive/fu540Anup Patel
2018-12-27lib: Rename target_hart parameter to hartid for PMP platform callbacksAnup Patel
2018-12-27lib: Simplify sbi_platform timer_init() hooksAnup Patel
2018-12-27lib: Simplify sbi_platform ipi_init() hooksAnup Patel
2018-12-27lib: Simplify sbi_platform irqchip_init() hooksAnup Patel
2018-12-27lib: Simplify sbi_platform early_init() and final_init() hooksAnup Patel
2018-12-22platform: Remove PLAT_HART_COUNT and PLAT_HART_STACK_SIZEAnup Patel
2018-12-22platform: Remove PLAT_NAME from all platformsAnup Patel
2018-12-21Introduce hart disabled parameter in platform.Atish Patra
2018-12-21Fix plic warm init in platform code.Anup Patel
2018-12-21Introduce HAS_MFAULTS_DELEGATION featureDamien Le Moal
2018-12-21Refine platform features controlDamien Le Moal
2018-12-21top: Rename "plat" to "platform" everywhereAnup Patel