aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2019-08-23platform: Add Andes AE350 initial supportNylon Chen
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-25treewide: Use conventional names for 32-bit and 64-bitBin 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-29Add support for Ariane FPGA SoCPanagiotis Peristerakis
2019-06-19platform: Enable all drivers by default.Atish Patra
2019-06-19platform: Move platform common to lib/utils.Atish Patra
2019-06-19lib: Include helper libc functions directly in libsbi.Atish Patra
2019-05-30platform: qemu/sifive_u: Update the hart count to 4Bin Meng
2019-05-10platform: Enable dynamic firmware for appropriate platformsAnup Patel
2019-04-25platform/common/libfdt: fix unnecessary multiple inclusionsXiang Wang
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-04-24libfdt: don't try to clang-formatOlof Johansson
2019-04-09TOP: Allow building platform out-of-treeAnup Patel
2019-04-03kendryte/k210: Fix file headersDamien Le Moal
2019-03-18platform: plic: Fix comments of programming the interrupt enable registerBin Meng
2019-03-14platform: plic: Bypass interrupt ID 0's priority programmingBin Meng
2019-03-14platform: plic: Fix plic_set_priority()Bin Meng
2019-03-13platform: fu540: Fix cosmetic styling issuesBin Meng
2019-03-06platform: Make the `platform` read-onlyXiang Wang
2019-03-05lib:platform: Fix sbi_getc return type.Atish Patra
2019-02-19template: Fix some callback namesSergi Granell
2019-02-19template: Remove trailing ';'Sergi Granell
2019-02-19template: Fix typo in platform_final_initSergi Granell
2019-02-18platform: qemu-virt: Implement system shutdownNick Kossifidis
2019-02-15Merge pull request #59 from avpatel/make-runAlistair Francis
2019-02-15Makefile: Add 'make run' command for platform specific runOlof Johansson
2019-02-15platform: fu540: Initial commit of Microsemi device treeAlistair Francis
2019-02-15platform: fu540: Fix missing newlineAlistair Francis
2019-02-14platform: Use CSR_<FOO> instead of <foo> for csr_*()Atish Patra
2019-02-12Makefile: Set ABI, ISA and Code Model in top-level makeAnup Patel
2019-02-12platform: qemu: Set FW_JUMP_ADDR and FW_PAYLOAD_OFFSET as-per XLENAnup Patel
2019-02-12platform: template: Improve comments for FW_JUMP_ADDR and FW_PAYLOAD_OFFSETAnup Patel
2019-02-08platform: clint: Allow running on 32-bit systemsAlistair Francis
2019-02-08platform: qemu/virt: Move kernel start address to 4MB allignedAlistair Francis
2019-02-08platform: template: Move kernel start address to 4MB allignedAlistair Francis
2019-02-08platform/qemu/virt: Dynamically calculate xlenAlistair Francis
2019-01-29platform: fu540: Provide a compile time option selective hart booting.Atish Patra
2019-01-24platform: add template platform filesDamien Le Moal
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-23include: Drop MMIO from SBI_PLATFORM_HAS_MMIO_TIMER_VALUEAnup Patel
2019-01-23lib: Remove target_hart and hartid parameter from TIMER callbacksAnup Patel
2019-01-23lib: Remove hartid parameter from IRQCHIP callbacksAnup Patel