summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* arm: dts: r8a774c0: Resync R8A774C0 SoC DTSI with Linux 5.11Lad Prabhakar2021-03-161-4/+23
* arm: rmobile: Add HopeRun HiHope RZ/G2H board supportBiju Das2021-03-164-0/+88
* arm: rmobile: Add HopeRun HiHope RZ/G2N board supportBiju Das2021-03-164-0/+82
* arm: rmobile: Add HopeRun HiHope RZ/G2M board supportBiju Das2021-03-162-0/+15
* arm: dts: rmobile: r8a774e1: Synchronize DTs with Linux 5.11Biju Das2021-03-162-0/+61
* arm: dts: rmobile: r8a774b1: Synchronize DTs with Linux 5.11Biju Das2021-03-162-0/+62
* Merge tag 'v2021.04-rc4' into nextTom Rini2021-03-1573-199/+6191
|\
| * Merge tag 'u-boot-stm32-20210312' of https://source.denx.de/u-boot/custodians...Tom Rini2021-03-1510-59/+101
| |\
| | * arm: stm32mp: Fix compilation issue when SYS_DCACHE_OFF and/or SYS_DCACHE_SYS...Patrice Chotard2021-03-121-2/+4
| | * stm32mp: bsec: manage clock when present in device treePatrick Delaunay2021-03-111-0/+10
| | * stm32mp: stm32prog: replace alias by serial device sequence numberPatrick Delaunay2021-03-112-30/+10
| | * stm32mp: stm32prog: reactivate console and display serial errorPatrick Delaunay2021-03-111-4/+10
| | * stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USBPatrick Delaunay2021-03-116-12/+50
| | * stm32mp: stm32prog: Add Kconfig file for stm32prog commandPatrick Delaunay2021-03-112-17/+19
| | * ARM: dts: stm32mp1: explicit clock reference needed by RCC clock driverEtienne Carriere2021-03-111-0/+4
| * | arm: mvebu: a38x: Remove dead code ARMADA_39XPali Rohár2021-03-124-106/+1
| * | x86: Select advanced Intel code only if allowedSimon Glass2021-03-092-0/+16
| * | x86: Move INTEL_ACPIGEN to arch/x86Simon Glass2021-03-091-0/+9
| * | x86: Fix member check in intel_gnvsSimon Glass2021-03-091-0/+4
| * | x86: sizeof-array-div error in lpc_common_early_initHeinrich Schuchardt2021-03-091-1/+1
| * | arm: socfpga: dts: soc64: Update filename in binman node of FIT image with VA...Siew Chin Lim2021-03-081-0/+22
| * | arm: socfpga: cmd: Support 'vab' commandSiew Chin Lim2021-03-082-0/+35
| * | arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)Siew Chin Lim2021-03-086-4/+308
| * | arm: socfpga: Move Stratix10 and Agilex to use TARGET_SOCFPGA_SOC64Siew Chin Lim2021-03-084-7/+10
| * | ppc: qemu: Move board directory from board/freescale to board/emulationBin Meng2021-03-051-1/+1
| * | gpio: mpc8xxx: Support controller register physical address beyond 32-bitBin Meng2021-03-051-1/+1
| * | ppc: mpc85xx: Add 'gpibe' register to 'struct ccsr_gpio'Bin Meng2021-03-051-0/+1
| * | ppc: io.h: Use addrmap_ translation APIs only in post-relocation phaseBin Meng2021-03-051-6/+9
| * | ppc: mpc85xx: Wrap LAW related codes with CONFIG_FSL_LAWBin Meng2021-03-052-0/+4
| * | configs: fsl: move via specific defines to KconfigRajesh Bhagat2021-03-051-0/+6
| * | configs: fsl: move bootrom specific defines to KconfigRajesh Bhagat2021-03-052-2/+10
| * | Merge tag 'u-boot-imx-20210303' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-03-0334-11/+5644
| |\ \
| | * | board: gateworks: imx8mm: Add Gateworks Venice board supportTim Harvey2021-03-037-0/+382
| | * | arm: dts: imx8mm: add Gateworks i.MX8 Mini Dev kitsTim Harvey2021-03-038-0/+1415
| | * | ARM: imx: Include u-boot.img in u-boot-with-spl.imx if OF_SEPARATE=yMarek Vasut2021-03-011-2/+2
| | * | ARM: imx: Do not hard-code MX8M MMU table DRAM entry offsetMarek Vasut2021-03-011-3/+16
| | * | ARM: dts: imx8mq-evk: Remove u-boot,off-on-delay-us propertyFabio Estevam2021-03-011-4/+0
| | * | arm: dts: imx8mp-evk: Add FEC PHY reset timingYe Li2021-03-011-0/+2
| | * | ARM: imx: Add missing FEC ethernet quirk for MX8MMarek Vasut2021-03-011-0/+1
| | * | mx23evk: Convert to driver modelFabio Estevam2021-03-014-1/+22
| | * | mx23-evk: Import devicetree file from LinuxFabio Estevam2021-03-013-0/+1114
| | * | mx51evk: Convert to driver modelFabio Estevam2021-03-011-0/+3
| | * | imx51-babbage: Import devicetree files from LinuxFabio Estevam2021-03-013-0/+2148
| | * | ARM: dts: imx53-qsb: Describe the esdhc1 card detect pinFabio Estevam2021-03-011-0/+2
| | * | mx53loco: Convert to driver modelFabio Estevam2021-03-011-0/+1
| | * | imx53-qsb: Import devicetree files from LinuxFabio Estevam2021-03-012-0/+496
| | * | board: toradex: move RGMII delays to PHY sideOleksandr Suvorov2021-03-012-2/+2
| | * | ARM: imx8: Add missing FEC ENET quirk for i.MX8/i.MX8XOleksandr Suvorov2021-03-011-0/+2
| | * | ARM: mx6: Add function to set serial#Sean Anderson2021-03-011-0/+37
| | |/
| * | arm: omap3: Compile s_init() function only when it is usedPali Rohár2021-03-031-0/+3