summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-sunxiTom Rini2017-09-011-1/+1
|\
| * sunxi: Fix CONFIG_SUNXI_GMAC referencesDave Prue2017-09-011-1/+1
* | Merge git://git.denx.de/u-boot-imxTom Rini2017-09-0110-41/+63
|\ \
| * | i.MX6Q: spl: Fix falcon to use dram_init_banksizeJagan Teki2017-08-301-0/+12
| * | imx: remove SATA boot mode for i.MX 6UL and 6ULLStefan Agner2017-08-301-0/+2
| * | imx6: don't include unneeded boot_mode array in SPLAnatolij Gustschin2017-08-291-0/+2
| * | imx: timer: don't clear the GPT control register multiple timesAnatolij Gustschin2017-08-291-2/+1
| * | imx: imx6: Move gpr_init() function to soc.cBreno Lima2017-08-282-0/+19
| * | imx: use BOOT_DEVICE_BOARD instead of UARTStefan Agner2017-08-251-2/+2
| * | imx: fix USB boot mode detection for i.MX 6UL and 6ULLStefan Agner2017-08-252-2/+7
| * | imx: fix licensing in i.MX filesStefano Babic2017-08-234-35/+4
| * | imx: mx7: psci: add copyright and licensePeng Fan2017-08-232-0/+14
* | | Merge git://git.denx.de/u-boot-marvellTom Rini2017-09-011-1/+1
|\ \ \
| * | | ARM: mvebu: add "spi-flash" compatible stringChris Packham2017-08-301-1/+1
* | | | Merge git://git.denx.de/u-boot-uniphierTom Rini2017-09-0132-163/+328
|\ \ \ \
| * | | | ARM: uniphier: set system bus pinmux for PXs3Masahiro Yamada2017-08-301-0/+2
| * | | | ARM: uniphier: move CONFIG_NAND to defconfigMasahiro Yamada2017-08-301-1/+0
| * | | | ARM: dts: uniphier: update PXs3 SoC/board DTMasahiro Yamada2017-08-302-50/+142
| * | | | ARM: dts: uniphier: sync with LinuxMasahiro Yamada2017-08-3022-62/+90
| * | | | ARM: uniphier: fix DSPLL init code for LD20 SoCDai Okamura2017-08-301-3/+3
| * | | | ARM: uniphier: remove ad-hoc pin settings for NANDMasahiro Yamada2017-08-301-24/+4
| * | | | ARM: uniphier: add PLL settings for PXs3Masahiro Yamada2017-08-301-0/+55
| * | | | ARM: uniphier: move PLLCTRL register macros to each SoC .c fileMasahiro Yamada2017-08-303-21/+30
| * | | | ARM: uniphier: replace <common.h> with <linux/delay.h> in pll settingsMasahiro Yamada2017-08-302-2/+2
| |/ / /
* | | | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2017-09-013-3/+10
|\ \ \ \ | | |_|/ | |/| |
| * | | sunxi: Enable MMC new mode for A83TMaxime Ripard2017-08-281-0/+1
| * | | mmc: sunxi: Support new modeMaxime Ripard2017-08-282-3/+9
| |/ /
* | | sandbox: Add a dummy invalidate_dcache_range() functionBin Meng2017-08-281-0/+4
* | | sh: Fix linking of ms7722seTom Rini2017-08-271-0/+4
|/ /
* | Merge git://git.denx.de/u-boot-shTom Rini2017-08-261-4/+5
|\ \
| * | arch/sh: don't bring common/env_embedded.o into the linkThomas Petazzoni2017-08-261-4/+0
| * | arch/sh: allow building in big-endian modeThomas Petazzoni2017-08-261-0/+5
| |/
* | Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini2017-08-262-0/+8
|\ \
| * | ARM: rmobile: Add u-boot, dm-pre-reloc to clock nodes on Gen3Marek Vasut2017-08-262-0/+8
| |/
* | Merge git://git.denx.de/u-boot-x86Tom Rini2017-08-266-1/+47
|\ \
| * | x86: tangier: kconfig: Guard tangier-specific optionsBin Meng2017-08-241-0/+4
| * | x86: baytrail: Fix turbo enableBin Meng2017-08-241-0/+1
| * | x86: Convert CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED to KconfigBin Meng2017-08-242-1/+8
| * | x86: kconfig: Imply CMD_PCIBin Meng2017-08-241-0/+1
| * | x86: fsp: Configure SPI opcode registers before SPI is locked downBin Meng2017-08-242-0/+33
| |/
* | spl: stm32: make falcon mode activation configurableVikas Manocha2017-08-261-1/+1
* | ARMv8/sec_firmware : Update chosen/kaslr-seed with random numberRuchika Gupta2017-08-263-3/+142
* | arch/arm/cpu/arm926ejs/spear/cpu.c: guard do_switch_ecc() with CONFIG_NAND_FSMCThomas Petazzoni2017-08-261-1/+1
* | board/spear/common: move code to arch/arm/cpu/arm926ejs/spear/Thomas Petazzoni2017-08-263-0/+425
* | board: atmel: Use the new PIT timer driverWenyou.Yang@microchip.com2017-08-261-0/+28
* | driver: timer: Add the Atmel PIT timer driverWenyou.Yang@microchip.com2017-08-262-0/+4
* | powerpc: Rework interrupt_init_cpu()Tom Rini2017-08-266-19/+6
* | arm: dts: am33xx: sync DTS with Linux 4.13-rc4Suniel Mahesh2017-08-261-6/+0
|/
* ARM: dts: uniphier: add dr_mode property to dwc3 nodeMasahiro Yamada2017-08-204-0/+7
* Revert "ARM: uniphier: fix ROM boot mode for PH1-sLD3"Masahiro Yamada2017-08-201-5/+0