aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/lib
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop log.h from common headerSimon Glass3-0/+3
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass3-4/+4
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-04-23riscv: Move all fdt fixups togetherAtish Patra2-33/+33
2020-04-23riscv: Copy the reserved-memory nodes to final DTAtish Patra1-1/+7
2020-04-23riscv: Setup reserved-memory node for FU540Atish Patra1-0/+15
2020-04-23riscv: Provide a mechanism to fix DT for reserved memoryAtish Patra3-0/+104
2020-04-23riscv: Add boot hartid to device treeAtish Patra1-0/+22
2020-04-23riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng2-2/+2
2020-03-17riscv: Implement new SBI v0.2 extensionsBin Meng1-7/+9
2020-03-17riscv: Introduce a new config for SBI v0.1Bin Meng1-0/+4
2020-03-17riscv: Add basic support for SBI v0.2Bin Meng2-0/+182
2020-03-17riscv: Avoid calling sbi_clear_ipi()Bin Meng1-1/+2
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini3-0/+3
2020-02-10riscv: Add option to print registers on exceptionSean Anderson1-11/+39
2020-02-05dm: core: Require users of devres to include the headerSimon Glass3-0/+3
2020-01-17common: Move hang() to the same header as panic()Simon Glass4-0/+4
2020-01-17common: Move device-tree setup functions to fdt_support.hSimon Glass1-0/+1
2019-12-10riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer3-11/+24
2019-12-10riscv: add functions for reading the IPI statusLukas Auer4-0/+43
2019-12-10riscv: andes_plic: Fix some wrong configurationsRick Chen1-4/+7
2019-12-02common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass2-0/+2
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-10-18RISC-V: Align boot image header with LinuxAtish Patra1-5/+6
2019-09-03riscv: andes_plic: init plic by scanning each cpu nodeRick Chen1-11/+25
2019-08-26riscv: add a generic FIT generator scriptLukas Auer1-0/+100
2019-08-26riscv: add SPL supportLukas Auer2-0/+49
2019-08-26riscv: add run mode configuration for SPLLukas Auer1-2/+5
2019-07-16efi_loader: use predefined constants in crt0_*_efi.SHeinrich Schuchardt1-6/+5
2019-05-09RISCV: image: Add booti supportAtish Patra2-0/+56
2019-05-09riscv: Introduce CONFIG_XIP to support booting from flashRick Chen2-0/+4
2019-04-08riscv: Add a SYSCON driver for Andestech's PLMTRick Chen2-0/+54
2019-04-08riscv: Add a SYSCON driver for Andestech's PLICRick Chen2-0/+114
2019-04-08riscv: boot images passed to bootm on all hartsLukas Auer1-1/+12
2019-04-08riscv: add support for multi-hart systemsLukas Auer1-0/+1
2019-04-08riscv: implement IPI platform functions using SBILukas Auer2-0/+26
2019-04-08riscv: add infrastructure for calling functions on other hartsLukas Auer2-0/+119
2019-01-15riscv: use invalidate/flush_*cache_range functions in cache.cLukas Auer1-2/+2
2019-01-15riscv: move the AX25-specific implementation of flush_dcache_allLukas Auer1-6/+4
2019-01-15riscv: clarify error message on undefined exceptionsLukas Auer1-1/+2
2018-12-31riscv: bootm: Support booting VxWorksBin Meng1-1/+7
2018-12-18riscv: bootm: Change to use boot_hart from global dataBin Meng1-1/+1
2018-12-18riscv: Save boot hart id to the global dataBin Meng1-0/+19
2018-12-18riscv: Adjust the _exit_trap() position to come before handle_trap()Bin Meng1-32/+30
2018-12-18riscv: Implement riscv_get_time() API using rdtime instructionAnup Patel2-0/+39
2018-12-18riscv: Add a SYSCON driver for SiFive's Core Local InterruptorBin Meng2-0/+85
2018-12-05riscv: Add kconfig option to run U-Boot in S-modeAnup Patel1-9/+22