Age | Commit message (Expand) | Author |
2020-11-27 | docs: fix a typo error | Yuan Li |
2020-11-10 | lib: sbi: Improve boot prints in cold boot sequence | Anup Patel |
2020-11-02 | Makefile: Add option to use toolchain default ABI and ISA string | Anup Patel |
2020-10-26 | lib: sbi: Improve boot time print with additional PMP information | Atish Patra |
2020-10-26 | lib: sbi: Detect PMP granularity and number of address bits | Atish Patra |
2020-10-23 | lib: utils: Implement "ranges" property parsing | Atish Patra |
2020-10-21 | docs: Add initial documentation for domain support | Anup Patel |
2020-10-21 | lib: sbi: Display domain details in boot prints | Anup Patel |
2020-10-20 | lib: sbi: Configure PMP based on domain memory regions | Anup Patel |
2020-10-20 | lib: sbi: Remove redundant sbi_hart_pmp_xyz() functions | Anup Patel |
2020-10-20 | lib: utils: Update fdt_cpu_fixup() to use current domain | Anup Patel |
2020-10-20 | lib: utils: Update fdt_reserved_memory_fixup() to use current domain | Anup Patel |
2020-10-20 | lib: sbi: Extend sbi_system_reset() for domains | Anup Patel |
2020-10-20 | lib: sbi: Optimize sbi_hsm_hart_started_mask() implementation | Anup Patel |
2020-10-20 | lib: sbi: Extend sbi_hsm_hart_start() for domains | Anup Patel |
2020-10-20 | lib: sbi: Extend sbi_hsm_hart_started_mask() for domains | Anup Patel |
2020-10-20 | lib: sbi: Add initial domain support | Anup Patel |
2020-10-20 | include: sbi: Make hartmask pointer const in sbi_hartmask_test_hart() | Anup Patel |
2020-10-20 | lib: sbi: Remove redundant hartid parameter from sbi_hart_init() | Anup Patel |
2020-10-20 | lib: sbi: Configure PMP late in coldboot and warmboot path | Anup Patel |
2020-10-20 | include: sbi: Remove pmp_region callbacks from sbi_platform_operations | Anup Patel |
2020-10-20 | include: sbi: Remove redundant includes from sbi_platform.h | Anup Patel |
2020-10-18 | platform: kendryte/k210: Add some padding for FDT fixups | Anup Patel |
2020-10-18 | Makefile: Allow padding zeros when converting DTB to C source | Heinrich Schuchardt |
2020-10-18 | firmware: Remove FW_PAYLOAD_FDT_PATH compile-time option | Anup Patel |
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 |