summaryrefslogtreecommitdiff
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* ARM: mediatek: mt8516: use PSCI to reset the SoCFabien Parent2019-05-181-8/+1
* dt: bcm63158: watchdog should use a 50Mhz clockPhilippe Reynes2019-05-181-2/+8
* dt: bcm6858: watchdog should use a 50Mhz clockPhilippe Reynes2019-05-181-2/+8
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-1840-73/+87
* CONFIG_SYS_[DI]CACHE_OFF: convert to KconfigTrevor Woerner2019-05-182-6/+12
* CONFIG_SYS_[ID]CACHE_OFF: unify the 'any' caseTrevor Woerner2019-05-181-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2019-05-1614-41/+241
|\
| * ARM: dts: socfpga: Keep FPGA bridge entries in SPL DTMarek Vasut2019-05-141-0/+24
| * ARM: dts: socfpga: Factor out U-Boot specifics from A10 handoff filesMarek Vasut2019-05-144-18/+71
| * arm: socfpga: Re-add support for Aries MCV SoM and MCVEV[KP] boardWolfgang Grandegger2019-05-145-0/+145
| * arm: sofcpga: s10: remove unused ad-hoc reset codeSimon Goldschmidt2019-05-142-12/+0
| * arm: socfpga: remove re-added ad-hoc reset codeSimon Goldschmidt2019-05-143-11/+1
* | Merge tag 'u-boot-stm32-mcu-20190514' of https://github.com/pchotard/u-bootTom Rini2019-05-155-6/+53
|\ \ | |/ |/|
| * ARM: dts: stm32: Add qspi support for stm32f469-disco boardPatrice Chotard2019-05-061-0/+39
| * ARM: dts: stm32: Set spi-rx/tx-bus-width to 4 for stm32f769-discoPatrice Chotard2019-05-061-0/+1
| * ARM: dts: stm32: Remove useless spi-nor compatible stringPatrice Chotard2019-05-061-1/+1
| * ARM: dts: stm32: Set spi-rx/tx-bus-width to 4 for stm32f746-discoPatrice Chotard2019-05-061-2/+2
| * ARM: dts: stm32: Set spi-rx/tx-bus-width to 4 for stm32f746-evalPatrice Chotard2019-05-061-2/+2
| * ARM: dts: stm32: add qspi flash compatible string for stm32f746-evalPatrice Chotard2019-05-061-0/+1
| * ARM: dts: stm32: add qspi flash compatible string for stm32f769-discoPatrice Chotard2019-05-061-0/+1
| * ARM: dts: stm32: Fix qspi memory map size for stm32f7 boardsPatrice Chotard2019-05-063-1/+3
| * mach-stm32: Add MPU region for spi-nor memory mapped regionPatrice Chotard2019-05-061-0/+3
* | spl: socfpga: Implement fpga bitstream loading with socfpga loadfsTien Fong Chee2019-05-102-1/+31
* | ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loadingTien Fong Chee2019-05-102-2/+54
* | arm: k3: config.mk: Use k3_gen_x509_cert.sh to generate boot imagesLokesh Vutla2019-05-091-29/+4
* | arm: zimage: add barebox image magic numberChristoph Fritz2019-05-091-2/+4
* | Merge tag 'rockchip-for-v2019.07-rc1' of git://git.denx.de/u-boot-rockchipTom Rini2019-05-0958-73/+1621
|\ \
| * | rockchip: rk3399: Add Nanopc T4 board supportJagan Teki2019-05-093-0/+99
| * | rockchip: rk3399: Add Nanopi M4 board supportJagan Teki2019-05-094-0/+76
| * | rockchip: dts: rk3399: nanopi4: Use CD pin as RK_FUNC_1Jagan Teki2019-05-091-0/+8
| * | rockchip: dts: rk3399: Sync rk3399-nanopi4.dtsi from LinuxJagan Teki2019-05-081-0/+703
| * | arm: rockchip: rk3399: Move common configs in KconfigJagan Teki2019-05-081-0/+16
| * | rockchip: dts: rk3399: Sync pwm2_pin_pull_down from Linux 5.1-rc2Jagan Teki2019-05-081-0/+5
| * | arm64: rockchip: dts: rk3399: Use rk3399-u-boot.dtsiJagan Teki2019-05-087-3/+10
| * | rockchip: dts: rk3399-u-boot: Add u-boot, dm-pre-reloc for spi1Jagan Teki2019-05-081-0/+4
| * | arm64: rockchip: dts: rk3399: Add board -u-boot.dtsi filesJagan Teki2019-05-0810-5/+30
| * | dts: Makefile: Build rockchip dtbs based on SoC typesJagan Teki2019-05-081-9/+26
| * | rockchip: chromebook_minnie: Enable soundSimon Glass2019-05-081-0/+12
| * | rockchip: rk3399: add tpl supportKever Yang2019-05-083-1/+118
| * | rockchip: add u-boot-tpl-v8.ldsKever Yang2019-05-081-0/+94
| * | rockchip: px5: add timer0 dts node as tick timerKever Yang2019-05-081-0/+7
| * | rockchip: rk3368: remove uart iomux init in SPLKever Yang2019-05-081-15/+0
| * | rockchip: boot0: update CONFIG_ROCKCHIP_SPL_RESERVE_IRAM for SPL onlyKever Yang2019-05-081-1/+2
| * | rockchip: px5 update dts for spl/tplKever Yang2019-05-081-0/+29
| * | rockchip: rk3368: support UART2/4 in board_debug_uart_init()Kever Yang2019-05-081-0/+40
| * | rockchip: rk322x: dts: enable uart2 for SPL/TPLKever Yang2019-05-081-0/+1
| * | sysreset: enable driver support in SPL/TPLKever Yang2019-05-081-0/+1
| * | rockchip: rk322x: add tpl supportKever Yang2019-05-085-30/+110
| * | arm: add a separate stack for TPLKever Yang2019-05-081-1/+3
| * | arm: add option for TPL support in arm 32bitKever Yang2019-05-081-0/+29