summaryrefslogtreecommitdiff
path: root/platform/template/platform.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-28lib: sbi: Simplify system reset platform operationsAnup Patel1-18/+1
2021-04-28lib: sbi: Simplify ipi platform operationsAnup Patel1-20/+0
2021-04-28lib: sbi: Simplify timer platform operationsAnup Patel1-30/+0
2021-04-28lib: sbi: Simplify console platform operationsAnup Patel1-19/+0
2021-01-18platform: template: Fix compile errorAnup Patel1-2/+2
2020-12-01lib: sbi: Improve system reset platform operationsAnup Patel1-2/+10
2020-05-23lib: utils: Allow CLINT functions to be used for multiple CLINTsAnup Patel1-8/+13
2020-05-23lib: utils: Allow PLIC functions to be used for multiple PLICsAnup Patel1-4/+16
2020-05-23lib: utils: Remove redundant parameters from PLIC init functionsAnup Patel1-3/+2
2020-04-27include: sbi_platform: Combine reboot and shutdown into one callbackAnup Patel1-12/+3
2020-04-27lib: No need to provide default PMP region using platform callbacksAnup Patel1-20/+0
2020-03-14platform: Use one unified per-HART stack size macro for all platformsBin Meng1-1/+1
2020-03-14platform: Set per-HART stack size to 8KB in the template platform codesBin Meng1-1/+1
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel1-1/+2
2020-03-11include: Remove disabled_hart_mask from sbi_platformAnup Patel1-1/+0
2020-02-05platform: Add an platform ops to return platform specific tlb flush limitAtish Patra1-1/+0
2020-01-24platform: template: typo fix in system reboot/shutdown namesJiuyang Liu (Sequencer)1-2/+2
2020-01-02lib: utils: Support CLINT with 32bit MMIO access on RV64 systemAnup Patel1-1/+1
2019-09-10lib: provide a platform specific tlb range flush thresholdAtish Patra1-0/+1
2019-08-16platform: Remove the ipi_sync method from all platforms.Atish Patra1-10/+0
2019-06-29include: Add version info to struct sbi_platformAbner Chang1-0/+2
2019-06-29include: Move callbacks in sbi_platform to separate structAbner Chang1-33/+29
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-01-24platform: add template platform filesDamien Le Moal1-0/+242