summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-imx-20200121' of https://gitlab.denx.de/u-boot/custodians/u...WIP/21Jan2020Tom 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...WIP/20Jan2020Tom 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
* | | | common: arm: Move s_init() to an ARM-specific headerSimon Glass2020-01-171-0/+2
* | | | common: Move device-tree setup functions to fdt_support.hSimon Glass2020-01-171-0/+1
* | | | common: Move reset_phy() to net.hSimon Glass2020-01-171-0/+1
* | | | common: Move relocate_code() to init.hSimon Glass2020-01-1718-16/+18
| |/ / |/| |
* | | aes: add support of aes192 and aes256Philippe Reynes2020-01-171-19/+22
|/ /
* | Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcWIP/16Jan2020Tom Rini2020-01-166-87/+26
|\ \ | |/ |/|
| * Drop CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK usageYangbo Lu2020-01-162-31/+20
| * Add global variable sdhc_per_clk for arm/powerpcYangbo Lu2020-01-162-0/+5
| * powerpc/mpc85xx: drop eSDHC periperhal clock codeYangbo Lu2020-01-162-56/+1