Age | Commit message (Expand) | Author |
2019-04-03 | kendryte/k210: Fix file headers | Damien Le Moal |
2019-03-18 | platform: plic: Fix comments of programming the interrupt enable register | Bin Meng |
2019-03-14 | platform: plic: Bypass interrupt ID 0's priority programming | Bin Meng |
2019-03-14 | platform: plic: Fix plic_set_priority() | Bin Meng |
2019-03-13 | platform: fu540: Fix cosmetic styling issues | Bin Meng |
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-18 | platform: qemu-virt: Implement system shutdown | Nick Kossifidis |
2019-02-15 | Merge pull request #59 from avpatel/make-run | Alistair Francis |
2019-02-15 | Makefile: Add 'make run' command for platform specific run | Olof Johansson |
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-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-02-12 | platform: qemu: Set FW_JUMP_ADDR and FW_PAYLOAD_OFFSET as-per XLEN | Anup Patel |
2019-02-12 | platform: template: Improve comments for FW_JUMP_ADDR and FW_PAYLOAD_OFFSET | Anup Patel |
2019-02-08 | platform: clint: Allow running on 32-bit systems | Alistair Francis |
2019-02-08 | platform: qemu/virt: Move kernel start address to 4MB alligned | Alistair Francis |
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-29 | platform: fu540: Provide a compile time option selective hart booting. | Atish Patra |
2019-01-24 | platform: add template platform files | Damien Le Moal |
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-23 | lib: Remove hartid paramter from early_init() and final_init() 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: Fix compile error caused by standard includes | Anup Patel |
2019-01-18 | platform: No need to pass context id for plic fixup. | Atish Patra |
2019-01-18 | platform: Modify DT using libfdt | Atish Patra |
2019-01-18 | platform: Remove string functions from tinyfdt.c | Atish Patra |
2019-01-18 | platform: Include libfdt & libc. | Atish Patra |
2019-01-18 | platform: Rename fdt.c to tinyfdt.c | Atish Patra |
2019-01-18 | platform: Add libfdt support. | Atish Patra |
2019-01-18 | platform: Add minimal libc support. | Atish Patra |
2019-01-03 | platform: kendryte/k210: Simplify sysctl code | Damien Le Moal |
2019-01-03 | platform: kendryte/k210: Declare local function static | Damien Le Moal |
2018-12-31 | platform: Fix author name for Kendryte K210 platform | Anup Patel |
2018-12-31 | platform: Rename sifive/hifive_u540 to sifive/fu540 | Anup Patel |
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 |