summaryrefslogtreecommitdiff
path: root/include/sbi/sbi_platform.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-27include: sbi_platform: Combine reboot and shutdown into one callbackAnup Patel1-26/+11
2020-04-27lib: No need to provide default PMP region using platform callbacksAnup Patel1-2/+3
2020-03-28include: sbi_platform: Remove priv parameter from hart_start() callbackAnup Patel1-8/+6
2020-03-19include: sbi_platform: Introduce HART index to HART id tableAnup Patel1-12/+51
2020-03-19include: sbi_platform: Improve sbi_platform_hart_disabled() APIAnup Patel1-16/+20
2020-03-14platform: Use one unified per-HART stack size macro for all platformsBin Meng1-0/+3
2020-03-11include: Remove disabled_hart_mask from sbi_platformAnup Patel1-8/+7
2020-03-10lib: sbi: Fix coding style issuesBin Meng1-7/+10
2020-02-24lib: Implement hart hotplugAtish Patra1-0/+43
2020-02-24lib: Add a new platform feature to bringup secondary hartsAtish Patra1-0/+5
2020-02-05platform: Add an platform ops to return platform specific tlb flush limitAtish Patra1-8/+7
2020-01-07lib: Add irqchip exit APIAnup Patel1-0/+13
2020-01-07lib: Add ipi exit APIAnup Patel1-0/+13
2020-01-07lib: Add timer exit APIAnup Patel1-0/+13
2020-01-07lib: Add system early_exit and final_exit APIsAnup Patel1-0/+27
2019-12-06include: sbi_platform: fix compilation for GCC-9Martin Pietryka1-2/+2
2019-11-26lib: Fix CPU capabilities detection functionXiang Wang1-0/+40
2019-11-21lib: Simplify trap parameters in sbi_ecall functionsAnup Patel1-18/+17
2019-10-03lib: Provide a platform hook to implement vendor specific SBI extensions.Atish Patra1-0/+58
2019-09-28lib: Fix tlb flush range limit valueAtish Patra1-1/+1
2019-09-10lib: provide a platform specific tlb range flush thresholdAtish Patra1-2/+24
2019-08-16platform: Remove the ipi_sync method from all platforms.Atish Patra1-15/+0
2019-07-25treewide: Use conventional names for 32-bit and 64-bitBin Meng1-1/+1
2019-06-29include: Add firmware context to sbi_platformAbner Chang1-0/+4
2019-06-29include: Add version info to struct sbi_platformAbner Chang1-9/+31
2019-06-29include: Move callbacks in sbi_platform to separate structAbner Chang1-55/+68
2019-04-24all: run clang-format and update checked-in filesOlof Johansson1-34/+31
2019-03-06platform: Make the `platform` read-onlyXiang Wang1-25/+27
2019-03-05lib:platform: Fix sbi_getc return type.Atish Patra1-3/+3
2019-01-24all: Update copyright header in all filesAnup patel1-3/+3
2019-01-23include: Use TRUE/FALSE as return values in sbi_platform_hart_disabled()Anup Patel1-2/+2
2019-01-23include: Rename ipi_inject() to ipi_send() for sbi_platformAnup Patel1-7/+7
2019-01-23include: Drop MMIO from SBI_PLATFORM_HAS_MMIO_TIMER_VALUEAnup Patel1-6/+6
2019-01-23include: Update documentation of sbi_platform after callback cleanupAnup Patel1-16/+16
2019-01-23lib: Remove target_hart and hartid parameter from TIMER callbacksAnup Patel1-13/+8
2019-01-23lib: Remove hartid parameter from IRQCHIP callbacksAnup Patel1-4/+3
2019-01-23lib: Remove source_hart and hartid parameter from IPI callbacksAnup patel1-11/+9
2019-01-23lib: Remove hartid paramter from early_init() and final_init() callbacksAnup Patel1-11/+9
2019-01-22lib: Add doxygen style documentation for sbi_platformAnup Patel1-9/+234
2019-01-02include: Move RISCV_PLATFORM_xyz defines to sbi_platform.hAnup Patel1-0/+9
2018-12-27lib: Rename target_hart parameter to hartid for PMP platform callbacksAnup Patel1-7/+7
2018-12-27lib: Simplify sbi_platform timer_init() hooksAnup Patel1-13/+5
2018-12-27lib: Simplify sbi_platform ipi_init() hooksAnup Patel1-13/+5
2018-12-27lib: Simplify sbi_platform irqchip_init() hooksAnup Patel1-13/+5
2018-12-27lib: Simplify sbi_platform early_init() and final_init() hooksAnup Patel1-26/+10
2018-12-22Introduce hart disabled parameter in platform.Atish Patra1-0/+8
2018-12-21Introduce HAS_MFAULTS_DELEGATION featureDamien Le Moal1-1/+5
2018-12-21Refine platform features controlDamien Le Moal1-11/+23
2018-12-11Initial commit.Anup Patel1-0/+258