summaryrefslogtreecommitdiff
path: root/arch/riscv/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2021-09-07riscv: lib: implement enable_caches for sifive cacheZong Li1-0/+5
2021-07-06board: riscv: add openpiton-riscv64 SoC supportTianrui Wei1-0/+4
2021-05-31board: sifive: add HiFive Unmatched board supportGreen Wan1-0/+4
2021-05-31riscv: cpu: fu740: Add support for cpu fu740Green Wan1-0/+1
2021-05-17riscv: Group assembly optimized implementation of memory routines into a submenuBin Meng1-0/+4
2021-05-17riscv: Split SiFive CLINT support between SPL and U-Boot properBin Meng1-1/+8
2021-04-08riscv: assembler versions of memcpy, memmove, memsetHeinrich Schuchardt1-0/+78
2021-04-08riscv: sifive: Rename fu540 board to unleashedBin Meng1-3/+3
2021-01-18riscv: Add DMA 64-bit address supportPadmarao Begari1-0/+4
2020-10-26riscv: Move Andes PLMT driver to drivers/timerSean Anderson1-7/+0
2020-10-26riscv: Only enable OF_BOARD_FIXUP for S-ModeSean Anderson1-1/+1
2020-09-30riscv: Rework Sifive CLINT as UCLASS_TIMER driverSean Anderson1-4/+0
2020-09-30riscv: Rework Andes PLMT as a UCLASS_TIMER driverSean Anderson1-4/+0
2020-09-30riscv: Rework riscv timer driver to only support S-modeSean Anderson1-8/+0
2020-07-06Merge branch 'next'Tom Rini1-0/+14
2020-07-02riscv: Enable CONFIG_OF_BOARD_FIXUP by default for OF_SEPARATEBin Meng1-0/+3
2020-07-01riscv: Add Sipeed Maix supportSean Anderson1-0/+4
2020-07-01riscv: Add option to support RISC-V privileged spec 1.9Sean Anderson1-0/+10
2020-06-04riscv: cpu: fu540: Add support for cpu fu540Pragnesh Patel1-0/+1
2020-04-23riscv: Make SBI v0.2 the default SBI versionBin Meng1-1/+1
2020-04-23riscv: Add Kconfig option for SBI v0.2Bin Meng1-1/+19
2020-04-23riscv: Add SMP Kconfig option dependency for U-Boot properBin Meng1-0/+1
2020-04-23riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng1-1/+12
2020-04-01Merge branch 'next' of git://git.denx.de/u-boot-usb into nextTom Rini1-0/+13
2020-03-17riscv: Introduce a new config for SBI v0.1Bin Meng1-0/+8
2020-03-17riscv: Add basic support for SBI v0.2Bin Meng1-0/+5
2020-03-16Kconfig: Remove redundant variable setsTom Rini1-3/+0
2020-02-10riscv: Add option to print registers on exceptionSean Anderson1-0/+3
2019-12-10riscv: increase stack size to avoid a stack overflow during distro bootLukas Auer1-1/+1
2019-08-26riscv: add SPL supportLukas Auer1-0/+3
2019-08-26riscv: add run mode configuration for SPLLukas Auer1-5/+28
2019-06-05riscv: Add Microchip MPFS Icicle board supportPadmarao Begari1-0/+4
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-0/+14
2019-05-18CONFIG_SYS_[DI]CACHE_OFF: convert to KconfigTrevor Woerner1-0/+12
2019-05-09riscv: Introduce CONFIG_XIP to support booting from flashRick Chen1-0/+7
2019-04-08riscv: Add a SYSCON driver for Andestech's PLMTRick Chen1-0/+9
2019-04-08riscv: Add a SYSCON driver for Andestech's PLICRick Chen1-0/+9
2019-04-08riscv: add support for multi-hart systemsLukas Auer1-0/+4
2019-04-08riscv: implement IPI platform functions using SBILukas Auer1-0/+5
2019-04-08riscv: add infrastructure for calling functions on other hartsLukas Auer1-0/+19
2019-02-27riscv: Add SiFive FU540 board supportAnup Patel1-0/+4
2019-02-27riscv: Rename cpu/qemu to cpu/genericAnup Patel1-1/+1
2018-12-18riscv: Enlarge the default SYS_MALLOC_F_LENBin Meng1-0/+3
2018-12-18riscv: qemu: Add platform-specific Kconfig optionsBin Meng1-0/+1
2018-12-18riscv: Implement riscv_get_time() API using rdtime instructionAnup Patel1-0/+8
2018-12-18riscv: Add a SYSCON driver for SiFive's Core Local InterruptorBin Meng1-0/+9
2018-12-18riscv: Introduce a Kconfig option for machine modeAnup Patel1-5/+16
2018-12-18riscv: add Kconfig entries for the code modelLukas Auer1-0/+18
2018-12-05riscv: Add kconfig option to run U-Boot in S-modeAnup Patel1-0/+5
2018-11-26riscv: cache: Implement i/dcache [status, enable, disable]Rick Chen1-0/+6