Age | Commit message (Expand) | Author |
2020-03-24 | lib: utils: Move fdt fixup helper routines to a different file | Atish Patra |
2020-03-18 | platform: Update to call general DT fix-up helper | Bin Meng |
2020-03-18 | platform: qemu/virt: 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-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-02-19 | platform: qemu: virt: Correct the typo in config.mk | Bin Meng |
2020-02-17 | platform: Remove stale options from config.mk files | Anup Patel |
2020-02-07 | platform: Drop qemu/sifive_u support | Bin Meng |
2020-01-25 | platform: Update UART base addresses for qemu/sifve_u | Nikita Ermakov |
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-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-30 | platform: qemu/sifive_u: Update the hart count to 4 | Bin Meng |
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-06 | platform: Make the `platform` read-only | Xiang Wang |
2019-02-18 | platform: qemu-virt: Implement system shutdown | Nick Kossifidis |
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: qemu: Set FW_JUMP_ADDR and FW_PAYLOAD_OFFSET as-per XLEN | Anup Patel |
2019-02-08 | platform: qemu/virt: Move kernel start address to 4MB alligned | Alistair Francis |
2019-02-08 | platform/qemu/virt: Dynamically calculate xlen | Alistair Francis |
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 |
2019-01-18 | platform: Remove string functions from tinyfdt.c | Atish Patra |
2018-12-27 | lib: Rename target_hart parameter to hartid for PMP platform callbacks | Anup Patel |
2018-12-27 | lib: Simplify sbi_platform timer_init() hooks | Anup Patel |
2018-12-27 | lib: Simplify sbi_platform ipi_init() hooks | Anup Patel |
2018-12-27 | lib: Simplify sbi_platform irqchip_init() hooks | Anup Patel |
2018-12-27 | lib: Simplify sbi_platform early_init() and final_init() hooks | Anup Patel |
2018-12-22 | platform: Remove PLAT_HART_COUNT and PLAT_HART_STACK_SIZE | Anup Patel |
2018-12-22 | platform: Remove PLAT_NAME from all platforms | Anup Patel |
2018-12-21 | Introduce hart disabled parameter in platform. | Atish Patra |
2018-12-21 | Fix plic warm init in platform code. | Anup Patel |
2018-12-21 | Move hardcoded uart constant to macros. | Atish Patra |
2018-12-21 | Refine platform features control | Damien Le Moal |
2018-12-21 | top: Rename "plat" to "platform" everywhere | Anup Patel |