Age | Commit message (Expand) | Author |
2020-02-18 | doc: payload_linux: Fix doc styles | Bin Meng |
2020-02-18 | doc: coreboot: Fix doc styles | Bin Meng |
2020-02-18 | ThirdPartyNotices: Fix doc styles | Bin Meng |
2020-02-17 | docs: platform: Add documentation for Spike platform | Anup Patel |
2020-02-17 | scripts: Add Spike to platform list of binary archive script | Anup Patel |
2020-02-17 | platform: Remove stale options from config.mk files | Anup Patel |
2020-02-17 | platform: Add Spike initial support | James Clarke |
2020-02-13 | lib: irqchip/plic: Disable all contexts and IRQs | Atish Patra |
2020-02-13 | lib: Initialize out value in SBI calls | Atish Patra |
2020-02-13 | lib: Use __builtin_ctzl() in pmp_get() | Li Jinpei |
2020-02-13 | lib: sbi_scratch: use bitwise ops in sbi_scratch_alloc_offset() | Li Jinpei |
2020-02-11 | doc: sifive: fu540: Update QEMU instruction when using U-Boot as the payload | Bin Meng |
2020-02-07 | platform: sifive: fu540: Add platform specific 'make run' cmd | Bin Meng |
2020-02-07 | platform: Drop qemu/sifive_u support | Bin Meng |
2020-02-06 | makefile: add support for building on macOS | Alex Richardson |
2020-02-05 | platform: sifive/fu540: Set tlb range flush limit to zero | Atish Patra |
2020-02-05 | platform: Add an platform ops to return platform specific tlb flush limit | Atish Patra |
2020-01-25 | platform: Update UART base addresses for qemu/sifve_u | Nikita Ermakov |
2020-01-24 | platform: template: typo fix in system reboot/shutdown names | Jiuyang Liu (Sequencer) |
2020-01-22 | lib: Factor-out SBI base extension | Anup Patel |
2020-01-22 | lib: Factor-out SBI vendor extension | Anup Patel |
2020-01-22 | lib: Factor-out SBI replacement extensions | Anup Patel |
2020-01-22 | lib: Factor-out SBI legacy extension | Anup Patel |
2020-01-22 | lib: Add dynamic registration of SBI extensions | Anup Patel |
2020-01-22 | include: Add generic and simple list handling APIs | Anup Patel |
2020-01-22 | lib: Initialize TLB management directly from coldboot/warmboot path | Anup Patel |
2020-01-22 | lib: Drop _fifo from the name of various sbi_tlb_fifo_xyz() functions | Anup Patel |
2020-01-22 | lib: Introduce sbi_ipi_event_create/destroy() APIs | Anup Patel |
2020-01-22 | lib: Introduce sbi_tlb_fifo_request() API | Anup Patel |
2020-01-22 | lib: Introduce sbi_ipi_send_halt() API | Anup Patel |
2020-01-22 | lib: Introduce sbi_ipi_send_smode() API | Anup Patel |
2020-01-22 | lib: Move struct sbi_ipi_data definition to sbi_ipi.c | Anup Patel |
2020-01-22 | include: Typo fix in comment for SBI_SCRATCH_SIZE define | Anup Patel |
2020-01-20 | scripts: Add C910 to platform list in the binary archive script | Liu Yibin |
2020-01-15 | platform: thead/c910: Don't set plic/clint address in warm boot | Liu Yibin |
2020-01-15 | platform: thead/c910: Don't enable L2 cache in warm boot | Liu Yibin |
2020-01-10 | firmware: Fix placement of .align directives | Andreas Schwab |
2020-01-10 | docs: platform: Update SiFive FU540 doc as-per U-Boot v2020.01 | Anup Patel |
2020-01-09 | platform: thead/c910: Remove SBI_PLATFORM_HAS_PMP | Liu Yibin |
2020-01-09 | docs: Add description of using OPENSBI_EXTERNAL_SBI_TYPES | Abner Chang |
2020-01-09 | include: Add OPENSBI_EXTERNAL_SBI_TYPES in sbi_types.h | Abner Chang |
2020-01-08 | build: Use -ffreestanding | Khem Raj |
2020-01-07 | lib: Add sbi_init_count() API | Anup Patel |
2020-01-07 | lib: zero-out memory allocated using sbi_scratch_alloc_offset() | Anup Patel |
2020-01-07 | lib: improve system reboot and shutdown implementation | Anup Patel |
2020-01-07 | lib: do sbi_exit() upon halt IPI | Anup Patel |
2020-01-07 | lib: save/restore MIE CSR in sbi_hart_wait_for_coldboot() | Anup Patel |
2020-01-07 | lib: Add irqchip exit API | Anup Patel |
2020-01-07 | lib: Add ipi exit API | Anup Patel |
2020-01-07 | lib: Add timer exit API | Anup Patel |