summaryrefslogtreecommitdiff
path: root/lib/sbi
AgeCommit message (Expand)AuthorFilesLines
2025-02-19lib: sbi: fwft: Return SBI_ERR_DENIED_LOCKED when setting a locked featureHEADmasterClément Léger1-1/+1
2025-02-19lib: sbi: sse: fix invalid errors returned for sse_hart_mask/unmask()Clément Léger1-2/+2
2025-02-19lib: sbi: Fix non-root domain startupAnup Patel2-12/+38
2025-02-13lib: sbi: Update MPXY framework and SBI extension as per latest specAnup Patel2-29/+40
2025-02-13lib: sbi: Improve local variable declarations in MPXY frameworkAnup Patel1-40/+25
2025-02-13lib: sbi: Fix capability bit assignment in MPXY frameworkAnup Patel1-6/+6
2025-02-13lib: sbi: increase the size of the string used for extension displayClément Léger1-1/+1
2025-01-30lib: sbi: pmu: add the PMU SSE event only if overflow IRQ is supportedClément Léger1-1/+2
2025-01-30lib: sbi: sse: return SBI_ENOTSUPP for unsupported eventsClément Léger1-0/+30
2025-01-30lib: sbi: sse: allow adding new eventsClément Léger4-55/+102
2025-01-30lib: sbi: sse: return an error value from sse_event_get()Clément Léger1-34/+38
2025-01-30lib: sbi: move sbi_double_trap_handler() to a dedicated headerClément Léger1-0/+1
2025-01-30lib: sbi: pmu: fix usage of sbi_pmu_irq_bit()Clément Léger3-22/+37
2024-12-24lib: sbi: Improve the alignment of boot-time printsAnup Patel1-31/+31
2024-12-22lib: sbi: Print list of available SBI extensions at boot-timeAnup Patel18-9/+57
2024-12-15lib: sbi_pmu: Verify the raw events first during event infoAtish Patra1-7/+6
2024-12-15lib: sbi_pmu: Fix the sanity check condition for hw event mapAtish Patra1-2/+2
2024-12-15lib: sbi: sse: Fix a6 and a7 register content upon injectionClément Léger1-2/+2
2024-12-15Makefile: Don't enable V-extension using -march optionAnup Patel1-2/+3
2024-12-06lib: sbi_misaligned_ldst: Add handling of vector load/storeNylon Chen3-8/+359
2024-12-06lib: sbi: Implement SBI MPXY extensionAnup Patel3-0/+74
2024-12-06lib: sbi: Add SBI Message Proxy (MPXY) frameworkRahul Pathak3-0/+705
2024-12-06lib: sbi: Add optional resume address to hart suspendSubrahmanya Lingappa1-3/+3
2024-12-06lib: Increase ROOT_REGION_MAX to accomodate more memregionsRahul Pathak1-1/+1
2024-12-02lib: sbi_pmu: Implement SBI PMU event info functionAtish Patra2-0/+79
2024-12-02lib: sbi_pmu: Remove redundant check for fw eventsAtish Patra1-5/+0
2024-12-02lib: sbi_pmu: PMU raw event v2 supportAtish Patra1-5/+8
2024-11-28treewide: Make carray arrays const and NULL-terminatedSamuel Holland2-6/+4
2024-11-28sbi: fwft: clear the config lock when warm bootNick Hu1-0/+15
2024-11-28lib: sbi_irqchip: Set the IRQ handler when registering a chipSamuel Holland1-6/+3
2024-11-28platform: Drop irqchip warm init and exit hooksSamuel Holland1-7/+5
2024-11-28lib: sbi_irqchip: Call driver warm_init from SBI coreSamuel Holland1-0/+9
2024-11-28lib: sbi_irqchip: Register devices during cold initSamuel Holland1-0/+8
2024-11-11platform: Drop IPI warm init and exit hooksSamuel Holland1-8/+5
2024-11-11lib: sbi_ipi: Move initial IPI clear to sbi_ipi_init()Samuel Holland2-5/+5
2024-11-11lib: sbi_ipi: Make .ipi_clear always target the current hartSamuel Holland2-5/+4
2024-11-05platform: Drop timer warm init and exit hooksSamuel Holland1-6/+4
2024-11-05lib: sbi_timer: Call driver warm_init from SBI coreSamuel Holland1-1/+12
2024-10-28lib: sbi: fix number of PMP entries detectionVladimir Kondratiev1-1/+1
2024-10-25lib: sbi: implement firmware feature SBI_FWFT_DOUBLE_TRAPClément Léger1-0/+25
2024-10-25lib: sbi: fwft: factorize menvcfg read/writeClément Léger1-54/+40
2024-10-25lib: sbi: send a double trap SSE event to supervisorClément Léger2-1/+2
2024-10-25lib: sbi: add Ssdbltrp ISA extension supportClément Léger4-0/+39
2024-10-25lib: sbi: factorize previous mode computationClément Léger5-8/+8
2024-10-25lib: sbi: factorize previous virtualization mode read from regsClément Léger2-15/+3
2024-10-25lib: sbi: Add support to mask/unmask SSE eventsHimanshu Chauhan2-0/+49
2024-10-25lib: sbi_domain: Use domain data support for per-domain hart contextAnup Patel2-14/+99
2024-10-25lib: sbi: Introduce domain dataAnup Patel3-0/+150
2024-10-25include: sbi: Remove cyclic include in sbi_domain_context.hAnup Patel1-0/+1
2024-10-25lib: sbi_domain: Make sbi_domain_root_add_memregion() as local functionAnup Patel1-2/+2