summaryrefslogtreecommitdiff
path: root/lib/sbi
AgeCommit message (Expand)Author
2023-02-27lib: sbi_hsm: Remove unnecessary includeAndrew Jones
2023-02-27lib: sbi_hsm: Move misplaced commentAndrew Jones
2023-02-27lib: sbi_hsm: Ensure errors are consistent with specAndrew Jones
2023-02-27lib: sbi_hsm: Don't try to restore state on failed changeAndrew Jones
2023-02-27lib: sbi_hsm: Factor out invalid state detectionAndrew Jones
2023-02-27lib: sbi/sbi_domain: cosmetic style fixesBin Meng
2023-02-27lib: sbi: sbi_ecall: Check the range of SBI errorYu Chien Peter Lin
2023-02-27include: sbi: Remove extid parameter from vendor_ext_provider() callbackAnup Patel
2023-02-27lib: sbi: Align SBI vendor extension id with mvendorid CSRAnup Patel
2023-02-27lib: sbi_hart: Enable hcontext and scontextNylon Chen
2023-02-10lib: sbi: Speed-up sbi_printf() and friends using nputs()Anup Patel
2023-02-10lib: sbi: Add console_puts() callback in the console deviceAnup Patel
2023-02-10lib: sbi: Implement SBI debug console extensionAnup Patel
2023-02-10lib: sbi: Add sbi_domain_check_addr_range() functionAnup Patel
2023-02-09lib: sbi: Add sbi_ngets() functionAnup Patel
2023-02-09lib: sbi: Add sbi_nputs() functionAnup Patel
2023-02-08lib: sbi: Ensure domidx_to_domain_table is null-terminatedAndrew Jones
2023-02-08lib: sbi_hsm: Use csr_set to restore the MIPNick Hu
2023-01-23lib: sbi: Add separate entries for firmware RX and RW regionsHimanshu Chauhan
2023-01-23lib: sbi: Print the RW section offsetHimanshu Chauhan
2023-01-22lib: sbi_hsm: handle failure when hart_stop returns SBI_ENOTSUPPYu Chien Peter Lin
2023-01-09lib: sbi: Modify the boot time region flag printsHimanshu Chauhan
2023-01-09lib: sbi: Use finer permission sematics to decide on PMP bitsHimanshu Chauhan
2023-01-09lib: sbi: Add permissions for the firmware start till endHimanshu Chauhan
2023-01-09lib: sbi: Use finer permission semantics for address validationHimanshu Chauhan
2023-01-09lib: sbi_hsm: Rename 'priv' argument to 'arg1'Bin Meng
2023-01-07lib: sbi: Allow platform to influence cold boot HART selectionAnup Patel
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng
2022-12-09lib: sbi: Synchronize PMP settings with virtual memory systemHimanshu Chauhan
2022-12-09lib: fix is_region_valid()Heinrich Schuchardt
2022-12-04lib: sbi: Fix is_region_valid()Xiang W
2022-12-04lib: sbi: Simplified mmio match checkingXiang W
2022-11-15lib: sbi_ecall: Split up sbi_ecall_replaceVivian Wang
2022-10-23lib: sbi_ecall: Add Kconfig option for each extensionVivian Wang
2022-10-23lib: sbi_ecall: Generate extensions list with carrayVivian Wang
2022-10-23lib: sbi: Add sbi_domain_root_add_memrange() APIYu Chien Peter Lin
2022-10-23lib: sbi: Fix typo in commentYu Chien Peter Lin
2022-10-13lib: sbi_platform: expose hart_features to extension_init callbackHeiko Stuebner
2022-10-13lib: sbi_hart: move hart_features struct to a public locationHeiko Stuebner
2022-10-13lib: sbi_pmu: move pmu irq information into pmu itselfHeiko Stuebner
2022-09-13lib: sbi: Fix sbi_strnlen wrong count decrementRahul Pathak
2022-09-13lib: sbi_misaligned_ldst: Set GVA if not emulatingVivian Wang
2022-09-13lib: sbi_trap: Add helper to get GVA in sbi_trap_regsVivian Wang
2022-09-01include: sbi: Reduce includes in sbi_pmu.hAnup Patel
2022-09-01lib: sbi: Print platform PMU device at boot-timeAnup Patel
2022-09-01lib: sbi_pmu: Add custom PMU device operationsAnup Patel
2022-09-01lib: sbi_pmu: Simplify FW counters to reduce memory usageAnup Patel
2022-09-01lib: sbi_pmu: Firmware counters are always 64 bits wideAnup Patel
2022-09-01lib: sbi_pmu: Replace sbi_pmu_ctr_read() with sbi_pmu_ctr_fw_read()Anup Patel
2022-09-01lib: sbi_pmu: Remove "event_idx" member from struct sbi_pmu_fw_eventAnup Patel