summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_init.c
AgeCommit message (Expand)Author
2026-07-21lib: sbi: Move trap delegation setup to sbi_trap.cAnup Patel
2026-06-12lib: sbi: Apply budget restriction when polling Zkr CSR state transitionEvgeny Voevodin
2026-06-12lib: sbi: add UBSan supportMarcos Oduardo
2026-05-09lib: sbi: Move Zkr entropy initialization from fw_base.S to init_coldbootEvgeny Voevodin
2026-03-22lib: sbi_init: Call hart init and timer init before platform early initYu-Chien Peter Lin
2025-12-16lib: sbi: Factor-out PMP programming into separate sourcesAnup Patel
2025-12-16lib: sbi: Replace sbi_hart_pmp_xyz() and sbi_hart_map/unmap_addr()Anup Patel
2025-12-16lib: sbi: Introduce hart protection abstractionAnup Patel
2025-09-16lib: sbi: Introduce IPI device ratingAnup Patel
2025-06-16lib: sbi: Revert entry_count before doing hsm stop in hsm wait loopAnup Patel
2025-02-19lib: sbi: Fix non-root domain startupAnup Patel
2025-02-13lib: sbi: increase the size of the string used for extension displayClément Léger
2025-01-30lib: sbi: sse: allow adding new eventsClément Léger
2024-12-24lib: sbi: Improve the alignment of boot-time printsAnup Patel
2024-12-22lib: sbi: Print list of available SBI extensions at boot-timeAnup Patel
2024-12-06lib: sbi: Add SBI Message Proxy (MPXY) frameworkRahul Pathak
2024-11-11lib: sbi_ipi: Make .ipi_clear always target the current hartSamuel Holland
2024-09-26lib: sbi: Remove unused hartid parametersSamuel Holland
2024-09-26lib: sbi: Update sbi_{entry,init}_count() to take a hart indexSamuel Holland
2024-09-25lib: sbi_init: Remove obsolete hartid checkSamuel Holland
2024-07-24lib: sbi: Remove sbi_console_init() and console_init() platform callbackAnup Patel
2024-06-19lib: sbi: add support for firmware features extensionClément Léger
2024-04-05lib: sbi: Wakeup non-coldboot HARTs early in the coldboot pathAnup Patel
2024-04-05lib: sbi: Simplify wait_for_coldboot() implementationAnup Patel
2024-04-05lib: sbi: Add support for Supervisor Software Events extensionClément Léger
2024-03-10lib: Add SBIUnit testing macros and functionsIvan Orlov
2024-01-10lib: sbi: Print number of debug triggers foundHimanshu Chauhan
2024-01-10lib: sbi: Introduce the SBI debug triggers extension supportHimanshu Chauhan
2023-12-11lib: sbi: skip wait_for_coldboot when coolboot doneXiang W
2023-12-08lib: sbi_hart: Store PMP granularity as log base 2Samuel Holland
2023-09-24lib: sbi: Remove sbi_scratch_last_hartid() macroAnup Patel
2023-09-24lib: sbi: Prefer hartindex over hartid in IPI frameworkAnup Patel
2023-09-24lib: sbi: Extend sbi_hartmask to support both hartid and hartindexXiang W
2023-09-24lib: sbi: Remove sbi_platform_hart_index/invalid() functionsAnup Patel
2023-08-22lib: sbi_pmu: remove mhpm_count field in hart featureInochi Amaoto
2023-08-06lib: sbi_pmu: Enable noncontigous hpm event and countersMayuresh Chitale
2023-07-13lib: sbi: Change the order of PMP initializationHimanshu Chauhan
2023-06-05lib: sbi: Print scratch size and usage at boot timeAnup Patel
2023-06-05lib: sbi: Introduce simple heap allocatorAnup Patel
2023-05-21lib: sbi: Only register available extensionsAndrew Jones
2023-05-11lib: sbi: Remove unnecessary semicolonXiang W
2023-04-20lib: sbi: Add debug print when sbi_pmu_init failsTan En De
2023-04-07lib: sbi: Print the CPPC device nameSunil V L
2023-04-06lib: sbi: Introduce sbi_entry_count() functionAnup Patel
2023-03-10lib: sbi: Clear IPIs before init_warm_startup in non-boot hartsEvgenii Shatokhin
2023-03-10lib: sbi: Refactor the calls to sbi_hart_switch_mode()Evgenii Shatokhin
2023-02-27lib: sbi: Add system suspend skeletonAndrew Jones
2023-01-23lib: sbi: Print the RW section offsetHimanshu Chauhan
2023-01-07lib: sbi: Allow platform to influence cold boot HART selectionAnup Patel
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng