Age | Commit message (Expand) | Author |
2020-10-18 | firmware: Add common FW_FDT_PATH compile-time option | Anup Patel |
2020-10-18 | Makefile: Build ELF, BIN and LD script in platform build directory | Anup Patel |
2020-10-10 | makefile: fix clean directive | Damien Le Moal |
2020-10-02 | lib: sbi_scratch: typo scatch | Heinrich Schuchardt |
2020-09-25 | lib: sbi: Fix PMP CSR detection | Pragnesh Patel |
2020-09-16 | platform: generic: Don't mark non-MMU HARTs as invalid | Anup Patel |
2020-09-16 | lib: sbi: Ensure coldboot HART supports next privilege mode | Anup Patel |
2020-09-16 | lib: utils: Improve fdt_cpu_fixup() implementation | Anup Patel |
2020-09-16 | lib: sbi: Allow specifying mode in sbi_hart_pmp_check_addr() API | Anup Patel |
2020-09-16 | lib: sbi: Allow specifying start mode to sbi_hsm_hart_start() API | Anup Patel |
2020-09-09 | lib: sbi_trap: Allow M-mode to M-mode ECALLs | Anup Patel |
2020-09-09 | include: Rename ECALL defines to match latest RISC-V spec | Anup Patel |
2020-09-09 | lib: sbi: Don't handle VS-mode ecall in sbi_trap_handler() | Anup Patel |
2020-09-01 | lib: sbi: Improve HPM CSR read/write emulation | Anup Patel |
2020-09-01 | include: sbi: Few cosmetic changes in riscv_encoding.h | Anup Patel |
2020-09-01 | lib: sbi: Detect and print MHPM counters at boot-time | Anup Patel |
2020-09-01 | lib: sbi: Improve PMP CSR detection and progamming | Anup Patel |
2020-09-01 | lib: sbi: Remove redundant SBI_HART_HAS_PMP feature | Anup Patel |
2020-08-21 | lib: sbi: Handle the case where MTVAL has illegal instruction address | Anup Patel |
2020-08-21 | lib: sbi_init: Avoid thundering hurd problem with coldboot_lock | Anup Patel |
2020-08-20 | platform: kendryte/k210: fixup FDT | Heinrich Schuchardt |
2020-08-17 | lib: sbi_trap: Fix hstatus.SPVP update in sbi_trap_redirect() | Georg Kotheimer |
2020-08-14 | firmware: fw_base: Improve exception stack setup in trap handler | Anup Patel |
2020-08-04 | lib: sbi_misaligned_ldst: Determine transformed instruction length correctly | Anup Patel |
2020-07-29 | lib: utils: Use strncmp in fdt_parse_hart_id() | Abner Chang |
2020-07-29 | lib: utils: Add a macro in libfdt_env.h for strncmp | Abner Chang |
2020-07-29 | lib: Add sbi_strncmp implementation | Abner Chang |
2020-07-14 | include: sbi_bitops: Remove dead shift assignment in ffs/fls | Tobias Klauser |
2020-07-06 | lib/utils: fdt: Update FDT expand size to 1024 for reserved memory node | Bin Meng |
2020-07-04 | README.md: fix markdown link formatting | Tobias Klauser |
2020-06-29 | docs/platform: sifive_fu540: Update U-Boot instructions | Bin Meng |
2020-06-29 | config.mk: Update QEMU run command for generic and sifive fu540 platforms | Bin Meng |
2020-06-29 | docs/platform: Update QEMU parameter for fw_payload | Bin Meng |
2020-06-20 | include: Bump-up version to 0.8 | Anup Patel |
2020-06-20 | lib: Don't return any invalid error from SBI ecall | Anup Patel |
2020-06-20 | lib: sbi: Fix 32/64 bits variable compatibility | Liush |
2020-06-19 | platform: Add support for Shakti C-class SoC from IIT-M | Vijai Kumar K |
2020-06-18 | lib: Fix the SBI_HART_HAS_MCOUNTEREN feature check | Alistair Francis |
2020-06-18 | lib: Don't print delegation CSRs if there is no S-Mode | Alistair Francis |
2020-06-17 | platform: Update Nuclei ux600 platform support | Huaqi Fang |
2020-06-15 | platform/lib: Allow the OS to map the regions that are protected by PMP | Alexandre Ghiti |
2020-06-15 | lib: Fix __sbi_hfence_gvma_vmid_gpa() and __sbi_hfence_vvma_asid_va() | Anup Patel |
2020-06-10 | platform: Add AE350 cache control SBIs | Nylon Chen |
2020-06-10 | platform: Add AE350 platform specific SBI handler | Nylon Chen |
2020-06-08 | docs: Remove redundant documentation about combined payload use case | Atish Patra |
2020-06-08 | docs: Use doxygen config to mark the main page | Atish Patra |
2020-06-08 | lib: Add RISC-V hypervisor v0.6.1 support | Anup Patel |
2020-06-05 | firmware: Remove FW_PAYLOAD_FDT and related documentation | Anup Patel |
2020-06-05 | platform: kendryte/k210: Use new mechanism of builtin DTB | Anup Patel |
2020-06-05 | Makefile: Add mechanism for platforms to have multiple builtin DTBs | Anup Patel |