Age | Commit message (Expand) | Author |
2021-09-26 | lib: sbi: Add timer frequency to struct sbi_timer_device | Anup Patel |
2021-08-14 | lib: utils/timer: Allow separate base addresses for MTIME and MTIMECMP | Anup Patel |
2021-06-24 | platform: Replace CLINT library usage with ACLINT library | Anup Patel |
2021-04-28 | lib: sbi: Simplify system reset platform operations | Anup Patel |
2021-04-28 | lib: sbi: Simplify ipi platform operations | Anup Patel |
2021-04-28 | lib: sbi: Simplify timer platform operations | Anup Patel |
2021-04-28 | lib: sbi: Simplify console platform operations | Anup Patel |
2021-01-18 | platform: template: Fix compile error | Anup Patel |
2020-12-01 | lib: sbi: Improve system reset platform operations | Anup Patel |
2020-10-18 | firmware: Remove FW_PAYLOAD_FDT_PATH compile-time option | Anup Patel |
2020-06-05 | firmware: Remove FW_PAYLOAD_FDT and related documentation | Anup Patel |
2020-05-23 | lib: utils: Allow CLINT functions to be used for multiple CLINTs | Anup Patel |
2020-05-23 | lib: utils: Allow PLIC functions to be used for multiple PLICs | Anup Patel |
2020-05-23 | lib: utils: Remove redundant parameters from PLIC init functions | Anup Patel |
2020-04-27 | include: sbi_platform: Combine reboot and shutdown into one callback | Anup Patel |
2020-04-27 | lib: No need to provide default PMP region using platform callbacks | Anup Patel |
2020-03-14 | platform: Use one unified per-HART stack size macro for all platforms | Bin Meng |
2020-03-14 | platform: Set per-HART stack size to 8KB in the template platform codes | Bin Meng |
2020-03-13 | include: Make sbi_current_hartid() as macro in riscv_asm.h | Anup Patel |
2020-03-11 | include: Remove disabled_hart_mask from sbi_platform | Anup Patel |
2020-02-05 | platform: Add an platform ops to return platform specific tlb flush limit | Atish Patra |
2020-01-24 | platform: template: typo fix in system reboot/shutdown names | Jiuyang Liu (Sequencer) |
2020-01-02 | lib: utils: Support CLINT with 32bit MMIO access on RV64 system | Anup Patel |
2019-09-10 | lib: provide a platform specific tlb range flush threshold | Atish Patra |
2019-08-16 | platform: Remove the ipi_sync method from all platforms. | Atish Patra |
2019-06-29 | include: Add version info to struct sbi_platform | Abner Chang |
2019-06-29 | include: Move callbacks in sbi_platform to separate struct | Abner Chang |
2019-06-19 | platform: Enable all drivers by default. | Atish Patra |
2019-05-10 | platform: Enable dynamic firmware for appropriate platforms | Anup Patel |
2019-04-24 | all: run clang-format and update checked-in files | Olof Johansson |
2019-03-06 | platform: Make the `platform` read-only | Xiang Wang |
2019-03-05 | lib:platform: Fix sbi_getc return type. | Atish Patra |
2019-02-19 | template: Fix some callback names | Sergi Granell |
2019-02-19 | template: Remove trailing ';' | Sergi Granell |
2019-02-19 | template: Fix typo in platform_final_init | Sergi Granell |
2019-02-15 | Makefile: Add 'make run' command for platform specific run | Olof Johansson |
2019-02-12 | Makefile: Set ABI, ISA and Code Model in top-level make | Anup Patel |
2019-02-12 | platform: template: Improve comments for FW_JUMP_ADDR and FW_PAYLOAD_OFFSET | Anup Patel |
2019-02-08 | platform: template: Move kernel start address to 4MB alligned | Alistair Francis |
2019-02-08 | platform/qemu/virt: Dynamically calculate xlen | Alistair Francis |
2019-01-24 | platform: add template platform files | Damien Le Moal |