summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan3-0/+3
2018-04-07ARM: dts: Add new "generic" am4372 device tree file.Vignesh R5-1/+87
2018-04-07stm32mp: handle SYSRESETPatrick Delaunay5-4/+14
2018-04-07stm32mp: add syscon for STGENPatrick Delaunay4-0/+36
2018-04-07stm32mp1: change STGEN clock source to HSEPatrick Delaunay1-0/+1
2018-04-07arm: timer: get frequency for arch timer armv7 in cp15 cntfrqPatrick Delaunay1-1/+15
2018-04-07stm32mp1: select boot device and partitionPatrick Delaunay2-0/+38
2018-04-07stm32mp1: get boot mode from BootRomPatrick Delaunay3-0/+146
2018-04-07stm32mp1: add eMMC support for ED1Patrick Delaunay3-0/+86
2018-04-07stm32mp: add check of cpu identifierPatrick Delaunay2-1/+63
2018-04-07stm32mp: cleanup cpu.cPatrick Delaunay1-23/+21
2018-04-07ARM: am33xx: Inhibit re-initialization of DDR during RTC-onlyRuss Dill2-2/+30
2018-04-07am43xx: Do not allow EMIF to control DDR_RESET in rtconly configDave Gerlach1-0/+5
2018-04-07ARM: AM43xx: Add support for RTC only + DDR in self-refresh modeTero Kristo5-8/+153
2018-04-06at91: ma5d4evk: Enable DM_SPIJagan Teki1-0/+1
2018-04-06at91: ma5d4evk: Add FDT supportJagan Teki3-0/+294
2018-04-06at91: ma5d4evk: Enable DMJagan Teki1-0/+1
2018-04-06at91: vinco: Enable DM_SPIJagan Teki1-0/+1
2018-04-06at91: vinco: Add FDT supportJagan Teki2-0/+249
2018-04-06at91: vinco: Enable DMJagan Teki1-0/+1
2018-04-06at91: taurus: Enable DM_SPIJagan Teki1-0/+1
2018-04-06at91: gurnard: Enable DM_SPIJagan Teki1-0/+1
2018-04-06Merge tag 'signed-rpi-next' of git://github.com/agraf/u-bootTom Rini2-3/+4
2018-04-05mmc: use core clock frequency in bcm2835 sdhostJonathan Gray2-3/+4
2018-04-04Merge git://git.denx.de/u-boot-sunxiTom Rini14-74/+147
2018-04-04arm: dts: sunxi: update H5 to new EMAC bindingAndre Przywara1-2/+5
2018-04-04arm: dts: sunxi: update H3 to new EMAC bindingAndre Przywara9-51/+75
2018-04-04arm: dts: sunxi: update A64 to new EMAC bindingAndre Przywara1-21/+30
2018-04-03sunxi: dts: enable NAND on NES classicMiquel Raynal2-0/+31
2018-04-03sunxi: allow NAND support to be compiled for sun8i platformsMiquel Raynal1-0/+6
2018-03-31Merge git://git.denx.de/u-boot-marvellTom Rini4-16/+73
2018-03-30arm64: a37xx: dts: enable pcie portWilson Ding3-0/+31
2018-03-30arm64: a37xx: populate pcie memory regionWilson Ding1-0/+8
2018-03-30Revert "arm64: a37xx: dts: Add pin control nodes to DT"Ken Ma1-14/+0
2018-03-30arm64: a37xx: dts: Correct mpp definitionsKen Ma3-3/+8
2018-03-30arm64: a37xx: dts: Fix the number of GPIO on south bridgeKen Ma1-1/+1
2018-03-30arm64: a37xx: dts: Add additional pinctrl definitionKen Ma2-0/+18
2018-03-30arm64: a37xx: dts: Add pinctrl configuration for ESPRESSOBin boardKen Ma1-0/+8
2018-03-30arm64: a37xx: dts: add gpio head file includingKen Ma1-0/+1
2018-03-29rockchip: pinctrl: rk3188: Move the iomux definitions into pinctrl-driverAlexander Kochetkov1-380/+0
2018-03-29rockchip: pinctrl: rk3036: Move the iomux definitions into pinctrl-driverAlexander Kochetkov1-409/+0
2018-03-29rockchip: pinctrl: rk3399: add support for I2C[123467]Philipp Tomsich1-0/+30
2018-03-29rockchip: pinctrl: rk3399: fix GPIO2B1 and GPIO2B2 shift valuePhilipp Tomsich1-2/+2
2018-03-23arm64: zynqmp: Add support for verifying secure imagesSiva Durga Prasad Paladugu2-0/+3
2018-03-23arm64: zynqmp: Remove ep108 boardMichal Simek3-408/+0
2018-03-23arm: zynq: Enable cadence driver on zc706Michal Simek1-0/+4
2018-03-23arm: zynq: Wire watchdog internalsMichal Simek1-0/+1
2018-03-23arm64: zynqmp: Enable newer pmufw versionsMichal Simek1-1/+1
2018-03-23arm64: zynqmp: Convert board to use zynqmp-clk driverMichal Simek6-5/+295
2018-03-22Merge git://git.denx.de/u-boot-netTom Rini4-2/+89