summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* include/configs: ls1012a: Remove fdt_high env variableUdit Agarwal2020-07-275-5/+5
* config: lx2160/2a: enable dspiZhao Qiang2020-07-271-0/+3
* armv8: dts: fsl-lx2160a: add flash node under dspi to qds dtsZhao Qiang2020-07-271-0/+99
* crypto/fsl: fix unaligned accessMichael Walle2020-07-271-14/+13
* I2C: ls1043a, ls1046a: enable SYS_I2C_MXCBiwen Li2020-07-273-5/+3
* armv8: layerscape: rework spin tableMichael Walle2020-07-271-60/+23
* armv8: layerscape: relocate spin table if EFI_LOADER is enabledMichael Walle2020-07-271-0/+36
* armv8: layerscape: clean exported symbols in spintable.SMichael Walle2020-07-274-21/+24
* armv8: layerscape: drop first .ltorg directive in spintable.SMichael Walle2020-07-271-2/+0
* armv8: layerscape: make wake_secondary_core_n() staticMichael Walle2020-07-271-1/+1
* armv8: layerscape: simplify get_spin_tbl_addr() callsMichael Walle2020-07-271-8/+7
* armv8: layerscape: remove determine_mp_bootpg()Michael Walle2020-07-272-6/+0
* armv8: layerscape: fix alignment for spin tableMichael Walle2020-07-271-2/+2
* armv8: layerscape: load function pointer using ADRMichael Walle2020-07-271-3/+3
* armv8: layerscape: move spin table into own moduleMichael Walle2020-07-273-150/+161
* armv8: layerscape: properly use CPU_RELEASE_ADDRMichael Walle2020-07-278-9/+18
* armv8: layerscape: pretty print info about SMP coresMichael Walle2020-07-271-4/+5
* armv8: layerscape: fix spin-table supportMichael Walle2020-07-272-11/+5
* net: pfe_eth: Use spi_flash_read API to access flash memoryKuldeep Singh2020-07-272-2/+48
* dm: armv8: gpio: include <asm/arch/gpio.h> for fsl-layerscapehui.song2020-07-271-6/+2
* armv8: gpio: add gpio featurehui.song2020-07-271-0/+22
* configs: ls1088ardb: Add support for usb boot targetEra Tiwari2020-07-271-0/+1
* armv8: ls1028a: move FSL_LAYERSCAPE to kconfigMichael Walle2020-07-272-1/+1
* fsl_dspi: Introduce DT bindings for CS-SCK and SCK-CS delaysVladimir Oltean2020-07-273-1/+58
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvWIP/24Jul2020Tom Rini2020-07-2420-51/+178
|\
| * ram: sifive: Avoid using hardcoded ram base and sizeBin Meng2020-07-241-15/+15
| * riscv: dts: hifive-unleashed-a00: Make memory node available to SPLBin Meng2020-07-241-0/+4
| * riscv: ae350: Use fdtdec_get_addr_size_auto_noparent to parse smc regRick Chen2020-07-241-1/+2
| * riscv: Fix linking error when building u-boot-spl with no SMP supportLeo Yu-Chi Liang2020-07-241-0/+2
| * serial: Fix SIFIVE debug serial dependencyMichal Simek2020-07-241-1/+1
| * riscv: qemu: Add syscon reboot and poweroff supportBin Meng2020-07-241-0/+4
| * sysreset: syscon: Support value propertyBin Meng2020-07-241-5/+17
| * sysreset: syscon: Don't assume default value for offset and mask propertyBin Meng2020-07-241-2/+12
| * Revert "Revert "riscv: sifive: fu540: Add gpio-restart support""Bin Meng2020-07-241-0/+2
| * Revert "riscv: Allow use of reset drivers"Bin Meng2020-07-241-2/+0
| * azure: gitlab: travis: Update OpenSBI used for RISC-V testingBin Meng2020-07-243-12/+12
| * sifive: fu540: Enable SF distro bootcmdJagan Teki2020-07-241-1/+4
| * sifive: fu540: Add boot flash script offset, sizeJagan Teki2020-07-241-0/+2
| * sifive: fu540: Mark the default env as SPI flashJagan Teki2020-07-241-0/+1
| * env: Enable SPI flash env for SiFive FU540Jagan Teki2020-07-241-0/+13
| * sifive: fu540: Add Booting from SPIJagan Teki2020-07-243-0/+57
| * sifive: fu540: Add runtime boot mode detectionJagan Teki2020-07-241-6/+19
| * riscv: sifive: fu540: Enable SiFive PWM driverPragnesh Patel2020-07-241-0/+2
| * riscv: Make SiFive HiFive Unleashed board boot againBin Meng2020-07-243-10/+13
* | Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-24319-2506/+656
|/
* Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dmTom Rini2020-07-23319-656/+2506
|\
| * treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-20120-125/+125
| * treewide: remove (phys_addr_t) casts from devfdt_get_addr()Masahiro Yamada2020-07-205-5/+5
| * treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-2046-47/+47
| * fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()Masahiro Yamada2020-07-201-7/+10