Age | Commit message (Expand) | Author |
2021-11-08 | lib: sbi: move sbi_boot_print_general() | Heinrich Schuchardt |
2021-10-20 | Makefile: Add build time and compiler info string | Wei Fu |
2021-10-11 | lib: sbi: convert reset to list | Nikita Shubin |
2021-09-26 | lib: sbi: Print timer frequency at boot time | Anup Patel |
2021-07-11 | lib: sbi: Add PMU support | Atish Patra |
2021-07-11 | lib: sbi: Remove redundant boot time print statement | Atish Patra |
2021-06-22 | lib: sign conflict in wake_coldboot_harts() | Heinrich Schuchardt |
2021-06-02 | lib: sbi_scratch: remove owner from sbi_scratch_alloc_offset | Heinrich Schuchardt |
2021-04-28 | lib: sbi: Show devices provided by platform in boot prints | Anup Patel |
2021-04-28 | lib: sbi: Simplify ipi platform operations | Anup Patel |
2021-03-03 | lib: Remove redundant sbi_platform_ipi_clear() calls | Anup Patel |
2021-03-03 | lib: sbi: Implement SBI HSM suspend function | Anup Patel |
2020-11-10 | lib: sbi: Improve boot prints in cold boot sequence | Anup Patel |
2020-10-26 | lib: sbi: Improve boot time print with additional PMP information | Atish Patra |
2020-10-21 | lib: sbi: Display domain details in boot prints | Anup Patel |
2020-10-20 | lib: sbi: Add initial domain support | 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-09-16 | lib: sbi: Ensure coldboot HART supports next privilege mode | Anup Patel |
2020-09-01 | lib: sbi: Detect and print MHPM counters at boot-time | Anup Patel |
2020-08-21 | lib: sbi_init: Avoid thundering hurd problem with coldboot_lock | Anup Patel |
2020-05-19 | lib: sbi_hart: Detect number of supported PMP regions | Anup Patel |
2020-05-19 | include: sbi: Use scratch pointer as parmeter in HART feature APIs | Anup Patel |
2020-05-19 | lib: sbi: Print platform HART count just before boot HART id | Anup Patel |
2020-05-19 | lib: sbi: Remove extra spaces from boot time prints | Anup Patel |
2020-05-19 | lib: sbi: Improve get_feature_str() implementation and usage | Anup Patel |
2020-05-10 | lib: Add hart features in boot time print | Atish Patra |
2020-05-10 | lib: Add platform features in boot time print | Atish Patra |
2020-05-07 | lib: sbi: Improve misa_string() implementation | Anup Patel |
2020-05-01 | lib: sbi: Print platform hart count at boot time | Anup Patel |
2020-03-28 | include: sbi_system: Remove scratch parameter and redundant functions | Anup Patel |
2020-03-28 | lib: sbi_scratch: Introduce sbi_scratch_last_hartid() API | Anup Patel |
2020-03-28 | include: Use more consistent name for atomic xchg() and cmpxchg() | Anup Patel |
2020-03-26 | lib: prevent coldboot_lottery from overflowing | Xiang Wang |
2020-03-21 | lib: Check MSIP bit after returning from WFI | Atish Patra |
2020-03-19 | include: sbi_platform: Introduce HART index to HART id table | Anup Patel |
2020-03-19 | lib: Don't use sbi_platform_hart_count() API | Anup Patel |
2020-03-19 | lib: Handle failure of sbi_hartid_to_scratch() API | 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-13 | include: Make sbi_current_hartid() as macro in riscv_asm.h | Anup Patel |
2020-03-11 | lib: sbi_hart: Remove HART available mask and related APIs | Anup Patel |
2020-03-11 | lib: sbi_init: Use hartmask for coldboot wait | Anup Patel |
2020-03-11 | lib: Move all coldboot wait APIs to sbi_init.c | Anup Patel |
2020-03-11 | lib: sbi_init: Don't allow HARTID greater than SBI_HARTMASK_MAX_BITS | Anup Patel |
2020-02-24 | lib: Implement hart hotplug | Atish Patra |
2020-02-19 | lib: Print interrupt and exception delegation in boot prints | Anup Patel |
2020-01-22 | lib: Add dynamic registration of SBI extensions | Anup Patel |
2020-01-22 | lib: Initialize TLB management directly from coldboot/warmboot path | Anup Patel |
2020-01-07 | lib: Add sbi_init_count() API | Anup Patel |