aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* arm64: dts: zynqmp: replace gpio-key,wakeup with wakeup-source propertySudeep Holla2020-01-144-4/+4
* arm64: dts: zcu100-revC: Give wifi some time after power-onJan Kiszka2020-01-141-0/+1
* arm64: dts: zynqmp: Fix node names which contain "_"Michal Simek2020-01-146-13/+13
* arm64: dts: Remove inconsistent use of 'arm,armv8' compatible stringRob Herring2020-01-141-4/+4
* arm64: zynqmp: Remove incorrect phy from DT for zcu102-revB upMichal Simek2020-01-141-1/+1
* arm64: zynqmp: Add support for zcu1285 revA boardMichal Simek2020-01-142-0/+246
* arm64: zynqmp: Switch zcu100 revC to use firmware clock driverMichal Simek2020-01-141-1/+1
* zynqmp: dts: Cleanup no-1-8-v property from sdhci dt nodesT Karthik Reddy2020-01-143-2/+4
* arm64: zynqmp: Add support for zcu208Michal Simek2020-01-142-0/+589
* ARM: zynq: Add missing nand/smcc nodesMichal Simek2020-01-141-0/+8
* arm64: zynqmp: Correct the type of eeprom for zcu216 boardsRaviteja Narayanam2020-01-141-1/+1
* arm64: zynqmp: Fix ina226 shunt resistor valueMichal Simek2020-01-141-2/+2
* arm64: zynqmp: Add support for u-boot.itb generation with ATFMichal Simek2020-01-141-0/+123
* ARM: zynq: Remove unused QSPI and USB addressesMichal Simek2020-01-141-3/+0
* zynq: mtd: nand: Remove hardcoded base addressesAshok Reddy Soma2020-01-141-2/+0
* arm: zynqmp: Wire SPL/ATF handoff structure properlyMichal Simek2020-01-143-9/+12
* arm64: zynqmp: Fix return value of board_fit_config_name_matchMichal Simek2020-01-141-1/+1
* arm64: zynqmp: Add board_boot_order for MMC boot extensionMichal Simek2020-01-142-15/+10
* arm64: zynqmp: Remove nand partition description from mini-nandMichal Simek2020-01-141-49/+0
* arm64: zynqmp: Do not assing MIO34 that early on zcu100Michal Simek2020-01-143-0/+12
* arm64: Enable INIT_SP_RELATIVE by default when POC is enabledMichal Simek2020-01-141-0/+1
* arm64: zynqmp: Do not call bss init and board_init_r from board_init_fMichal Simek2020-01-141-7/+0
* mtd: nand: Remove hardcoded base address of nandAshok Reddy Soma2020-01-141-2/+0
* arm: cpu: armv8: add support for arm psci reset2.Rajesh Ravi2020-01-103-0/+21
* arch: arm: Program GIC LPI configuration tableBharat Kumar Reddy Gooty2020-01-104-0/+245
* m68k: Drop CONFIG_MCFPIT supportTom Rini2020-01-102-105/+0
* m68k: add dm fec supportAngelo Durgehello2020-01-1010-44/+151
* m68k: add fec fdt overrides to all boardsAngelo Durgehello2020-01-1042-0/+290
* m68k: add fec base node to devicetreesAngelo Durgehello2020-01-1012-1/+186
* Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xxTom Rini2020-01-094-3/+12
|\
| * mpc83xx: set MPC83XX_GPIO_CTRLRS to 2 for MPC8309Rasmus Villemoes2020-01-081-1/+2
| * mpc83xx: immap_83xx: add spi8xxx_t in immap for mpc8309Rasmus Villemoes2020-01-082-2/+2
| * powerpc: mpc83xx: convert CONFIG_FSL_ELBC to KconfigRasmus Villemoes2020-01-081-0/+7
| * mpc83xx: make ARCH_MPC8309 select SYS_FSL_ERRATUM_ESDHC111Rasmus Villemoes2020-01-081-0/+1
* | Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmTom Rini2020-01-093-11/+33
|\ \
| * | dm: test: Add a test driver for devresSimon Glass2020-01-071-0/+4
| * | x86: apl: Avoid accessing the PCI bus before it is probedSimon Glass2020-01-072-11/+29
| |/
* | Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-01-081-0/+4
|\ \
| * | sandbox: rng: Add a random number generator(rng) driverSughosh Ganu2020-01-071-0/+4
* | | Merge tag 'uniphier-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-01-081-0/+10
|\ \ \
| * | | ARM: dts: uniphier: add pinmux nodes for I2C ch5, ch6Masahiro Yamada2020-01-091-0/+10
| | |/ | |/|
* | | Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-01-0821-51/+3709
|\ \ \
| * | | imx: add i.MX8MP EVK boardPeng Fan2020-01-084-1/+361
| * | | imx: imx8m: add imximage-8mp-lpddr4.cfgPeng Fan2020-01-081-0/+17
| * | | imx: imx8m: only support non-dm code in clock_imx8mm.cPeng Fan2020-01-081-33/+306
| * | | imx: Kconfig: make SPL_IMX_ROMAPI_LOADADDR visible to i.MX8MPPeng Fan2020-01-081-2/+1
| * | | imx: add i.MX8MP PE propertyPeng Fan2020-01-081-1/+1
| * | | imx: imx8mp: add pin header filePeng Fan2020-01-081-0/+1080
| * | | arm: dts: freescale: Add i.MX8MP dtsi supportPeng Fan2020-01-081-0/+598
| * | | imx: imx8m: add 1GHz fracpll entryPeng Fan2020-01-081-0/+1