Age | Commit message (Expand) | Author |
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 |
2020-01-22 | include: Add generic and simple list handling APIs | 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-09 | include: Add OPENSBI_EXTERNAL_SBI_TYPES in sbi_types.h | Abner Chang |
2020-01-07 | lib: Add sbi_init_count() API | Anup Patel |
2020-01-07 | lib: improve system reboot and shutdown implementation | 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-02 | lib: utils: Support CLINT with 32bit MMIO access on RV64 system | Anup Patel |
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: Remove redundant IPI types | Atish Patra |
2019-12-23 | lib: Add replacement extension and function ids | Atish Patra |
2019-12-16 | lib: Extend trap redirection for hypervisor v0.5 spec | Anup Patel |
2019-12-16 | include: Extend struct sbi_trap_info for mtval2 and mtinst | Anup Patel |
2019-12-16 | include: Add guest external interrupt related defines | Anup Patel |
2019-12-06 | include: sbi_platform: fix compilation for GCC-9 | Martin Pietryka |
2019-11-27 | lib: Add error detection for misa_extension | Xiang W |
2019-11-26 | lib: Fix CPU capabilities detection function | Xiang Wang |