aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2020-04-30sifive: fu540: Enable spi-nor flash supportJagan Teki1-0/+1
2020-04-30riscv: dts: hifive-unleashed-a00: Add -u-boot.dtsiJagan Teki1-0/+10
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 Patra6-0/+108
2020-04-23riscv: Add boot hartid to device treeAtish Patra1-0/+22
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 Meng5-11/+22
2020-04-23riscv: Merge unnecessary SMP ifdefs in start.SBin Meng1-4/+0
2020-04-23riscv: qemu: Remove the simple-bus driver for the SoC nodeBin Meng1-14/+0
2020-04-23riscv: ax25: cache: Remove SPL_RISCV_MMODE config checkPragnesh Patel1-8/+8
2020-04-10kconfig / kbuild: Re-sync with Linux 4.19Tom Rini1-2/+2
2020-03-31Merge branch 'next' of git://git.denx.de/u-boot-usb into nextTom Rini5-68/+299
2020-03-17riscv: Implement new SBI v0.2 extensionsBin Meng2-7/+33
2020-03-17riscv: Introduce a new config for SBI v0.1Bin Meng3-0/+16
2020-03-17riscv: Add SBI v0.2 extension definitionsBin Meng1-0/+17
2020-03-17riscv: Add basic support for SBI v0.2Bin Meng4-79/+243
2020-03-17riscv: Mark existing SBI as v0.1 SBIBin Meng1-19/+21
2020-03-17riscv: Avoid calling sbi_clear_ipi()Bin Meng1-1/+2
2020-03-17riscv: Fix sbi_remote_sfence_vma{,_asid}Bin Meng1-7/+12
2020-03-16Kconfig: Remove redundant variable setsTom Rini1-3/+0
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada1-26/+0
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada1-3/+1
2020-02-19dma-mapping: fix the prototype of dma_map_single()Masahiro Yamada1-2/+3
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini3-0/+3
2020-02-10riscv: Remove unnecessary instructionSean Anderson1-3/+2
2020-02-10riscv: Add option to print registers on exceptionSean Anderson3-12/+44
2020-02-10riscv: Fix breakage caused by linker relaxationSean Anderson1-1/+0
2020-02-05dm: core: Require users of devres to include the headerSimon Glass3-0/+3
2020-01-25asm: dma-mapping.h: Fix dma mapping functionsVignesh Raghavendra1-2/+21
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
2020-01-17common: Move relocate_code() to init.hSimon Glass1-1/+1
2019-12-10riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer5-12/+28
2019-12-10riscv: add functions for reading the IPI statusLukas Auer4-0/+43
2019-12-10riscv: dts: Add #address-cells and #size-cells in nor nodeRick Chen2-2/+6
2019-12-10riscv: dts: Support four cores SMPRick Chen2-6/+108
2019-12-10riscv: Fix clear bss loop in the start-up codeRick Chen3-4/+4
2019-12-10riscv: ax25: cache: Add SPL_RISCV_MMODE for SPLRick Chen1-14/+46
2019-12-10riscv: andes_plic: Fix some wrong configurationsRick Chen1-4/+7
2019-12-10riscv: ax25: add SPL supportRick Chen1-1/+3
2019-12-10riscv: dts: Add hifive-unleashed-a00 dts from LinuxJagan Teki3-0/+348
2019-12-10riscv: increase stack size to avoid a stack overflow during distro bootLukas Auer1-1/+1
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-02common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass3-0/+3