summaryrefslogtreecommitdiff
path: root/include/sbi/sbi_platform.h
AgeCommit message (Expand)Author
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
2019-03-05lib:platform: Fix sbi_getc return type.Atish Patra
2019-01-24all: Update copyright header in all filesAnup patel
2019-01-23include: Use TRUE/FALSE as return values in sbi_platform_hart_disabled()Anup Patel
2019-01-23include: Rename ipi_inject() to ipi_send() for sbi_platformAnup Patel
2019-01-23include: Drop MMIO from SBI_PLATFORM_HAS_MMIO_TIMER_VALUEAnup Patel
2019-01-23include: Update documentation of sbi_platform after callback cleanupAnup Patel
2019-01-23lib: Remove target_hart and hartid parameter from TIMER callbacksAnup Patel
2019-01-23lib: Remove hartid parameter from IRQCHIP callbacksAnup Patel
2019-01-23lib: Remove source_hart and hartid parameter from IPI callbacksAnup patel
2019-01-23lib: Remove hartid paramter from early_init() and final_init() callbacksAnup Patel
2019-01-22lib: Add doxygen style documentation for sbi_platformAnup Patel
2019-01-02include: Move RISCV_PLATFORM_xyz defines to sbi_platform.hAnup Patel
2018-12-27lib: Rename target_hart parameter to hartid for PMP platform callbacksAnup Patel
2018-12-27lib: Simplify sbi_platform timer_init() hooksAnup Patel
2018-12-27lib: Simplify sbi_platform ipi_init() hooksAnup Patel
2018-12-27lib: Simplify sbi_platform irqchip_init() hooksAnup Patel