aboutsummaryrefslogtreecommitdiff
path: root/platform/kendryte
AgeCommit message (Expand)AuthorFilesLines
2025-09-16include: sbi: Remove platform specific IPI initAnup Patel1-9/+8
2024-11-28platform: Drop irqchip warm init and exit hooksSamuel Holland1-10/+2
2024-11-28lib: sbi_irqchip: Call driver warm_init from SBI coreSamuel Holland1-1/+1
2024-11-28lib: utils/irqchip: Move per-hart data from fdt_plic to plicSamuel Holland1-1/+1
2024-11-28lib: utils/irqchip: plic: Provide a hartindex to context mapSamuel Holland1-2/+5
2024-11-11platform: Drop IPI warm init and exit hooksSamuel Holland1-10/+2
2024-11-11lib: sbi_ipi: Move initial IPI clear to sbi_ipi_init()Samuel Holland1-1/+1
2024-11-05platform: Drop timer warm init and exit hooksSamuel Holland1-10/+2
2024-11-05lib: sbi_timer: Call driver warm_init from SBI coreSamuel Holland1-1/+1
2024-08-24lib: utils/fdt: Add fdt_get_address_rw() helperSamuel Holland1-1/+1
2024-07-24platform: Setup serial console device in early_init()Anup Patel1-12/+6
2024-04-10firmware: remove FW_TEXT_STARTXiang W1-1/+0
2023-12-19lib: utils/irqchip: Add shared MMIO region for PLIC in root domainAnup Patel2-0/+2
2023-06-05platform: Allow platforms to specify heap sizeAnup Patel1-0/+2
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng1-1/+1
2022-08-08platform: Remove redundant config.mk from all platformsAnup Patel2-19/+12
2022-08-08lib: utils/fdt: Use kconfig for enabling/disablingAnup Patel1-0/+1
2022-08-08lib: utils/irqchip: Use kconfig for enabling/disabling driversAnup Patel1-0/+1
2022-08-08lib: utils/ipi: Use kconfig for enabling/disabling driversAnup Patel1-0/+1
2022-08-08lib: utils/timer: Use kconfig for enabling/disabling driversAnup Patel1-0/+1
2022-08-08lib: utils/serial: Use kconfig for enabling/disabling driversAnup Patel1-0/+1
2022-08-08Makefile: Add initial kconfig support for each platformAnup Patel2-0/+5
2021-11-02include: sbi_utils: Introduce an helper to get fdt base addressAlexandre Ghiti1-1/+2
2021-10-11lib: sbi: convert reset to listNikita Shubin1-1/+1
2021-09-26lib: sbi: Add timer frequency to struct sbi_timer_deviceAnup Patel2-1/+2
2021-08-14lib: utils/timer: Allow separate base addresses for MTIME and MTIMECMPAnup Patel1-2/+6
2021-06-24platform: Replace CLINT library usage with ACLINT libraryAnup Patel2-7/+20
2021-04-28lib: sbi: Simplify system reset platform operationsAnup Patel1-19/+33
2021-04-28lib: sbi: Simplify ipi platform operationsAnup Patel1-2/+0
2021-04-28lib: sbi: Simplify timer platform operationsAnup Patel1-4/+1
2021-04-28lib: sbi: Simplify console platform operationsAnup Patel1-2/+0
2021-03-03platform: implement K210 system resetHeinrich Schuchardt2-0/+28
2020-12-01platform: Remove dummy system reset functionsAnup Patel1-10/+0
2020-10-18platform: kendryte/k210: Add some padding for FDT fixupsAnup Patel1-0/+1
2020-08-20platform: kendryte/k210: fixup FDTHeinrich Schuchardt1-0/+18
2020-06-05platform: kendryte/k210: Use new mechanism of builtin DTBAnup Patel3-2/+12
2020-05-23lib: utils: Allow CLINT functions to be used for multiple CLINTsAnup Patel1-4/+9
2020-05-23lib: utils: Allow PLIC functions to be used for multiple PLICsAnup Patel1-3/+7
2020-05-23lib: utils: Remove redundant parameters from PLIC init functionsAnup Patel1-3/+2
2020-04-27include: sbi_platform: Combine reboot and shutdown into one callbackAnup Patel1-12/+3
2020-03-18platform: Clean up include header filesBin Meng1-2/+2
2020-03-14platform: Use one unified per-HART stack size macro for all platformsBin Meng2-2/+1
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel1-2/+2
2020-03-11include: Remove disabled_hart_mask from sbi_platformAnup Patel1-1/+0
2020-03-08platform: kendryte/k210: Set per-HART stack size to 8KBAnup Patel1-1/+1
2020-01-02lib: utils: Support CLINT with 32bit MMIO access on RV64 systemAnup Patel1-1/+1
2019-09-28kendryte/k210: remove unused fileDamien Le Moal1-57/+0
2019-09-05kendryte/k210: remove sysctl codeDamien Le Moal4-967/+60
2019-09-05kendryte/k210: Use sifive UART driverDamien Le Moal4-253/+9
2019-08-16platform: Remove the ipi_sync method from all platforms.Atish Patra1-1/+0