summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2020-07-03riscv: use log functions in fdt_fixupHeinrich Schuchardt
2020-07-03riscv: sifive: fu540: enable all cache ways from U-Boot properPragnesh Patel
2020-07-03riscv: Use optimized version of fdtdec_get_addr_size_no_parentAtish Patra
2020-07-03riscv: Do not return error if reserved node already existsAtish Patra
2020-07-03riscv: Do not build reset.c if SYSRESET is onBin Meng
2020-07-02riscv: Enable CONFIG_OF_BOARD_FIXUP by default for OF_SEPARATEBin Meng
2020-07-02riscv: Expand the DT size before copy reserved memory nodeBin Meng
2020-07-02riscv: Avoid the reserved memory fixup if src and dst point to the same placeBin Meng
2020-07-02riscv: fu540: dts: Correct reg size of otp and dmc nodesBin Meng
2020-07-02riscv: fu540: dts: Remove the unnecessary space in the cpu2_intc nodeBin Meng
2020-06-04riscv: sbi: Move sbi_probe_extension() out of CONFIG_SBI_V01Bin Meng
2020-06-04riscv: sbi: Remove sbi_spec_versionBin Meng
2020-06-04riscv: sifive: fu540: add SPL configurationPragnesh Patel
2020-06-04riscv: cpu: fu540: Add support for cpu fu540Pragnesh Patel
2020-06-04riscv: dts: sifive: Sync hifive-unleashed-a00 dts from linuxPragnesh Patel
2020-06-04riscv: sifive: dts: fu540: set ethernet clock ratePragnesh Patel
2020-06-04riscv: sifive: dts: fu540: add U-Boot dmc nodePragnesh Patel
2020-06-04sifive: dts: fu540: Add DDR controller and phy register settingsPragnesh Patel
2020-06-04riscv: sifive: dts: fu540: Add board -u-boot.dtsi filesPragnesh Patel
2020-06-04riscv: Add _image_binary_end for SPLPragnesh Patel
2020-06-04riscv: sifive: fu540: Use OTP DM driver for serial environment variablePragnesh Patel
2020-05-26riscv: Move all SMP related SBI calls to SBI_v01Atish Patra
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-04-30sifive: fu540: Enable spi-nor flash supportJagan Teki
2020-04-30riscv: dts: hifive-unleashed-a00: Add -u-boot.dtsiJagan Teki
2020-04-23riscv: Move all fdt fixups togetherAtish Patra
2020-04-23riscv: Copy the reserved-memory nodes to final DTAtish Patra
2020-04-23riscv: Setup reserved-memory node for FU540Atish Patra
2020-04-23riscv: Provide a mechanism to fix DT for reserved memoryAtish Patra
2020-04-23riscv: Add boot hartid to device treeAtish Patra
2020-04-23riscv: Make SBI v0.2 the default SBI versionBin Meng
2020-04-23riscv: Add Kconfig option for SBI v0.2Bin Meng
2020-04-23riscv: Add SMP Kconfig option dependency for U-Boot properBin Meng
2020-04-23riscv: Introduce SPL_SMP Kconfig option for U-Boot SPLBin Meng
2020-04-23riscv: Merge unnecessary SMP ifdefs in start.SBin Meng
2020-04-23riscv: qemu: Remove the simple-bus driver for the SoC nodeBin Meng
2020-04-23riscv: ax25: cache: Remove SPL_RISCV_MMODE config checkPragnesh Patel
2020-04-10kconfig / kbuild: Re-sync with Linux 4.19Tom Rini
2020-03-31Merge branch 'next' of git://git.denx.de/u-boot-usb into nextTom Rini
2020-03-17riscv: Implement new SBI v0.2 extensionsBin Meng
2020-03-17riscv: Introduce a new config for SBI v0.1Bin Meng
2020-03-17riscv: Add SBI v0.2 extension definitionsBin Meng
2020-03-17riscv: Add basic support for SBI v0.2Bin Meng
2020-03-17riscv: Mark existing SBI as v0.1 SBIBin Meng