summaryrefslogtreecommitdiff
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* kconfig / kbuild: Re-sync with Linux 4.19Tom Rini2020-04-101-2/+2
* Merge branch 'next' of git://git.denx.de/u-boot-usb into nextWIP/31Mar2020-nextTom Rini2020-03-315-68/+299
|\
| * riscv: Implement new SBI v0.2 extensionsBin Meng2020-03-172-7/+33
| * riscv: Introduce a new config for SBI v0.1Bin Meng2020-03-173-0/+16
| * riscv: Add SBI v0.2 extension definitionsBin Meng2020-03-171-0/+17
| * riscv: Add basic support for SBI v0.2Bin Meng2020-03-174-79/+243
| * riscv: Mark existing SBI as v0.1 SBIBin Meng2020-03-171-19/+21
| * riscv: Avoid calling sbi_clear_ipi()Bin Meng2020-03-171-1/+2
| * riscv: Fix sbi_remote_sfence_vma{,_asid}Bin Meng2020-03-171-7/+12
* | Kconfig: Remove redundant variable setsTom Rini2020-03-161-3/+0
|/
* dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada2020-02-191-26/+0
* dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada2020-02-191-3/+1
* dma-mapping: fix the prototype of dma_map_single()Masahiro Yamada2020-02-191-2/+3
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-113-0/+3
|\
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-053-0/+3
* | riscv: Remove unnecessary instructionSean Anderson2020-02-101-3/+2
* | riscv: Add option to print registers on exceptionSean Anderson2020-02-103-12/+44
* | riscv: Fix breakage caused by linker relaxationSean Anderson2020-02-101-1/+0
|/
* asm: dma-mapping.h: Fix dma mapping functionsVignesh Raghavendra2020-01-251-2/+21
* common: Move hang() to the same header as panic()Simon Glass2020-01-174-0/+4
* common: Move device-tree setup functions to fdt_support.hSimon Glass2020-01-171-0/+1
* common: Move relocate_code() to init.hSimon Glass2020-01-171-1/+1
* riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer2019-12-105-12/+28
* riscv: add functions for reading the IPI statusLukas Auer2019-12-104-0/+43
* riscv: dts: Add #address-cells and #size-cells in nor nodeRick Chen2019-12-102-2/+6
* riscv: dts: Support four cores SMPRick Chen2019-12-102-6/+108
* riscv: Fix clear bss loop in the start-up codeRick Chen2019-12-103-4/+4
* riscv: ax25: cache: Add SPL_RISCV_MMODE for SPLRick Chen2019-12-101-14/+46
* riscv: andes_plic: Fix some wrong configurationsRick Chen2019-12-101-4/+7
* riscv: ax25: add SPL supportRick Chen2019-12-101-1/+3
* riscv: dts: Add hifive-unleashed-a00 dts from LinuxJagan Teki2019-12-103-0/+348
* riscv: increase stack size to avoid a stack overflow during distro bootLukas Auer2019-12-101-1/+1
* common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-021-0/+1
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-021-0/+1
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-023-0/+3
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-023-0/+3
* RISC-V: Align boot image header with LinuxAtish Patra2019-10-181-5/+6
* gpio: sifive: add support for DM based gpio driver for FU540-SoCSagar Shrikant Kadam2019-10-182-0/+41
* riscv: cache: use CCTL to flush d-cacheRick Chen2019-09-031-9/+13
* riscv: dts: move out AE350 L2 node from cpus nodeRick Chen2019-09-032-12/+22
* riscv: cache: Flush L2 cache before jump to linuxRick Chen2019-09-031-0/+17
* riscv: ax25: add imply v5l2 cache controllerRick Chen2019-09-031-0/+1
* riscv: andes_plic: init plic by scanning each cpu nodeRick Chen2019-09-031-11/+25
* riscv: update fix_rela_dynMarcus Comstedt2019-09-031-5/+5
* riscv: add a generic FIT generator scriptLukas Auer2019-08-261-0/+100
* riscv: support SPL stack and global data relocationLukas Auer2019-08-261-1/+34
* riscv: add SPL supportLukas Auer2019-08-267-1/+190
* riscv: add run mode configuration for SPLLukas Auer2019-08-267-18/+44
* riscv: Access CSRs using CSR numbersBin Meng2019-08-154-243/+19