summaryrefslogtreecommitdiff
path: root/lib/sbi
AgeCommit message (Expand)Author
2023-06-23lib: sbi: check A2 register in ecall_dbcn_handler.Gianluca Guida
2023-06-05lib: sbi: Use scratch space to save per-HART domain pointerAnup Patel
2023-06-05lib: sbi: Use heap for root domain creationAnup Patel
2023-06-05lib: sbi_pmu: Use heap for per-HART PMU stateAnup Patel
2023-06-05lib: sbi: Print scratch size and usage at boot timeAnup Patel
2023-06-05lib: sbi: Introduce simple heap allocatorAnup Patel
2023-06-04lib: sbi: Align system suspend errors with specAndrew Jones
2023-05-26lib: sbi: Fix return of sbi_console_initXiang W
2023-05-21lib: sbi: Remove 0/1 probe implementationsAndrew Jones
2023-05-21lib: sbi: Optimize probe of srst/suspXiang W
2023-05-21lib: sbi: Only register available extensionsAndrew Jones
2023-05-21lib: sbi: pmu: Remove unnecessary probe functionAndrew Jones
2023-05-21lib: sbi: Narrow vendor extension rangeAndrew Jones
2023-05-21lib: sbi: Introduce register_extensions extension callbackAndrew Jones
2023-05-11lib: sbi: Simplify sbi_ipi_process remove gotoXiang W
2023-05-11lib: sbi: Remove unnecessary semicolonXiang W
2023-04-20lib: sbi: Add debug print when sbi_pmu_init failsTan En De
2023-04-17lib: sbi: Don't check SBI error range for legacy console getcharAnup Patel
2023-04-17lib: sbi: Fix counter index calculation for SBI_PMU_CFG_FLAG_SKIP_MATCHAlexandre Ghiti
2023-04-17lib: sbi: Do not clear active_events for cycle/instret when stoppingAlexandre Ghiti
2023-04-14lib: sbi: Optimize sbi_tlb queue waitingXiang W
2023-04-13sbi: tlb: Simplify to tlb_process_count/tlb_process functionXiang W
2023-04-13lib: sbi: Optimize sbi_ipiXiang W
2023-04-13lib: sbi: Optimize sbi_tlbXiang W
2023-04-07lib: sbi_pmu: Align the event type offset as per SBI specificationYu Chien Peter Lin
2023-04-07lib: sbi: Print the CPPC device nameSunil V L
2023-04-07lib: sbi: Implement SBI CPPC extensionSunil V L
2023-04-06lib: sbi_hart: clear mip csr during hart initMayuresh Chitale
2023-04-06lib: sbi_hsm: Fix sbi_hsm_hart_start() for platform with hart hotplugAnup Patel
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