aboutsummaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_init.c
AgeCommit message (Expand)Author
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
2020-05-19lib: sbi_hart: Detect number of supported PMP regionsAnup Patel
2020-05-19include: sbi: Use scratch pointer as parmeter in HART feature APIsAnup Patel
2020-05-19lib: sbi: Print platform HART count just before boot HART idAnup Patel
2020-05-19lib: sbi: Remove extra spaces from boot time printsAnup Patel
2020-05-19lib: sbi: Improve get_feature_str() implementation and usageAnup Patel
2020-05-10lib: Add hart features in boot time printAtish Patra
2020-05-10lib: Add platform features in boot time printAtish Patra
2020-05-07lib: sbi: Improve misa_string() implementationAnup Patel
2020-05-01lib: sbi: Print platform hart count at boot timeAnup Patel
2020-03-28include: sbi_system: Remove scratch parameter and redundant functionsAnup Patel
2020-03-28lib: sbi_scratch: Introduce sbi_scratch_last_hartid() APIAnup Patel
2020-03-28include: Use more consistent name for atomic xchg() and cmpxchg()Anup Patel
2020-03-26lib: prevent coldboot_lottery from overflowingXiang Wang
2020-03-21lib: Check MSIP bit after returning from WFIAtish Patra
2020-03-19include: sbi_platform: Introduce HART index to HART id tableAnup Patel
2020-03-19lib: Don't use sbi_platform_hart_count() APIAnup Patel
2020-03-19lib: Handle failure of sbi_hartid_to_scratch() APIAnup Patel
2020-03-19include: Simplify HART id to scratch macroAnup Patel
2020-03-19lib: sbi_scratch: Introduce HART id to scratch tableAnup Patel
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel
2020-03-11lib: sbi_hart: Remove HART available mask and related APIsAnup Patel
2020-03-11lib: sbi_init: Use hartmask for coldboot waitAnup Patel
2020-03-11lib: Move all coldboot wait APIs to sbi_init.cAnup Patel
2020-03-11lib: sbi_init: Don't allow HARTID greater than SBI_HARTMASK_MAX_BITSAnup Patel
2020-02-24lib: Implement hart hotplugAtish Patra
2020-02-19lib: Print interrupt and exception delegation in boot printsAnup Patel
2020-01-22lib: Add dynamic registration of SBI extensionsAnup Patel
2020-01-22lib: Initialize TLB management directly from coldboot/warmboot pathAnup Patel
2020-01-07lib: Add sbi_init_count() APIAnup Patel