Age | Commit message (Expand) | Author |
2020-03-28 | lib: sbi_ecall: Remove mcause, scratch and hartid parameters | Anup Patel |
2020-03-28 | lib: sbi_misaligned_ldst: Remove mcause, scratch and hartid parameters | Anup Patel |
2020-03-28 | lib: sbi_illegal_insn: Remove mcause, scratch and hartid parameters | Anup Patel |
2020-03-28 | lib: sbi_emulate_csr: Remove scratch and hartid parameter | Anup Patel |
2020-03-28 | lib: sbi_trap: Remove scratch parameter from sbi_trap_redirect() | Anup Patel |
2020-03-28 | lib: Remove scratch parameter from unpriv load/store functions | Anup Patel |
2020-03-28 | lib: Optimize unpriv load/store implementation | Anup Patel |
2020-03-24 | lib: utils: Move fdt fixup helper routines to a different file | Atish Patra |
2020-03-24 | platform: fpga/common: Add a fdt parsing helper functions | Atish Patra |
2020-03-19 | include: sbi_platform: Introduce HART index to HART id table | Anup Patel |
2020-03-19 | lib: sbi_hsm: Remove scratch parameter from hart_started_mask() API | Anup Patel |
2020-03-19 | include: sbi_platform: Improve sbi_platform_hart_disabled() API | Anup Patel |
2020-03-19 | lib: Handle failure of sbi_hartid_to_scratch() API | Anup Patel |
2020-03-19 | lib: sbi_hsm: Simplify hart_get_state() and hart_started() APIs | Anup Patel |
2020-03-19 | include: Simplify HART id to scratch macro | Anup Patel |
2020-03-19 | lib: sbi_scratch: Introduce HART id to scratch table | Anup Patel |
2020-03-18 | lib: utils: Add a general device tree fix-up helper | Bin Meng |
2020-03-18 | lib: utils: Add a fdt_cpu_fixup() helper | Bin Meng |
2020-03-18 | lib: utils: Move PLIC DT fix up codes to fdt_helper.c | Bin Meng |
2020-03-18 | lib: utils: Add a fdt_reserved_memory_fixup() helper | Bin Meng |
2020-03-18 | lib: sbi: Update pmp_get() to return decoded size directly | Bin Meng |
2020-03-14 | platform: Use one unified per-HART stack size macro for all platforms | Bin Meng |
2020-03-13 | include: Make sbi_current_hartid() as macro in riscv_asm.h | Anup Patel |
2020-03-13 | include: Make sbi_hart_id_to_scratch() as macro | Anup Patel |
2020-03-13 | sbi: Add definitions for true/false | Bin Meng |
2020-03-11 | lib: sbi_hart: Remove HART available mask and related APIs | Anup Patel |
2020-03-11 | lib: Introduce sbi_hsm_hart_started_mask() API | Anup Patel |
2020-03-11 | include: Remove disabled_hart_mask from sbi_platform | Anup Patel |
2020-03-11 | lib: Move all coldboot wait APIs to sbi_init.c | Anup Patel |
2020-03-11 | lib: sbi_tlb: Use sbi_hartmask in sbi_tlb_info | Anup Patel |
2020-03-11 | lib: Introduce SBI_TLB_INFO_INIT() helper macro | Anup Patel |
2020-03-11 | include: Simple hartmask library | Anup Patel |
2020-03-11 | lib: Simple bitmap library | Anup Patel |
2020-03-10 | lib: sbi: Fix coding style issues | Bin Meng |
2020-03-08 | include: sbi_scratch: Set per-HART scratch size to 4KB | Anup Patel |
2020-03-08 | include: sbi_bitops: More useful bit operations | Anup Patel |
2020-03-08 | include: Move bits related defines and macros to sbi_bitops.h | Anup Patel |
2020-02-24 | lib: Implement Hart State Management (HSM) SBI extension | Atish Patra |
2020-02-24 | lib: Add possible hart status values | Atish Patra |
2020-02-24 | lib: Implement hart hotplug | Atish Patra |
2020-02-24 | lib: Add a new platform feature to bringup secondary harts | Atish Patra |
2020-02-24 | include: Bump-up version to 0.6 | Anup Patel |
2020-02-19 | lib: Print interrupt and exception delegation in boot prints | Anup Patel |
2020-02-17 | platform: Add Spike initial support | James Clarke |
2020-02-05 | platform: Add an platform ops to return platform specific tlb flush limit | Atish Patra |
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 |