summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* global_data: Ensure we have <config.h> when symbols are not in Kconfig yetTom Rini2021-06-234-2/+6
* Revert "powerpc: fix regression in arch_initr_trap()"Tom Rini2021-06-231-1/+0
* powerpc: Don't use relative include for config.h in global_data.hTom Rini2021-06-231-1/+1
* net: use the same alias stem for ethernet as linuxMichael Walle2021-06-182-11/+11
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2021-06-1717-34/+388
|\
| * armv8: Update erratum number to align with docRan Wang2021-06-172-7/+7
| * board: freescale: t208xrdb: add a config option for rev D dts fixupsCamelia Groza2021-06-171-0/+7
| * board/km: add support for expu1 design based on nxpAleksandar Gerasimovski2021-06-173-0/+149
| * arm: dts: ls1021a.dtsi: Fix invalid reg on gpio nodesLasse Klok Mikkelsen2021-06-171-4/+4
| * arm: dts: lx2162aqds: support eMMC HS400 mode on esdhc1Yangbo Lu2021-06-174-4/+28
| * armv8: ls1012a: Pass PPFE firmware to Linux through FDTChaitanya Sakinam2021-06-171-1/+149
| * armv8: layerscape: enable eMMC HS400 workarounds for LX2160A/LX2162AYangbo Lu2021-06-171-0/+4
| * armv8: layerscape: add PSCI support for cpu releaseJiafei Pan2021-06-173-16/+36
| * board: sl28: fix RGMII clock and voltageMichael Walle2021-06-162-2/+4
* | Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini2021-06-174-8/+64
|\ \
| * | riscv: andes_plic: Fix riscv_get_ipi() maskBin Meng2021-06-171-1/+3
| * | riscv: ae350: dts: Add missing "u-boot, dm-spl" for SPL configBin Meng2021-06-173-0/+54
| * | riscv: ae350: dts: Fix #interrupt-cells for plic0 in 32-bitBin Meng2021-06-171-1/+1
| * | riscv: ae350: dts: Remove the unnecessary #address-cells in plic nodesBin Meng2021-06-172-4/+0
| * | riscv: ae350: dts: Remove the unnecessary space in bootargsBin Meng2021-06-172-2/+2
| * | riscv: ae350: dts: Add SPDX license headerBin Meng2021-06-172-0/+4
| |/
* | Merge tag 'u-boot-imx-20210616' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-06-1635-40/+1614
|\ \ | |/ |/|
| * mx7d: Add Storopack's SMEGW01 boardFabio Estevam2021-06-093-2/+201
| * imx: Add SeeedStudio NPI-IMX6ULL SupportNavin Sankar Velliangiri2021-06-096-0/+327
| * imx: support for conga-QMX8 boardOliver Graute2021-06-093-0/+412
| * arm: imx: imx8mm: correct unrecognized fracpll frequencyAndrey Zhizhikin2021-06-091-1/+1
| * imx: ventana: enable dm support for PCI and FEC ethernetTim Harvey2021-06-0911-0/+30
| * arm: imx: imx8mm: clock: make debug output more descriptiveAndrey Zhizhikin2021-06-091-3/+3
| * Add EV-iMX280-NANO-X-MB boardOleh Kravchenko2021-06-092-0/+112
| * Add out4.ru O4-iMX-NANO boardOleh Kravchenko2021-06-094-0/+344
| * ARM: dts: imxrt1050-evk: enable usbotg1 node as hostGiulio Benetti2021-06-091-0/+5
| * ARM: dts: imxrt1050: add usbotg1, usbphy1 and usbmisc nodesGiulio Benetti2021-06-091-0/+27
| * usb: ehci-mx6: add support for i.MXRTGiulio Benetti2021-06-091-0/+4
| * ARM: IMXRT: introduce is_imxrt*() macros and get_cpu_rev()Giulio Benetti2021-06-093-0/+19
| * ARM: dts: imxrt1020: add gpio5 node to this SoCGiulio Benetti2021-06-091-0/+11
| * ARM: dts: imxrt1020-evk: move all u-boot, dm-spl to imxrt1020-evk-u-boot.dtsi...Giulio Benetti2021-06-092-10/+34
| * ARM: dts: imxrt1050-evk: move all u-boot, dm-spl to imxrt1050-evk-u-boot.dtsi...Giulio Benetti2021-06-092-13/+38
| * ARM: dts: imxrt1050-evk: remove u-boot,dm-splGiulio Benetti2021-06-091-1/+0
| * ARM: dts: imxrt1050: set lcdif clocks according to mxsfb driverGiulio Benetti2021-06-091-2/+3
| * ARM: dts: imxrt1050: move lcdif assigned clock to dtsiGiulio Benetti2021-06-092-3/+2
| * ARM: dts: imxrt1050-evk: add device_type = "memory" to memory nodeGiulio Benetti2021-06-091-0/+1
| * ARM: dts: imxrt1050-evk-u-boot: make gpt1 present for SPLGiulio Benetti2021-06-091-0/+4
| * ARM: dts: imxrt1050-evk: set gpt1 as tick-timer for u-bootGiulio Benetti2021-06-091-0/+1
| * ARM: dts: imxrt1050-evk: enable gpt1 timerGiulio Benetti2021-06-091-0/+4
| * ARM: dts: imxrt1050: add gpt1 nodeGiulio Benetti2021-06-091-0/+8
| * ARM: dts: imxrt1050: add node label to oscGiulio Benetti2021-06-091-1/+1
| * ARM: dts: imxrt1020-evk: add device_type = "memory" to memory nodeGiulio Benetti2021-06-091-0/+1
| * ARM: dts: imxrt1020-evk-u-boot: make gpt1 present for SPLGiulio Benetti2021-06-091-0/+4
| * ARM: dts: imxrt1020-evk: set gpt1 as tick-timer for u-bootGiulio Benetti2021-06-091-0/+1
| * ARM: dts: imxrt1020-evk: enable gpt1 timerGiulio Benetti2021-06-091-0/+4