aboutsummaryrefslogtreecommitdiff
path: root/platform/kendryte/k210/platform.c
AgeCommit message (Expand)Author
2021-11-02include: sbi_utils: Introduce an helper to get fdt base addressAlexandre Ghiti
2021-10-11lib: sbi: convert reset to listNikita Shubin
2021-09-26lib: sbi: Add timer frequency to struct sbi_timer_deviceAnup Patel
2021-08-14lib: utils/timer: Allow separate base addresses for MTIME and MTIMECMPAnup Patel
2021-06-24platform: Replace CLINT library usage with ACLINT libraryAnup 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-03-03platform: implement K210 system resetHeinrich Schuchardt
2020-12-01platform: Remove dummy system reset functionsAnup Patel
2020-08-20platform: kendryte/k210: fixup FDTHeinrich Schuchardt
2020-06-05platform: kendryte/k210: Use new mechanism of builtin DTBAnup Patel
2020-05-23lib: utils: Allow CLINT functions to be used for multiple CLINTsAnup Patel
2020-05-23lib: utils: Allow PLIC functions to be used for multiple PLICsAnup Patel
2020-05-23lib: utils: Remove redundant parameters from PLIC init functionsAnup Patel
2020-04-27include: sbi_platform: Combine reboot and shutdown into one callbackAnup Patel
2020-03-18platform: Clean up include header filesBin Meng
2020-03-14platform: Use one unified per-HART stack size macro for all platformsBin Meng
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel
2020-03-11include: Remove disabled_hart_mask from sbi_platformAnup Patel
2020-01-02lib: utils: Support CLINT with 32bit MMIO access on RV64 systemAnup Patel
2019-09-05kendryte/k210: remove sysctl codeDamien Le Moal
2019-09-05kendryte/k210: Use sifive UART driverDamien Le Moal
2019-08-16platform: Remove the ipi_sync method from all platforms.Atish Patra
2019-06-29include: Add version info to struct sbi_platformAbner Chang
2019-06-29include: Move callbacks in sbi_platform to separate structAbner Chang
2019-06-19platform: Move platform common to lib/utils.Atish Patra
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: 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-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-03platform: kendryte/k210: Declare local function staticDamien Le Moal
2018-12-31platform: Fix author name for Kendryte K210 platformAnup 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
2018-12-27lib: Simplify sbi_platform early_init() and final_init() hooksAnup Patel
2018-12-22platform: Remove PLAT_HART_COUNT and PLAT_HART_STACK_SIZEAnup Patel
2018-12-22platform: Remove PLAT_NAME from all platformsAnup Patel
2018-12-21Introduce hart disabled parameter in platform.Atish Patra
2018-12-21Fix plic warm init in platform code.Anup Patel
2018-12-21Move hardcoded uart constant to macros.Atish Patra
2018-12-21Update Kendryte k210 supportDamien Le Moal
2018-12-21top: Rename "plat" to "platform" everywhereAnup Patel