summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-rockchip-20200531' of https://gitlab.denx.de/u-boot/custodi...WIP/31May2020Tom Rini2020-05-3111-10/+1179
|\
| * rockchip: spl: do full dram_init instead of only probingHeiko Stuebner2020-05-311-5/+4
| * rockchip: Add initial support for the Pinebook Pro laptop from Pine64.Peter Robinson2020-05-312-0/+51
| * arm: dts: rockchip: Add initial DT for Pinebook ProPeter Robinson2020-05-312-0/+1097
| * ARM: dts: rk3399-evb: usb3.0 host supportFrank Wang2020-05-301-0/+13
| * arm: mach-rockchip: bind sub-nodes for rk3399_sysconFrank Wang2020-05-291-0/+3
| * arm64: dts: rk3399-nanopi4: Add u-boot,spl-boot-orderJagan Teki2020-05-291-0/+6
| * rockchip: Fix spl mmc boot device ofpathJagan Teki2020-05-294-5/+5
* | arm: dts: meson-gxl: fix USB gadget by adding missing nodes for U-BootNeil Armstrong2020-05-295-4/+24
* | arm: dts: khadas-vim3: include meson-g12-common-u-boot.dtsi to enable HDMI ou...Neil Armstrong2020-05-291-0/+2
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2020-05-275-105/+132
|\
| * arm: mvebu: Convert CRS305-1G-4S board to CRS3xx-98DX3236Luka Kovacic2020-05-273-103/+121
| * arm: mvebu: armada-3720-uDPU: fix PHY mode definition to sgmii-2500Jakov Petrina2020-05-271-2/+2
| * arm: mvebu: ds414: add u-boot,dm-pre-reloc to spi0Ezra Buehler2020-05-271-0/+9
* | cbfs: Don't require the CBFS size with cbfs_init_mem()Simon Glass2020-05-271-2/+1
* | x86: coreboot: add SMBIOS cbmem entry parsingChristian Gmeiner2020-05-273-0/+27
* | x86: apl: Use devicetree for FSP-S configurationBernhard Messerklinger2020-05-275-387/+1439
* | x86: apl: Use devicetree for FSP-M configurationBernhard Messerklinger2020-05-276-164/+924
* | x86: apl: Only load VBT if CONFIG_HAVE_VBT is enabledBernhard Messerklinger2020-05-271-21/+25
|/
* riscv: Move all SMP related SBI calls to SBI_v01Atish Patra2020-05-262-22/+20
* Merge tag 'ti-v2020.07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/25May2020Tom Rini2020-05-2511-16/+141
|\
| * arm: mach-k3: Enable dcache in SPLJan Kiszka2020-05-194-0/+38
| * arm: mach-k3: j721e_init: Add support for backup boot modesAndreas Dannenberg2020-05-193-2/+47
| * ARM: omap3_logic boards: Convert to DM_ETHAdam Ford2020-05-194-0/+42
| * ddr: k3-am654: EMIF Tool update to 2.02 for IO optimizations and fixesPraneeth Bajjuri2020-05-191-14/+14
* | sandbox: move compression option to KconfigMichael Walle2020-05-251-0/+2
* | armv8: cache_v8: fix mmu_set_region_dcache_behaviourPeng Fan2020-05-251-1/+1
* | Merge git://git.denx.de/u-boot-usbWIP/22May2020Tom Rini2020-05-221-0/+2
|\ \
| * | usb: ehci-omap: Add Support for DM_USB and OF_CONTROLAdam Ford2020-05-221-0/+2
* | | Merge tag 'u-boot-rockchip-20200522' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2020-05-224-1/+33
|\ \ \
| * | | rockchip: rk3328: rock64 - fix gen3 SPL hangKurt Miller2020-05-221-0/+21
| * | | rockchip: spl-boot-order: do not attempt to access fdt if OF_PLATDATAUrja Rannikko2020-05-221-0/+6
| * | | rockchip: spl: veyron speedy boots from SPIUrja Rannikko2020-05-221-1/+2
| * | | rockchip: Enable PCIe/M.2 on rk3399 board w/ M.2Jagan Teki2020-05-221-0/+1
| * | | rockchip: rk3399: enable spl-fifo-mode for sdmmcDeepak Das2020-05-221-0/+3
| |/ /
* | | ARM: uniphier: remove board_eth_init()Masahiro Yamada2020-05-221-12/+0
* | | ARM: uniphier: delete or replace <common.h> includesMasahiro Yamada2020-05-2236-36/+8
* | | ARM: uniphier: drop #include <log.h> againMasahiro Yamada2020-05-225-5/+0
* | | ARM: uniphier: drop #include <init.h> again from umc-pxs2.cMasahiro Yamada2020-05-221-1/+0
* | | ARM: uniphier: remove #include <net.h> again from micro-support-card.cMasahiro Yamada2020-05-221-2/+1
* | | ARM: uniphier: include <asm/system.h> instead of <asm/cache.h> from psci.cMasahiro Yamada2020-05-221-1/+1
* | | ARM: uniphier: select DM_ETHMasahiro Yamada2020-05-221-0/+1
|/ /
* | Merge git://git.denx.de/u-boot-shWIP/21May2020Tom Rini2020-05-219-1/+18
|\ \
| * | sh: Enable ffunction-sections and fdata-sectionsMarek Vasut2020-05-201-1/+1
| * | ARM: dts: rmobile: Enable eMMC DDR52 modes on Gen3 Salvator-X(S),ULCB,EbisuMarek Vasut2020-05-207-0/+13
| * | ARM: dts: rmobile: Reserve space in R-Car Gen3 DTsMarek Vasut2020-05-201-0/+4
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/20May2020Tom Rini2020-05-2046-310/+1201
|\ \ \
| * | | arm: dts: ls2080aqds: add CONFIG_MULTI_DTB_FIT supportIoana Ciornei2020-05-195-70/+144
| * | | arm: dts: ls1088aqds: add CONFIG_MULTI_DTB_FIT supportIoana Ciornei2020-05-197-120/+271
| * | | arm: dts: lx2160aqds: add nodes describing possible mezzanine cardsIoana Ciornei2020-05-1916-178/+670