summaryrefslogtreecommitdiff
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | arm: omap3: Compile lowlevel_init() function only when it is usedPali Rohár2021-03-031-1/+5
|/
* Merge tag 'u-boot-stm32-20210226' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2021-02-261-80/+0
|\
| * arm: dts: stm32mp15: remove duplicate uart nodesPatrick Delaunay2021-02-261-80/+0
* | ARM: dts: armada-385-turris-omnia: rename node in -u-boot.dtsi fileMarek Behún2021-02-261-4/+1
|/
* arm: Remove sksimx6 boardTom Rini2021-02-251-6/+0
* arm: Remove mx53smd boardTom Rini2021-02-251-5/+0
* arm: Remove mx53ard boardTom Rini2021-02-251-5/+0
* arm: Remove mx25pdk boardTom Rini2021-02-251-7/+0
* common: Add "ifndef __ASSEMBLY__" in asm/global_data.hWIP/2021-02-24-assorted-fixesSiew Chin Lim2021-02-241-0/+4
* Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-02-231-2/+2
|\
| * xilinx: Show silicon version in SPLMichal Simek2021-02-101-2/+2
* | Merge tag 'ti-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-02-224-48/+69
|\ \
| * | arm: dts: sync am33xx-clocks with Linux 5.9-rc7Dario Binacchi2021-02-221-3/+3
| * | arm: dts: sync am33xx gpio nodes with Linux 5.9-rc7Dario Binacchi2021-02-163-45/+65
| * | ARM: dts: k3-j7200-common-proc-board-u-boot: Fix broken ethernetVignesh Raghavendra2021-02-161-0/+1
* | | dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2021-02-2112-14/+14
* | | sunxi: support boot console on uart1 for sun8iTobias Schramm2021-02-192-0/+6
* | | sunxi: spl: Fix H616 clock initializationJernej Skrabec2021-02-191-0/+5
* | | Merge tag 'mmc-2021-2-19' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcWIP/19Feb2021Tom Rini2021-02-191-0/+1
|\ \ \
| * | | ARM: mach-meson: select MMC_PWRSEQ configJaehoon Chung2021-02-191-0/+1
* | | | spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc2021-02-171-3/+4
|/ / /
* | | arm: dts: ls1028a: Add Ethernet switch node and dependenciesAlex Marginean2021-02-162-1/+119
|/ /
* | image: Adjust the workings of fit_check_format()Simon Glass2021-02-151-1/+1
* | Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-15171-2/+176
|\ \
| * | common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-02171-2/+176
| |/
* | arm: Remove db-88f6281-bp boardTom Rini2021-02-155-174/+0
* | arm: Remove ls2080a_simu boardTom Rini2021-02-152-14/+1
* | arm: Remove mx35pdk boardTom Rini2021-02-151-6/+0
* | arm: Remove apx4devkit boardTom Rini2021-02-151-4/+0
* | Merge tag 'u-boot-atmel-fixes-2021.04-a' of https://gitlab.denx.de/u-boot/cus...WIP/12Feb2021Tom Rini2021-02-121-1/+1
|\ \
| * | ARM: dts: at91: sama7g5ek: enable pull-up for serial debug lineEugen Hristev2021-02-111-1/+1