summaryrefslogtreecommitdiff
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* riscv: Move all SMP related SBI calls to SBI_v01Atish Patra2020-05-262-22/+20
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-182-0/+4
* common: Drop log.h from common headerSimon Glass2020-05-183-0/+3
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-183-4/+4
* common: Drop init.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-182-0/+2
* sifive: fu540: Enable spi-nor flash supportJagan Teki2020-04-301-0/+1
* riscv: dts: hifive-unleashed-a00: Add -u-boot.dtsiJagan Teki2020-04-301-0/+10
* riscv: Move all fdt fixups togetherAtish Patra2020-04-232-33/+33
* riscv: Copy the reserved-memory nodes to final DTAtish Patra2020-04-231-1/+7
* riscv: Setup reserved-memory node for FU540Atish Patra2020-04-231-0/+15
* riscv: Provide a mechanism to fix DT for reserved memoryAtish Patra2020-04-236-0/+108
* riscv: Add boot hartid to device treeAtish Patra2020-04-231-0/+22
* riscv: Make SBI v0.2 the default SBI versionBin Meng2020-04-231-1/+1
* riscv: Add Kconfig option for SBI v0.2Bin Meng2020-04-231-1/+19
* riscv: Add SMP Kconfig option dependency for U-Boot properBin Meng2020-04-231-0/+1
* riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng2020-04-235-11/+22
* riscv: Merge unnecessary SMP ifdefs in start.SBin Meng2020-04-231-4/+0
* riscv: qemu: Remove the simple-bus driver for the SoC nodeBin Meng2020-04-231-14/+0
* riscv: ax25: cache: Remove SPL_RISCV_MMODE config checkPragnesh Patel2020-04-231-8/+8
* 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