aboutsummaryrefslogtreecommitdiff
path: root/platform/template/platform.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-24platform: Setup serial console device in early_init()Anup Patel1-12/+6
2023-12-19lib: utils/irqchip: Add shared MMIO region for PLIC in root domainAnup Patel1-0/+3
2023-06-05platform: Allow platforms to specify heap sizeAnup Patel1-0/+1
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng1-1/+1
2022-08-08platform: Remove redundant config.mk from all platformsAnup Patel1-1/+1
2022-04-17lib: utils/serial: support 'reg-offset' propertyZong Li1-1/+1
2021-09-26lib: sbi: Add timer frequency to struct sbi_timer_deviceAnup Patel1-0/+2
2021-08-14lib: utils/timer: Allow separate base addresses for MTIME and MTIMECMPAnup Patel1-2/+6
2021-06-24platform: Replace CLINT library usage with ACLINT libraryAnup Patel1-9/+22
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