summaryrefslogtreecommitdiff
path: root/platform/template
AgeCommit message (Expand)AuthorFilesLines
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng1-1/+1
2022-08-08platform: Remove redundant config.mk from all platformsAnup Patel3-78/+73
2022-08-08lib: utils/irqchip: Use kconfig for enabling/disabling driversAnup Patel1-0/+1
2022-08-08lib: utils/ipi: Use kconfig for enabling/disabling driversAnup Patel1-0/+1
2022-08-08lib: utils/timer: Use kconfig for enabling/disabling driversAnup Patel1-0/+1
2022-08-08lib: utils/serial: Use kconfig for enabling/disabling driversAnup Patel1-0/+1
2022-08-08Makefile: Add initial kconfig support for each platformAnup Patel2-0/+12
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-10-18firmware: Remove FW_PAYLOAD_FDT_PATH compile-time optionAnup Patel1-1/+3
2020-06-05firmware: Remove FW_PAYLOAD_FDT and related documentationAnup Patel2-5/+4
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-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