Age | Commit message (Expand) | Author |
2019-08-23 | platform: Add Andes AE350 initial support | Nylon Chen |
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-25 | treewide: Use conventional names for 32-bit and 64-bit | 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-29 | Add support for Ariane FPGA SoC | Panagiotis Peristerakis |
2019-06-19 | platform: Enable all drivers by default. | Atish Patra |
2019-06-19 | platform: Move platform common to lib/utils. | Atish Patra |
2019-06-19 | lib: Include helper libc functions directly in libsbi. | 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-25 | platform/common/libfdt: fix unnecessary multiple inclusions | Xiang Wang |
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-24 | libfdt: don't try to clang-format | Olof Johansson |
2019-04-09 | TOP: Allow building platform out-of-tree | Anup Patel |
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 |