summaryrefslogtreecommitdiff
path: root/lib/sbi
AgeCommit message (Expand)Author
2023-04-06lib: sbi: Introduce sbi_entry_count() functionAnup Patel
2023-04-06lib: sbi: Fix how to check whether the domain contains fw_regionXiang W
2023-04-06lib: sbi_scratch: Optimize the alignment code for alloc sizeXiang W
2023-03-10lib: sbi: Clear IPIs before init_warm_startup in non-boot hartsEvgenii Shatokhin
2023-03-10lib: sbi: Set the state of a hart to START_PENDING after the hart is readyEvgenii Shatokhin
2023-03-10lib: sbi: Refactor the calls to sbi_hart_switch_mode()Evgenii Shatokhin
2023-03-10lib: sbi_pmu: Add hartid parameter PMU device opsMayuresh Chitale
2023-03-10lib: sbi_pmu: Introduce fw_counter_write_value APIMayuresh Chitale
2023-03-10lib: sbi_pmu: Use dedicated event code for platform firmware eventsMayuresh Chitale
2023-03-10lib: sbi_pmu: Update sbi_pmu dev opsMayuresh Chitale
2023-03-10lib: sbi_pmu: Rename fw_counter_valueMayuresh Chitale
2023-03-10lib: sbi_pmu: Implement sbi_pmu_counter_fw_read_hiMayuresh Chitale
2023-03-10lib: sbi_pmu: add callback for counter widthMayuresh Chitale
2023-02-27platform: generic: Add system suspend testAndrew Jones
2023-02-27lib: sbi: Implement system suspendAndrew Jones
2023-02-27lib: sbi: Add system_suspend_allowed domain propertyAndrew Jones
2023-02-27lib: sbi: Add system suspend skeletonAndrew Jones
2023-02-27lib: sbi_hsm: Export some functionsAndrew Jones
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