Age | Commit message (Expand) | Author |
2021-11-02 | include: sbi_utils: Introduce an helper to get fdt base address | Alexandre Ghiti |
2021-10-11 | lib: sbi: convert reset to list | Nikita Shubin |
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-03-03 | platform: implement K210 system reset | Heinrich Schuchardt |
2020-12-01 | platform: Remove dummy system reset functions | Anup Patel |
2020-10-18 | platform: kendryte/k210: Add some padding for FDT fixups | Anup Patel |
2020-08-20 | platform: kendryte/k210: fixup FDT | Heinrich Schuchardt |
2020-06-05 | platform: kendryte/k210: Use new mechanism of builtin DTB | 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-03-18 | platform: Clean up include header files | Bin Meng |
2020-03-14 | platform: Use one unified per-HART stack size macro for all platforms | 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-03-08 | platform: kendryte/k210: Set per-HART stack size to 8KB | Anup Patel |
2020-01-02 | lib: utils: Support CLINT with 32bit MMIO access on RV64 system | Anup Patel |
2019-09-28 | kendryte/k210: remove unused file | Damien Le Moal |
2019-09-05 | kendryte/k210: remove sysctl code | Damien Le Moal |
2019-09-05 | kendryte/k210: Use sifive UART driver | Damien Le Moal |
2019-08-16 | platform: Remove the ipi_sync method from all platforms. | Atish Patra |
2019-07-25 | treewide: Use conventional names for 32-bit and 64-bit | Bin Meng |
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-06-19 | platform: Move platform common to lib/utils. | Atish Patra |
2019-04-24 | all: run clang-format and update checked-in files | Olof Johansson |
2019-04-24 | all: Annotate some tables to have clang-format leave them alone | Olof Johansson |
2019-04-03 | kendryte/k210: Fix file headers | Damien Le Moal |
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-14 | platform: Use CSR_<FOO> instead of <foo> for csr_*() | Atish Patra |
2019-02-12 | Makefile: Set ABI, ISA and Code Model in top-level make | Anup Patel |
2019-01-24 | all: Update copyright header in all files | Anup patel |
2019-01-23 | include: Rename ipi_inject() to ipi_send() for sbi_platform | Anup Patel |
2019-01-23 | include: Drop MMIO from SBI_PLATFORM_HAS_MMIO_TIMER_VALUE | Anup Patel |
2019-01-23 | lib: Remove target_hart and hartid parameter from TIMER callbacks | Anup Patel |
2019-01-23 | lib: Remove hartid parameter from IRQCHIP callbacks | Anup Patel |
2019-01-23 | lib: Remove source_hart and hartid parameter from IPI callbacks | Anup patel |
2019-01-21 | kendryte/k210: Add device tree support | Damien Le Moal |
2019-01-21 | kendryte/k210: Fix console | Damien Le Moal |
2019-01-21 | build: Introduce FW_PAYLOAD_ALIGN | Damien Le Moal |
2019-01-18 | platform: Remove string functions from tinyfdt.c | Atish Patra |