summaryrefslogtreecommitdiff
path: root/platform/kendryte/k210
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-25treewide: Use conventional names for 32-bit and 64-bitBin Meng1-5/+5
2019-06-29include: Add version info to struct sbi_platformAbner Chang1-0/+2
2019-06-29include: Move callbacks in sbi_platform to separate structAbner Chang1-12/+13
2019-06-19platform: Enable all drivers by default.Atish Patra1-8/+0
2019-06-19platform: Move platform common to lib/utils.Atish Patra1-2/+2
2019-04-24all: run clang-format and update checked-in filesOlof Johansson5-40/+31
2019-04-24all: Annotate some tables to have clang-format leave them aloneOlof Johansson2-1/+8
2019-04-03kendryte/k210: Fix file headersDamien Le Moal5-5/+25
2019-03-06platform: Make the `platform` read-onlyXiang Wang1-1/+1
2019-03-05lib:platform: Fix sbi_getc return type.Atish Patra3-4/+4
2019-02-14platform: Use CSR_<FOO> instead of <foo> for csr_*()Atish Patra1-1/+1
2019-02-12Makefile: Set ABI, ISA and Code Model in top-level makeAnup Patel1-2/+2
2019-01-24all: Update copyright header in all filesAnup patel4-12/+12
2019-01-23include: Rename ipi_inject() to ipi_send() for sbi_platformAnup Patel1-1/+1
2019-01-23include: Drop MMIO from SBI_PLATFORM_HAS_MMIO_TIMER_VALUEAnup Patel1-1/+1
2019-01-23lib: Remove target_hart and hartid parameter from TIMER callbacksAnup Patel1-2/+2
2019-01-23lib: Remove hartid parameter from IRQCHIP callbacksAnup Patel1-1/+3
2019-01-23lib: Remove source_hart and hartid parameter from IPI callbacksAnup patel1-2/+2
2019-01-21kendryte/k210: Add device tree supportDamien Le Moal3-0/+72
2019-01-21kendryte/k210: Fix consoleDamien Le Moal1-3/+7
2019-01-21build: Introduce FW_PAYLOAD_ALIGNDamien Le Moal1-3/+1
2019-01-18platform: Remove string functions from tinyfdt.cAtish Patra1-0/+3
2019-01-03platform: kendryte/k210: Simplify sysctl codeDamien Le Moal3-1909/+20
2019-01-03platform: kendryte/k210: Declare local function staticDamien Le Moal1-2/+2
2018-12-31platform: Fix author name for Kendryte K210 platformAnup Patel3-3/+3
2018-12-27lib: Simplify sbi_platform timer_init() hooksAnup Patel1-4/+12
2018-12-27lib: Simplify sbi_platform ipi_init() hooksAnup Patel1-4/+12