aboutsummaryrefslogtreecommitdiff
path: root/platform/template
AgeCommit message (Expand)AuthorFilesLines
2019-06-29include: Move callbacks in sbi_platform to separate structAbner Chang1-33/+29
2019-06-19platform: Enable all drivers by default.Atish Patra1-16/+0
2019-05-10platform: Enable dynamic firmware for appropriate platformsAnup Patel1-1/+7
2019-04-24all: run clang-format and update checked-in filesOlof Johansson1-18/+16
2019-03-06platform: Make the `platform` read-onlyXiang Wang1-1/+1
2019-03-05lib:platform: Fix sbi_getc return type.Atish Patra1-1/+1
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-15Makefile: Add 'make run' command for platform specific runOlof Johansson1-2/+8
2019-02-12Makefile: Set ABI, ISA and Code Model in top-level makeAnup Patel1-8/+12
2019-02-12platform: template: Improve comments for FW_JUMP_ADDR and FW_PAYLOAD_OFFSETAnup Patel1-3/+13
2019-02-08platform: template: Move kernel start address to 4MB allignedAlistair Francis1-2/+4
2019-02-08platform/qemu/virt: Dynamically calculate xlenAlistair Francis1-0/+2
2019-01-24platform: add template platform filesDamien Le Moal3-0/+319