aboutsummaryrefslogtreecommitdiff
path: root/platform/template
AgeCommit message (Expand)Author
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-02-05platform: Add an platform ops to return platform specific tlb flush limitAtish Patra
2020-01-24platform: template: typo fix in system reboot/shutdown namesJiuyang Liu (Sequencer)
2020-01-02lib: utils: Support CLINT with 32bit MMIO access on RV64 systemAnup Patel
2019-09-10lib: provide a platform specific tlb range flush thresholdAtish Patra
2019-08-16platform: Remove the ipi_sync method from all platforms.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-05-10platform: Enable dynamic firmware for appropriate platformsAnup Patel
2019-04-24all: run clang-format and update checked-in filesOlof Johansson
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-15Makefile: Add 'make run' command for platform specific runOlof Johansson
2019-02-12Makefile: Set ABI, ISA and Code Model in top-level makeAnup Patel
2019-02-12platform: template: Improve comments for FW_JUMP_ADDR and FW_PAYLOAD_OFFSETAnup Patel
2019-02-08platform: template: Move kernel start address to 4MB allignedAlistair Francis
2019-02-08platform/qemu/virt: Dynamically calculate xlenAlistair Francis
2019-01-24platform: add template platform filesDamien Le Moal