aboutsummaryrefslogtreecommitdiff
path: root/include/sbi/sbi_platform.h
AgeCommit message (Expand)Author
2021-07-11lib: sbi: Add PMU specific platform hooksAtish Patra
2021-04-28lib: sbi: Simplify HSM platform operationsAnup Patel
2021-04-28lib: sbi: Simplify system reset platform operationsAnup Patel
2021-04-28lib: sbi: Simplify ipi platform operationsAnup Patel
2021-04-28lib: sbi: Simplify timer platform operationsAnup Patel
2021-04-28lib: sbi: Simplify console platform operationsAnup Patel
2021-04-28lib: sbi: Remove domains_root_regions() platform callbackAnup Patel
2021-03-22include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__Marouene Boubakri
2021-03-03include: sbi: Add hart_suspend() platform callbackAnup Patel
2021-01-15include: sbi: Don't pack struct sbi_platform and sbi_platform_operationsAnup Patel
2021-01-12lib: sbi: Allow platforms to provide root domain memory regionsAnup Patel
2021-01-07lib: sbi: Replace args with trap registers in ecall handlerAnup Patel
2020-12-16lib: sbi: Remove domain_get() platform callback functionAnup Patel
2020-12-04include: sbi: Add domains_init() platform operationAnup Patel
2020-12-01lib: sbi: Improve system reset platform operationsAnup Patel
2020-12-01include: sbi: Remove opensbi specific reset type definesAnup Patel
2020-10-20lib: sbi: Add initial domain supportAnup Patel
2020-10-20include: sbi: Remove pmp_region callbacks from sbi_platform_operationsAnup Patel
2020-10-20include: sbi: Remove redundant includes from sbi_platform.hAnup Patel
2020-05-19lib: sbi: Improve get_feature_str() implementation and usageAnup Patel
2020-05-10lib: Add platform features in boot time printAtish Patra
2020-05-10platform: Move platform features to hartAtish Patra
2020-04-27include: sbi_platform: Combine reboot and shutdown into one callbackAnup Patel
2020-04-27lib: No need to provide default PMP region using platform callbacksAnup Patel
2020-03-28include: sbi_platform: Remove priv parameter from hart_start() callbackAnup Patel
2020-03-19include: sbi_platform: Introduce HART index to HART id tableAnup Patel
2020-03-19include: sbi_platform: Improve sbi_platform_hart_disabled() APIAnup Patel
2020-03-14platform: Use one unified per-HART stack size macro for all platformsBin Meng
2020-03-11include: Remove disabled_hart_mask from sbi_platformAnup Patel
2020-03-10lib: sbi: Fix coding style issuesBin Meng
2020-02-24lib: Implement hart hotplugAtish Patra
2020-02-24lib: Add a new platform feature to bringup secondary hartsAtish Patra
2020-02-05platform: Add an platform ops to return platform specific tlb flush limitAtish Patra
2020-01-07lib: Add irqchip exit APIAnup Patel
2020-01-07lib: Add ipi exit APIAnup Patel
2020-01-07lib: Add timer exit APIAnup Patel
2020-01-07lib: Add system early_exit and final_exit APIsAnup Patel
2019-12-06include: sbi_platform: fix compilation for GCC-9Martin Pietryka
2019-11-26lib: Fix CPU capabilities detection functionXiang Wang
2019-11-21lib: Simplify trap parameters in sbi_ecall functionsAnup Patel
2019-10-03lib: Provide a platform hook to implement vendor specific SBI extensions.Atish Patra
2019-09-28lib: Fix tlb flush range limit valueAtish Patra
2019-09-10lib: provide a platform specific tlb range flush thresholdAtish Patra
2019-08-16platform: Remove the ipi_sync method from all platforms.Atish Patra
2019-07-25treewide: Use conventional names for 32-bit and 64-bitBin Meng
2019-06-29include: Add firmware context to sbi_platformAbner Chang
2019-06-29include: Add version info to struct sbi_platformAbner Chang
2019-06-29include: Move callbacks in sbi_platform to separate structAbner Chang
2019-04-24all: run clang-format and update checked-in filesOlof Johansson
2019-03-06platform: Make the `platform` read-onlyXiang Wang