Age | Commit message (Expand) | Author |
2020-12-01 | platform: Remove dummy system reset functions | Anup Patel |
2020-06-29 | config.mk: Update QEMU run command for generic and sifive fu540 platforms | Bin Meng |
2020-06-15 | platform/lib: Allow the OS to map the regions that are protected by PMP | Alexandre Ghiti |
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-24 | lib: utils: Move fdt fixup helper routines to a different file | Atish Patra |
2020-03-19 | platform: sifive/fu540: Remove FU540_ENABLED_HART_MASK option | Anup Patel |
2020-03-19 | include: sbi_platform: Introduce HART index to HART id table | Anup Patel |
2020-03-18 | platform: Update to call general DT fix-up helper | Bin Meng |
2020-03-18 | platform: sifive/fu540: Replace cpu0 node fix-up with the new helper | Bin Meng |
2020-03-18 | platform: sifive/fu540: Remove "stdout-path" fix-up | Bin Meng |
2020-03-18 | platform: sifive/fu540: Fix up DT for reserved memory | Bin Meng |
2020-03-18 | lib: utils: Move PLIC DT fix up codes to fdt_helper.c | Bin Meng |
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: sifive: fu540: allow sv32 as an mmu-type | Sören Tempel |
2020-02-19 | platform: sifive: fu540: Add 32-bit specific fdt/payload addresses | Bin Meng |
2020-02-07 | platform: sifive: fu540: Add platform specific 'make run' cmd | Bin Meng |
2020-02-05 | platform: sifive/fu540: Set tlb range flush limit to zero | Atish Patra |
2020-01-02 | lib: utils: Support CLINT with 32bit MMIO access on RV64 system | Anup Patel |
2019-08-16 | platform: Remove the ipi_sync method from all platforms. | Atish Patra |
2019-08-09 | platform: sifive: fu540: Expand FDT size before any patching | Bin Meng |
2019-07-24 | platform: sifive/fu540: Move FDT further up | Anup Patel |
2019-07-22 | platform: sifive: fu540: Use standard value string for cpu node status | Bin Meng |
2019-07-02 | platform: Remove the HiFive Unleashed expansion board DT. | 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-06-19 | platform: Move platform common to lib/utils. | 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-04-24 | all: Annotate some tables to have clang-format leave them alone | Olof Johansson |
2019-03-13 | platform: fu540: Fix cosmetic styling issues | Bin Meng |
2019-03-06 | platform: Make the `platform` read-only | Xiang Wang |
2019-02-15 | platform: fu540: Initial commit of Microsemi device tree | Alistair Francis |
2019-02-15 | platform: fu540: Fix missing newline | Alistair Francis |
2019-02-12 | Makefile: Set ABI, ISA and Code Model in top-level make | Anup Patel |
2019-01-29 | platform: fu540: Provide a compile time option selective hart booting. | Atish Patra |
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 | 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-23 | lib: Remove hartid paramter from early_init() and final_init() callbacks | Anup Patel |
2019-01-18 | platform: No need to pass context id for plic fixup. | Atish Patra |