summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_init.c
AgeCommit message (Expand)Author
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
2022-09-01lib: sbi: Print platform PMU device at boot-timeAnup Patel
2022-05-07lib: sbi: Convert hart features into hart extensionsAnup Patel
2022-05-07lib: sbi: Update the name of ISA string printed at boot timeAnup Patel
2022-05-07lib: sbi: Detect and print privileged spec versionAnup Patel
2022-02-28lib: sbi: Add a simple external interrupt handling frameworkAnup Patel
2022-02-15lib: sbi: Enable mie.MEIE bit for IPIs based on external interrupts.Anup Patel
2022-02-15include: sbi: Introduce nascent_init() platform callbackAnup Patel
2021-11-08lib: sbi: move sbi_boot_print_general()Heinrich Schuchardt
2021-10-20Makefile: Add build time and compiler info stringWei Fu
2021-10-11lib: sbi: convert reset to listNikita Shubin
2021-09-26lib: sbi: Print timer frequency at boot timeAnup Patel
2021-07-11lib: sbi: Add PMU supportAtish Patra
2021-07-11lib: sbi: Remove redundant boot time print statementAtish Patra
2021-06-22lib: sign conflict in wake_coldboot_harts()Heinrich Schuchardt
2021-06-02lib: sbi_scratch: remove owner from sbi_scratch_alloc_offsetHeinrich Schuchardt
2021-04-28lib: sbi: Show devices provided by platform in boot printsAnup Patel
2021-04-28lib: sbi: Simplify ipi platform operationsAnup Patel
2021-03-03lib: Remove redundant sbi_platform_ipi_clear() callsAnup Patel
2021-03-03lib: sbi: Implement SBI HSM suspend functionAnup Patel
2020-11-10lib: sbi: Improve boot prints in cold boot sequenceAnup Patel
2020-10-26lib: sbi: Improve boot time print with additional PMP informationAtish Patra
2020-10-21lib: sbi: Display domain details in boot printsAnup Patel
2020-10-20lib: sbi: Add initial domain supportAnup Patel
2020-10-20lib: sbi: Remove redundant hartid parameter from sbi_hart_init()Anup Patel
2020-10-20lib: sbi: Configure PMP late in coldboot and warmboot pathAnup Patel
2020-09-16lib: sbi: Ensure coldboot HART supports next privilege modeAnup Patel
2020-09-01lib: sbi: Detect and print MHPM counters at boot-timeAnup Patel
2020-08-21lib: sbi_init: Avoid thundering hurd problem with coldboot_lockAnup Patel