summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: dts: imx8mm-verdin: dm-spl for pinctrl_usdhc1 nodeIgor Opaniuk2020-03-091-0/+4
* imx8mm/mn: Add missing root clock entry for ARM core clockFrieder Schrempf2020-03-091-0/+5
* imx: Makefile: added missing ahab.oOliver Graute2020-03-091-0/+1
* imx: mx6ul_14x14_evk: configure for 24bpp displayAnatolij Gustschin2020-03-091-1/+1
* ARM: dts: imx6sx-sdb: Sync with kernel 5.4.16Fabio Estevam2020-03-093-135/+200
* ARM: dts: imx6sx: Sync with kernel 5.4.16Fabio Estevam2020-03-092-211/+302
* imx: remove woodburn boardStefano Babic2020-03-091-10/+0
* x86: apl: Use cpu_x86_get_count() for cpu_ops.get_countWolfgang Wallner2020-03-051-6/+1
* x86: cpu_x86: Make cpu_x86_get_count() non-staticWolfgang Wallner2020-03-052-1/+13
* x86: p2sb: Drop 'apl' prefixWolfgang Wallner2020-03-052-16/+16
* Revert "x86: use invd instead of wbinvd in real mode start code"Andy Shevchenko2020-03-052-2/+2
* x86: Correct error return value in mrccache_get_region()Simon Glass2020-03-051-0/+2
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaWIP/04Mar2020Tom Rini2020-03-043-0/+141
|\
| * ARM: socfpga: Add initial support for the ABB SECU boardHolger Brunck2020-03-033-0/+141
* | Merge tag 'uniphier-v2020.04-3' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-02-2921-95/+169
|\ \ | |/ |/|
| * ARM: dts: uniphier: remove U-Boot own EEPROM compatible and propertyMasahiro Yamada2020-02-295-9/+5
| * ARM: dts: uniphier: add reset-names to NAND controller nodeMasahiro Yamada2020-02-298-8/+16
| * ARM: dts: uniphier: rename DT nodes to follow json-schemaMasahiro Yamada2020-02-298-38/+38
| * ARM: uniphier: detect the base of micro support card at run-timeMasahiro Yamada2020-02-281-12/+31
| * ARM: uniphier: remove workaround for the NAND write protectMasahiro Yamada2020-02-281-17/+0
| * ARM: uniphier: move NAND reset assertion to U-Boot proper from SPLMasahiro Yamada2020-02-285-7/+56
| * ARM: uniphier: add sdscript, sdboot, sdupdate environment variablesMasahiro Yamada2020-02-281-4/+23
* | watchdog: mpc8xx: Revert the 8xx watchdog back to CONFIG_HW_WATCHDOGChristophe Leroy2020-02-281-4/+0
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxWIP/25Feb2020Tom Rini2020-02-252-12/+7
|\
| * arch: powerpc: Rewrite the sata node to fit the driverPeng Ma2020-02-251-11/+4
| * Revert "powerpc: mpc85xx: delete FSL_SATA for T2080QDS board."Peng Ma2020-02-251-1/+3
* | arch: arm: Fix SZ_64K undeclared compilation errorWasim Khan2020-02-251-0/+1
|/
* Merge tag 'u-boot-rockchip-20200220' of https://gitlab.denx.de/u-boot/custodi...WIP/20Feb2020Tom Rini2020-02-2019-149/+350
|\
| * arch: arm: rockchip: order the rk3399 entries alphabeticallyPeter Robinson2020-02-201-12/+12
| * board: roc-pc-rk3399: Add support for onboard LED's and push button to indica...Suniel Mahesh2020-02-191-0/+7
| * rockchip: rk3399: split roc-pc-rk3399 out of evb_rk3399Suniel Mahesh2020-02-191-0/+20
| * rockchip: boot_mode: find the saradc device nameHugh Cole-Baker2020-02-191-1/+21
| * ARM: dts: rockchip: Sync rk3288-vyasa dts from linuxJagan Teki2020-02-191-47/+32
| * rockchip: rk3288: Enable pre console bufferJagan Teki2020-02-191-0/+1
| * rockchip: px30: sync the main px30 dtsi from mainlineHeiko Stuebner2020-02-191-11/+171
| * arm: dts: rockchip: puma: move U-Boot specific bits to u-boot.dtsiPeter Robinson2020-02-198-25/+36
| * arm: dts: rockchip: rk3399: Move U-Boot specific bits to rk3399-u-bootPeter Robinson2020-02-192-48/+45
| * arm: dts: rockchip: Update EVB/Puma devices to upstream USB/dwc3 conventionsPeter Robinson2020-02-192-4/+4
| * rockchip: make the global board_fit_config_name_match __weakHeiko Stuebner2020-02-191-1/+1
| * rockchip: make_fit_atf: use correct fdt_x references in config nodesHeiko Stuebner2020-02-191-1/+1
* | dma-mapping: add <asm/dma-mapping.h> for all architecturesMasahiro Yamada2020-02-208-0/+8
* | dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada2020-02-194-102/+0
* | dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada2020-02-194-12/+4
* | dma-mapping: fix the prototype of dma_map_single()Masahiro Yamada2020-02-194-8/+12
|/
* Merge tag 'u-boot-stm32-20200214' of https://gitlab.denx.de/u-boot/custodians...WIP/14Feb2020Tom Rini2020-02-1423-103/+920
|\
| * stm32mp1: support of STM32MP15x Rev.ZPatrick Delaunay2020-02-132-0/+4
| * ARM: dts: stm32m1: add reg for pll nodesPatrick Delaunay2020-02-135-0/+34
| * ARM: dts: stm32mp1: correct ddr nodePatrick Delaunay2020-02-131-1/+1
| * ARM: dts: stm32mp1: move FDCAN to PLL4_RAntonio Borneo2020-02-134-4/+4
| * ARM: dts: stm32mp1: DT alignment with kernel v5.5-rc7Patrick Delaunay2020-02-137-32/+112