summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)AuthorFilesLines
2020-02-19platform: qemu: virt: Correct the typo in config.mkBin Meng1-4/+4
2020-02-19platform: sifive: fu540: Add 32-bit specific fdt/payload addressesBin Meng1-2/+14
2020-02-17platform: Remove stale options from config.mk filesAnup Patel2-10/+0
2020-02-17platform: Add Spike initial supportJames Clarke3-0/+158
2020-02-07platform: sifive: fu540: Add platform specific 'make run' cmdBin Meng1-0/+4
2020-02-07platform: Drop qemu/sifive_u supportBin Meng3-208/+0
2020-02-05platform: sifive/fu540: Set tlb range flush limit to zeroAtish Patra1-0/+9
2020-02-05platform: Add an platform ops to return platform specific tlb flush limitAtish Patra1-1/+0
2020-01-25platform: Update UART base addresses for qemu/sifve_uNikita Ermakov1-2/+2
2020-01-24platform: template: typo fix in system reboot/shutdown namesJiuyang Liu (Sequencer)1-2/+2
2020-01-15platform: thead/c910: Don't set plic/clint address in warm bootLiu Yibin1-4/+4
2020-01-15platform: thead/c910: Don't enable L2 cache in warm bootLiu Yibin1-1/+0
2020-01-09platform: thead/c910: Remove SBI_PLATFORM_HAS_PMPLiu Yibin1-2/+1
2020-01-02platform: Add T-head C910 initial supportLiu Yibin4-0/+229
2020-01-02lib: utils: Support CLINT with 32bit MMIO access on RV64 systemAnup Patel6-6/+8
2019-09-28kendryte/k210: remove unused fileDamien Le Moal1-57/+0
2019-09-10lib: provide a platform specific tlb range flush thresholdAtish Patra1-0/+1
2019-09-05kendryte/k210: remove sysctl codeDamien Le Moal4-967/+60
2019-09-05kendryte/k210: Use sifive UART driverDamien Le Moal4-253/+9
2019-08-23platform: Add Andes AE350 initial supportNylon Chen8-0/+619
2019-08-16platform: Remove the ipi_sync method from all platforms.Atish Patra6-15/+0
2019-08-09platform: sifive: fu540: Expand FDT size before any patchingBin Meng1-5/+6
2019-07-25treewide: Use conventional names for 32-bit and 64-bitBin Meng1-5/+5
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 Chang6-0/+12
2019-06-29include: Move callbacks in sbi_platform to separate structAbner Chang6-117/+130
2019-06-29Add support for Ariane FPGA SoCPanagiotis Peristerakis3-0/+250
2019-06-19platform: Enable all drivers by default.Atish Patra5-44/+0
2019-06-19platform: Move platform common to lib/utils.Atish Patra36-6881/+11
2019-06-19lib: Include helper libc functions directly in libsbi.Atish Patra6-232/+3
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