summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2020-04-3031-19/+1320
|\
| * driver: net: fm: add DM ETH supportMadalin Bucur2020-04-291-0/+2
| * ARM: dts: add QorIQ DPAA 1 FMan v3 to LS1046ARDBMadalin Bucur2020-04-292-1/+68
| * ARM: dts: add QorIQ DPAA 1 FMan v3 for LS1046AMadalin Bucur2020-04-291-0/+49
| * ARM: dts: add QorIQ DPAA 1 FMan v3 to LS1043ARDBMadalin Bucur2020-04-292-1/+82
| * ARM: dts: add QorIQ DPAA 1 FMan v3 for LS1043AMadalin Bucur2020-04-291-0/+48
| * ARM: dts: add QorIQ DPAA 1 FMan v3 device tree nodesMadalin Bucur2020-04-299-0/+428
| * armv8: ls1028aqds: add lpuart dts supportYuantian Tang2020-04-294-1/+36
| * arm: dts: ls1028a: add lpuart nodesYuantian Tang2020-04-291-0/+60
| * arm: dts: ls1088ardb: add DPMAC and PHY nodesIoana Ciornei2020-04-292-6/+183
| * arm: dts: ls2088ardb: add DPMAC and PHY nodesIoana Ciornei2020-04-292-6/+157
| * arm: dts: lx2160ardb: add DPMAC and PHY nodesIoana Ciornei2020-04-292-0/+97
| * arm: dts: ls1088a: add external MDIO nodesIoana Ciornei2020-04-291-0/+15
| * arm: dts: ls2088a: add external MDIO nodesIoana Ciornei2020-04-291-0/+15
| * arm: dts: lx2160a: add external MDIO nodesIoana Ciornei2020-04-291-0/+20
| * fsl-layerscape: Move GIC RD tables init to soc.cHou Zhiqiang2020-04-283-0/+52
| * fsl-layerscape: Kconfig: Select RESV_RAM if GIC_V3_ITSHou Zhiqiang2020-04-281-0/+4
| * fsl-layerscape: Add RESV_RAM check in resv_ram addrHou Zhiqiang2020-04-281-4/+4
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shWIP/29Apr2020Tom Rini2020-04-2945-1567/+2531
|\ \
| * | ARM: dts: rmobile: Scrub unused DT nodesMarek Vasut2020-04-293-0/+199
| * | ARM: dts: rmobile: Synchronize Gen3 DTs with Linux 5.6.2Marek Vasut2020-04-2829-1119/+1740
| * | ARM: dts: rmobile: Synchronize Gen2 DTs with Linux 5.6.2Marek Vasut2020-04-2813-400/+544
| |/
* | Convert CONFIG_PHYLIB et al to KconfigTom Rini2020-04-281-1/+0
* | Merge tag 'u-boot-amlogic-20200428' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2020-04-2820-101/+342
|\ \
| * | arm: dts: meson-khadas-vim3: enable SPI NOR flashNeil Armstrong2020-04-283-0/+35
| * | arm: dts: meson-gxm-khadas-vim2-u-boot: enable SPI NOR flashNeil Armstrong2020-04-281-0/+15
| * | arm64: dts: meson: sync dt and bindings from v5.7-rc1Neil Armstrong2020-04-2816-101/+292
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2020-04-281-1/+1
|\ \
| * | arm: socfpga: stratix10: Fix incorrect CLKMGR_S10_PERPLL_BYPASS offsetLey Foon Tan2020-04-271-1/+1
| |/
* | Merge tag 'mips-pull-2020-04-27' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-04-2732-821/+1673
|\ \
| * | mips: Add support for SoM "VoCore2".Mauro Condarelli2020-04-273-0/+96
| * | mips: mt76x8: ddr_cal: Correct dqs_find_min/max implementationsStefan Roese2020-04-271-18/+10
| * | mips: mt76x8: ddr_cal: Change types from u32 to int in dqs_find_min/maxStefan Roese2020-04-271-6/+8
| * | mips: mt76x8: ddr_cal: Rename dqs_test_valid() to dqs_test_error()Stefan Roese2020-04-271-6/+6
| * | mips: mtmips: add support for mt7628-rfbWeijie Gao2020-04-273-0/+77
| * | mips: mtmips: enable SPL for all boardsWeijie Gao2020-04-271-26/+0
| * | mips: mtmips: add SPL supportWeijie Gao2020-04-279-1/+160
| * | mips: mtmips: rewrite lowlevel codes of mt7628Weijie Gao2020-04-2715-791/+1201
| * | mips: add a option to support not reserving malloc space on initial stackWeijie Gao2020-04-272-2/+22
| * | mips: add an option to support initialize SRAM for initial stackWeijie Gao2020-04-272-0/+16
| * | dts: mtmips: add alternative pinmux node for uart2Weijie Gao2020-04-271-0/+5
| * | mips: add a mtmips-specific field to architecture-specific global dataWeijie Gao2020-04-271-0/+3
| * | mips: mtmips: make use of sysreset-resetctrl for mt7628 socWeijie Gao2020-04-272-5/+6
| * | mips: spl: Flush cache before jumping to U-Boot properStefan Roese2020-04-272-0/+22
| * | mips: add an option to enable u_boot_list section for SPL loaders in u-boot-s...Weijie Gao2020-04-272-1/+7
| * | mips: enable support for appending dtb to spl binaryWeijie Gao2020-04-271-0/+2
| * | mips: start.S: avoid overwriting outside gd when clearing global data in stackWeijie Gao2020-04-271-1/+2
| * | mips: mtmips: add predefined i-cache/d-cache size and linesizeWeijie Gao2020-04-271-0/+12
| * | mips: add support to restore exception vector base before booting linuxWeijie Gao2020-04-274-0/+54
| |/
* | ARC: AXS10x: cleanup kconfigEugeniy Paltsev2020-04-271-2/+0