summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2020-09-30riscv: Rework riscv timer driver to only support S-modeSean Anderson6-50/+3
2020-09-22fdtdec: optionally add property no-map to created reserved memory nodeEtienne Carriere1-1/+1
2020-09-15riscv: define function set_gd()Heinrich Schuchardt1-0/+9
2020-08-25cmd: provide command sbiHeinrich Schuchardt2-0/+38
2020-08-25riscv: fix building with CONFIG_SPL_SMP=nHeinrich Schuchardt1-1/+1
2020-08-25riscv: fu540: Use correct API to get L2 cache controller base addressBin Meng1-1/+2
2020-08-14riscv: additional crash informationHeinrich Schuchardt1-22/+35
2020-08-14riscv: sifive: fu540: redundant initializationHeinrich Schuchardt1-1/+1
2020-08-14riscv: remove redundant logical constraint.Heinrich Schuchardt1-1/+1
2020-08-14riscv: sifive/fu540: kconfig: Move FU540 driver related options to the SoC levelBin Meng1-0/+22
2020-08-14riscv: sifive/fu540: spl: Rename soc_spl_init()Bin Meng2-2/+2
2020-08-14riscv: Call spl_board_init_f() in the generic SPL board_init_f()Bin Meng2-0/+16
2020-08-04sifive: reset: add DM based reset driver for SiFive SoC'sSagar Shrikant Kadam1-0/+13
2020-08-04fu540: dtsi: add reset producer and consumer entriesSagar Shrikant Kadam1-0/+12
2020-07-24riscv: dts: hifive-unleashed-a00: Make memory node available to SPLBin Meng1-0/+4
2020-07-24riscv: Fix linking error when building u-boot-spl with no SMP supportLeo Yu-Chi Liang1-0/+2
2020-07-24Revert "riscv: Allow use of reset drivers"Bin Meng1-2/+0
2020-07-24env: Enable SPI flash env for SiFive FU540Jagan Teki1-0/+13
2020-07-24sifive: fu540: Add Booting from SPIJagan Teki1-0/+12
2020-07-24riscv: Make SiFive HiFive Unleashed board boot againBin Meng2-5/+13
2020-07-06Merge branch 'next'Tom Rini16-103/+801
2020-07-03riscv: use log functions in fdt_fixupHeinrich Schuchardt1-6/+8
2020-07-03riscv: sifive: fu540: enable all cache ways from U-Boot properPragnesh Patel4-0/+72
2020-07-03riscv: Use optimized version of fdtdec_get_addr_size_no_parentAtish Patra1-3/+3
2020-07-03riscv: Do not return error if reserved node already existsAtish Patra1-1/+1
2020-07-03riscv: Do not build reset.c if SYSRESET is onBin Meng1-0/+2
2020-07-02riscv: Enable CONFIG_OF_BOARD_FIXUP by default for OF_SEPARATEBin Meng1-0/+3
2020-07-02riscv: Expand the DT size before copy reserved memory nodeBin Meng1-0/+12
2020-07-02riscv: Avoid the reserved memory fixup if src and dst point to the same placeBin Meng1-4/+8
2020-07-02riscv: fu540: dts: Correct reg size of otp and dmc nodesBin Meng1-2/+2
2020-07-02riscv: fu540: dts: Remove the unnecessary space in the cpu2_intc nodeBin Meng1-1/+1
2020-07-01riscv: dts: hifive-unleashed-a00: add cpu aliasesSagar Shrikant Kadam1-0/+4
2020-07-01riscv: Add Sipeed Maix supportSean Anderson1-0/+4
2020-07-01riscv: Add device tree for K210 and Sipeed Maix BitMSean Anderson3-0/+642
2020-07-01riscv: Allow use of reset driversSean Anderson1-0/+2
2020-07-01riscv: Add option to support RISC-V privileged spec 1.9Sean Anderson3-0/+59
2020-07-01riscv: Clean up IPI initialization codeSean Anderson6-86/+84
2020-07-01riscv: Clear pending interrupts before enabling IPIsSean Anderson1-0/+2
2020-07-01riscv: Add headers for asm/global_data.hSean Anderson1-0/+2
2020-06-25bdinfo: riscv: Use generic bd_infoSimon Glass1-17/+2
2020-06-04riscv: sbi: Move sbi_probe_extension() out of CONFIG_SBI_V01Bin Meng1-18/+19
2020-06-04riscv: sbi: Remove sbi_spec_versionBin Meng2-5/+0
2020-06-04riscv: sifive: fu540: add SPL configurationPragnesh Patel4-0/+46
2020-06-04riscv: cpu: fu540: Add support for cpu fu540Pragnesh Patel7-0/+135
2020-06-04riscv: dts: sifive: Sync hifive-unleashed-a00 dts from linuxPragnesh Patel2-1/+45
2020-06-04riscv: sifive: dts: fu540: set ethernet clock ratePragnesh Patel1-0/+5
2020-06-04riscv: sifive: dts: fu540: add U-Boot dmc nodePragnesh Patel1-0/+9
2020-06-04sifive: dts: fu540: Add DDR controller and phy register settingsPragnesh Patel1-0/+1489
2020-06-04riscv: sifive: dts: fu540: Add board -u-boot.dtsi filesPragnesh Patel2-0/+76
2020-06-04riscv: Add _image_binary_end for SPLPragnesh Patel1-0/+1