summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* riscv: use log functions in fdt_fixupHeinrich Schuchardt2020-07-031-6/+8
* riscv: sifive: fu540: enable all cache ways from U-Boot properPragnesh Patel2020-07-034-0/+72
* riscv: Use optimized version of fdtdec_get_addr_size_no_parentAtish Patra2020-07-031-3/+3
* riscv: Do not return error if reserved node already existsAtish Patra2020-07-031-1/+1
* riscv: Do not build reset.c if SYSRESET is onBin Meng2020-07-031-0/+2
* riscv: Enable CONFIG_OF_BOARD_FIXUP by default for OF_SEPARATEBin Meng2020-07-021-0/+3
* riscv: Expand the DT size before copy reserved memory nodeBin Meng2020-07-021-0/+12
* riscv: Avoid the reserved memory fixup if src and dst point to the same placeBin Meng2020-07-021-4/+8
* riscv: fu540: dts: Correct reg size of otp and dmc nodesBin Meng2020-07-021-2/+2
* riscv: fu540: dts: Remove the unnecessary space in the cpu2_intc nodeBin Meng2020-07-021-1/+1
* riscv: sbi: Move sbi_probe_extension() out of CONFIG_SBI_V01Bin Meng2020-06-041-18/+19
* riscv: sbi: Remove sbi_spec_versionBin Meng2020-06-042-5/+0
* riscv: sifive: fu540: add SPL configurationPragnesh Patel2020-06-044-0/+46
* riscv: cpu: fu540: Add support for cpu fu540Pragnesh Patel2020-06-047-0/+135
* riscv: dts: sifive: Sync hifive-unleashed-a00 dts from linuxPragnesh Patel2020-06-042-1/+45
* riscv: sifive: dts: fu540: set ethernet clock ratePragnesh Patel2020-06-041-0/+5
* riscv: sifive: dts: fu540: add U-Boot dmc nodePragnesh Patel2020-06-041-0/+9
* sifive: dts: fu540: Add DDR controller and phy register settingsPragnesh Patel2020-06-041-0/+1489
* riscv: sifive: dts: fu540: Add board -u-boot.dtsi filesPragnesh Patel2020-06-042-0/+76
* riscv: Add _image_binary_end for SPLPragnesh Patel2020-06-041-0/+1
* riscv: sifive: fu540: Use OTP DM driver for serial environment variablePragnesh Patel2020-06-042-0/+16
* riscv: Move all SMP related SBI calls to SBI_v01Atish Patra2020-05-262-22/+20
* common: Drop linux/bitops.h from common headerSimon 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 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