summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* bcm968360bg: add initial supportPhilippe Reynes2020-01-233-0/+172
* gpio: do not include <asm/arch/gpio.h> on ARCH_BCM68360Philippe Reynes2020-01-231-5/+6
* bcm68360: add initial supportPhilippe Reynes2020-01-232-0/+223
* board: Add new Samsung "stemmy" board based on ST-Ericsson U8500Stephan Gerhold2020-01-223-0/+43
* arm: Add support for ST-Ericsson U8500 SoCStephan Gerhold2020-01-228-1/+123
* arm: dts: Import device tree for ST-Ericsson Ux500Stephan Gerhold2020-01-223-0/+1747
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2020-01-214-0/+27
|\
| * ARM: mvebu: clearfog: run-time selection of DT fileBaruch Siach2020-01-211-0/+1
| * ARM: mvebu: clearfog: add EEPROM devicesBaruch Siach2020-01-213-0/+26
* | Merge tag 'u-boot-imx-20200121' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-01-218-6/+306
|\ \
| * | imx8m: clock_imx8mm: Staticize functionsAlifer Moraes2020-01-201-5/+5
| * | arm: dts: imx7ulp-evk: remove mux value from pad configurationJorge Ramirez-Ortiz2020-01-201-1/+1
| * | mx7ulp: soc: s_init should only be executed onceJorge Ramirez-Ortiz2020-01-201-0/+2
| * | arm: dts: i.mx8x: add #cooling-cells propertiesAnatolij Gustschin2020-01-201-0/+4
| * | ARM: imx: mx6ull: Add iMX6ULL VisionSOM SoM and EVKArkadiusz Karas2020-01-203-0/+290
| * | Merge branch 'master' of git://git.denx.de/u-bootStefano Babic2020-01-207-106/+48
| |\ \
| * | | mx7ulp: Move SoC base address to a common fileFabio Estevam2020-01-161-0/+4
* | | | Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2020-01-2025-12/+1109
|\ \ \ \
| * | | | arm: omap: fix MPU DPLL divisor for 800MHz clockDario Binacchi2020-01-201-1/+1
| * | | | arm: dts: k3-am654-base-board: enable USB1Vignesh Raghavendra2020-01-202-0/+32
| * | | | arm: dts: k3-am65-main: add USB supportVignesh Raghavendra2020-01-201-0/+78
| * | | | ARM: dts: omap3/omap35 Torpedo and SOM-LV: Unify and shrink SPL dtbAdam Ford2020-01-204-1/+75
| * | | | arm: K3: Increase default SYSFW image size allocationAndrew F. Davis2020-01-201-1/+1
| * | | | arm: K3: Disable ROM configured firewallsAndrew F. Davis2020-01-204-0/+115
| * | | | arm: K3: Fix header comment match AM6 specific file functionAndrew F. Davis2020-01-201-1/+1
| * | | | arm: dts: k3-am654-r5-base-board: Fix power-domains for wkup_vtm0Lokesh Vutla2020-01-201-1/+1
| * | | | arm: mach-k3: security: Clean image out of cache before authenticationAndrew F. Davis2020-01-201-0/+12
| * | | | arm: mach-k3: Warn when node to disable is not foundAndrew F. Davis2020-01-201-2/+2
| * | | | arm64: dts: k3-j721e-common-proc-board: Fully enable wkup_i2c0 useAndreas Dannenberg2020-01-202-0/+23
| * | | | board: ti: j721e: Use EEPROM-based board detectionAndreas Dannenberg2020-01-202-0/+6
| * | | | board: ti: beagleboneai: add dts fileJason Kridner2020-01-202-0/+577
| * | | | board: ti: beagleboneai: add initial supportCaleb Robey2020-01-201-0/+1
| * | | | arm: dts: k3-j721e-common-proc-board: Add pinmux for SD cardFaiz Abbas2020-01-203-1/+39
| * | | | arm: dts: k3-j721e-common-proc-board: Remove voltage-ranges from sdhci nodesFaiz Abbas2020-01-201-2/+0
| * | | | mmc: am654_sdhci: Get Xin clock by nameFaiz Abbas2020-01-201-1/+2
| * | | | ARM: dts: da850-lcdk: Update DTS files for SPL device tree supportAdam Ford2020-01-202-1/+15
| * | | | arm: dts: k3-j721e: Add DT nodes for USBVignesh Raghavendra2020-01-204-0/+128
| | |/ / | |/| |
* | | | Merge tag 'u-boot-stm32-20200117' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2020-01-205-15/+30
|\ \ \ \ | |_|_|/ |/| | |
| * | | ARM: dts: stm32: Add missing ETHCK clock to ethernet nodeMarek Vasut2020-01-171-0/+2
| * | | stm32mp1: split board and SOC support for STM32MP15x familyPatrick Delaunay2020-01-172-9/+25
| * | | ARM: stm32: Allow overriding setup_mac_address()Marek Vasut2020-01-172-1/+3
| * | | stm32mp: remove redundant SYS_TEXT_BASE promptThomas Hebb2020-01-171-5/+0
* | | | common: Move hang() to the same header as panic()Simon Glass2020-01-1757-4/+60
* | | | common: Move RAM-sizing functions to init.hSimon Glass2020-01-1724-0/+24
* | | | common: Move reset_cpu() to the CPU headerSimon Glass2020-01-1739-4/+42
* | | | common: Move reset_misc() function to arch headerSimon Glass2020-01-171-0/+2
* | | | common: Move get_tbclk() to time.hSimon Glass2020-01-1722-5/+23
* | | | common: Move clock functions into a new fileSimon Glass2020-01-1733-4/+35
* | | | common: Move upmconfig() to ppc.hSimon Glass2020-01-171-0/+1
* | | | common: Move ll_boot_init() to init.hSimon Glass2020-01-175-0/+5