aboutsummaryrefslogtreecommitdiff
path: root/lib/sbi
AgeCommit message (Expand)AuthorFilesLines
2024-07-24lib: sbi: Introduce an early console buffer for caching early printsAnup Patel2-1/+32
2024-07-24lib: sbi: Allow forceful queueing of data in sbi_fifo_enqueue()Anup Patel3-30/+44
2024-07-24lib: sbi: Optimize fifo enqueue/dequeue for basic data typesAnup Patel1-3/+40
2024-07-24lib: sbi: Remove sbi_console_init() and console_init() platform callbackAnup Patel2-15/+0
2024-07-24lib: sbi_hsm: Save/restore menvcfg only when it existsSamuel Holland1-4/+8
2024-07-23lib: tests: add math test suiteDongdong Zhang2-0/+49
2024-07-23lib: tests: enhance test output with colored pass/fail messagesDongdong Zhang1-2/+9
2024-07-04Makefile: change to using .carray.c for carray filesBen Dooks2-2/+2
2024-07-04lib: sbi_emulate_csr: Do not log illegal CSR accessesSamuel Holland1-9/+0
2024-06-28lib: sbi: check incoming dbtr shmem addressSergey Matyukevich1-6/+14
2024-06-26lib: sbi: fwft: return SBI_EINVAL rather than SBI_ERR_INVALID_PARAMClément Léger1-1/+1
2024-06-26lib: sbi: fwft: check feature value to be exactly 1 or 0Clément Léger1-4/+8
2024-06-19lib: sbi: implement SBI FWFT extensionClément Léger3-0/+56
2024-06-19lib: sbi: fwft: add support for SBI_FWFT_PTE_AD_HW_UPDATINGClément Léger2-0/+59
2024-06-19lib: sbi: fwft: add support for SBI_FWFT_MISALIGNED_EXC_DELEGClément Léger2-1/+41
2024-06-19lib: sbi: add support for firmware features extensionClément Léger3-0/+190
2024-06-18lib: sbi: Add support for Svade and Svadu extensionsYong-Xuan Wang1-0/+12
2024-06-13sbi: sbi_domain_context: Fix trap context for domain context switchingYu Chien Peter Lin1-5/+4
2024-05-23lib: sbi: sse: handle missing writable attributesClément Léger1-19/+47
2024-05-15lib: sbi: Put event after use in sbi_sse_exit() loopAnup Patel1-2/+7
2024-05-13lib: sbi: simplify inline function in sbi_dtbr.cXiang W1-46/+32
2024-05-13lib: sbi: fix return type of sbi_dbtr_shmem_disabledXiang W1-3/+3
2024-05-13lib: sbi: Fixed memory permission check in sbi_dbtr_setup_shmemXiang W1-9/+3
2024-05-13lib: sbi: fix DBTR_SHMEM_MAKE_PHYS for RV64Xiang W1-1/+1
2024-05-13lib: sbi: Removal unnecessary check dbtr_thishart_state_ptrXiang W1-2/+0
2024-05-13lib: sbi: fix hart_shmem_baseXiang W1-7/+4
2024-05-07sbi: sbi_domain_context: Add spinlock for updating domain assigned_hartsAlvin Chang3-18/+52
2024-05-07lib: sbi: Refine the settings for switching to Virtual Supervisor Mode.Pope B.Lei1-4/+11
2024-05-07lib: sbi: sse: check handler entry to belong to supervisor modeClément Léger1-0/+6
2024-05-07lib: sbi: sse: use PRV_S instead of hardcoded value for modeClément Léger1-2/+2
2024-05-07lib: sbi: sse: call enable callback before sending IPIClément Léger1-3/+3
2024-05-07lib: sbi: sse: remove superfluous sbi_list_empty() checkClément Léger1-3/+0
2024-05-07lib: sbi: sse: simplify 32bits overflow checkClément Léger1-1/+1
2024-05-07lib: sbi: sse: rename sse_hart_unlock() to sse_enabled_event_unlock()Clément Léger1-5/+5
2024-05-07lib: sbi: sse: fix typos, comments and spacing errorsClément Léger1-11/+11
2024-05-07lib: tests: Add test for spinlocksIvan Orlov2-0/+44
2024-05-07lib: tests: Add test for atomic_tIvan Orlov2-0/+146
2024-05-07lib: tests: Add test suite init functionIvan Orlov1-0/+3
2024-04-10lib: sbi: sse_event_get() may return NULLHeinrich Schuchardt1-1/+1
2024-04-10lib: sbi: Add missing sscrind and sscfg extensions in sbi_hart_ext[]Clément Léger1-0/+5
2024-04-05sbi: sbi_domain_context: Check privilege spec version before accessing S-mode...Yu Chien Peter Lin1-2/+4
2024-04-05lib: sbi: Wakeup non-coldboot HARTs early in the coldboot pathAnup Patel1-2/+9
2024-04-05lib: sbi: Simplify wait_for_coldboot() implementationAnup Patel1-67/+3
2024-04-05lib: sbi: Add SSE support for PMU eventsClément Léger2-0/+57
2024-04-05lib: sbi: Implement SBI SSE extensionClément Léger3-0/+64
2024-04-05lib: sbi: Add support for Supervisor Software Events extensionClément Léger4-0/+1149
2024-03-19lib: sbi: Extend sbi_trap_error() to dump state in a nested trapAnup Patel1-45/+60
2024-03-19lib: sbi: Pass trap context pointer to sbi_ecall_handler()Anup Patel2-2/+3
2024-03-19lib: sbi: Remove regs parameter from trap irq handling functionsAnup Patel1-7/+6
2024-03-19lib: sbi: Remove regs paramter of sbi_irqchip_process()Anup Patel2-7/+7