summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)AuthorFilesLines
2019-05-30platform: qemu/sifive_u: Update the hart count to 4Bin Meng1-1/+1
2019-05-10platform: Enable dynamic firmware for appropriate platformsAnup Patel4-1/+10
2019-04-25platform/common/libfdt: fix unnecessary multiple inclusionsXiang Wang1-1/+1
2019-04-24all: run clang-format and update checked-in filesOlof Johansson22-304/+251
2019-04-24all: Annotate some tables to have clang-format leave them aloneOlof Johansson7-1/+28
2019-04-24libfdt: don't try to clang-formatOlof Johansson1-0/+1
2019-04-09TOP: Allow building platform out-of-treeAnup Patel1-1/+1
2019-04-03kendryte/k210: Fix file headersDamien Le Moal5-5/+25
2019-03-18platform: plic: Fix comments of programming the interrupt enable registerBin Meng1-1/+2
2019-03-14platform: plic: Bypass interrupt ID 0's priority programmingBin Meng1-1/+1
2019-03-14platform: plic: Fix plic_set_priority()Bin Meng1-1/+4
2019-03-13platform: fu540: Fix cosmetic styling issuesBin Meng1-3/+3
2019-03-06platform: Make the `platform` read-onlyXiang Wang5-5/+5
2019-03-05lib:platform: Fix sbi_getc return type.Atish Patra8-11/+11
2019-02-19template: Fix some callback namesSergi Granell1-3/+3
2019-02-19template: Remove trailing ';'Sergi Granell1-1/+1
2019-02-19template: Fix typo in platform_final_initSergi Granell1-1/+1
2019-02-18platform: qemu-virt: Implement system shutdownNick Kossifidis1-1/+9
2019-02-16Merge pull request #59 from avpatel/make-runAlistair Francis3-6/+20
2019-02-15Makefile: Add 'make run' command for platform specific runOlof Johansson3-6/+20
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-14platform: Use CSR_<FOO> instead of <foo> for csr_*()Atish Patra1-1/+1
2019-02-12Makefile: Set ABI, ISA and Code Model in top-level makeAnup Patel5-25/+20
2019-02-12platform: qemu: Set FW_JUMP_ADDR and FW_PAYLOAD_OFFSET as-per XLENAnup Patel2-6/+28
2019-02-12platform: template: Improve comments for FW_JUMP_ADDR and FW_PAYLOAD_OFFSETAnup Patel1-3/+13
2019-02-08platform: clint: Allow running on 32-bit systemsAlistair Francis1-0/+24
2019-02-08platform: qemu/virt: Move kernel start address to 4MB allignedAlistair Francis1-2/+4
2019-02-08platform: template: Move kernel start address to 4MB allignedAlistair Francis1-2/+4
2019-02-08platform/qemu/virt: Dynamically calculate xlenAlistair Francis2-2/+13
2019-01-29platform: fu540: Provide a compile time option selective hart booting.Atish Patra2-2/+13
2019-01-24platform: add template platform filesDamien Le Moal3-0/+319
2019-01-24all: Update copyright header in all filesAnup patel31-93/+93
2019-01-23include: Rename ipi_inject() to ipi_send() for sbi_platformAnup Patel6-6/+6
2019-01-23include: Drop MMIO from SBI_PLATFORM_HAS_MMIO_TIMER_VALUEAnup Patel1-1/+1
2019-01-23lib: Remove target_hart and hartid parameter from TIMER callbacksAnup Patel6-14/+20
2019-01-23lib: Remove hartid parameter from IRQCHIP callbacksAnup Patel4-4/+12
2019-01-23lib: Remove source_hart and hartid parameter from IPI callbacksAnup patel6-21/+22
2019-01-23lib: Remove hartid paramter from early_init() and final_init() callbacksAnup Patel3-3/+3
2019-01-21kendryte/k210: Add device tree supportDamien Le Moal3-0/+72
2019-01-21kendryte/k210: Fix consoleDamien Le Moal1-3/+7
2019-01-21build: Introduce FW_PAYLOAD_ALIGNDamien Le Moal1-3/+1
2019-01-18platform: Fix compile error caused by standard includesAnup Patel5-15/+60
2019-01-18platform: No need to pass context id for plic fixup.Atish Patra5-17/+11
2019-01-18platform: Modify DT using libfdtAtish Patra1-4/+37
2019-01-18platform: Remove string functions from tinyfdt.cAtish Patra5-26/+18
2019-01-18platform: Include libfdt & libc.Atish Patra2-0/+5
2019-01-18platform: Rename fdt.c to tinyfdt.cAtish Patra4-2/+2
2019-01-18platform: Add libfdt support.Atish Patra17-0/+5875
2019-01-18platform: Add minimal libc support.Atish Patra2-0/+185