Age | Commit message (Expand) | Author |
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 |
2020-01-07 | lib: Add system early_exit and final_exit APIs | Anup Patel |
2020-01-07 | lib: Add initial sbi_exit() API | Anup Patel |
2020-01-07 | lib: Remove unnecessary checks from init_coldboot() and init_warmboot() | Anup Patel |
2020-01-02 | platform: Add T-head C910 initial support | Liu Yibin |
2020-01-02 | lib: utils: Support CLINT with 32bit MMIO access on RV64 system | Anup Patel |
2019-12-30 | docs: Improve docs for FDT address passing | Liu Yibin |
2019-12-27 | firmware: Improve comments for fw_prev_arg1() and fw_next_arg1() | Anup Patel |
2019-12-27 | firmware: Return real DTB address when FW_xyz_FDT_ADDR is not defined | Liu Yibin |
2019-12-23 | lib: Implement RFENCE extension | Atish Patra |
2019-12-23 | lib: Support stage1 and stage2 tlb flushing | Atish Patra |
2019-12-23 | lib: Add hfence instruction encoding | Atish Patra |
2019-12-23 | lib: Add IPI extension in SBI | Atish Patra |
2019-12-23 | lib: Add TIME extension in SBI | Atish Patra |