summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | imx:mx6 update fuse_bank0_regsPeng Fan2015-02-101-4/+8
| * | imx:mx6sx add dram io configure for mx6sxPeng Fan2015-01-221-0/+46
* | | Merge branch 'microblaze' of git://git.denx.de/u-boot-microblazeTom Rini2015-02-091-1/+0
|\ \ \
| * | | common: Move dram_init() declaration to common locationMichal Simek2015-02-091-1/+0
| | |/ | |/|
* | | Merge git://git.denx.de/u-boot-marvellTom Rini2015-02-062-0/+20
|\ \ \
| * | | arm: armada-xp: Add SPL support used to include the DDR training codeStefan Roese2015-02-061-0/+13
| * | | arm: maxbcm: Enable SPL to include DDR training code into U-BootStefan Roese2015-02-061-0/+3
| * | | arm: armada-xp: Change built target to include the SPL binary as bin_hdrStefan Roese2015-02-061-0/+4
| |/ /
* | | ARM: UniPhier: refactor pinmon commandMasahiro Yamada2015-02-071-1/+1
* | | ARM: UniPhier: remove dummy gpio.hMasahiro Yamada2015-02-071-6/+0
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini2015-02-025-5/+111
|\ \
| * | omap3: add some MUX definitions for upcoming cairoAlbert ARIBAUD \(3ADEV\)2015-01-291-2/+49
| * | omap3: mmc: add 1.8v bias setting for MMC1Albert ARIBAUD \(3ADEV\)2015-01-291-0/+1
| * | omap3: add SDRC settings for Samsung K4X51163PGAlbert ARIBAUD \(3ADEV\)2015-01-291-0/+43
| * | omap3: make SDRC SHARING setting configurableAlbert ARIBAUD \(3ADEV\)2015-01-291-0/+1
| * | ARM: OMAP5: DRA7xx: Add support for power rail groupingLubomir Popov2015-01-291-3/+17
* | | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2015-02-025-4/+18
|\ \ \
| * | | sunxi: rsb: Move rsb_set_device_mode() call to rsb_init()Hans de Goede2015-02-021-2/+2
| * | | sunxi: rsb: Add sun9i (A80 support)Hans de Goede2015-02-022-2/+12
| * | | sunxi: Add a GMAC Transmit Clock Delay Chain Kconfig optionHans de Goede2015-02-022-0/+4
| |/ /
* | | exynos5: pinmux: check flag for i2c configPrzemyslaw Marczak2015-01-291-0/+3
* | | dm: mmc: Remove use of fdtdec GPIO supportSimon Glass2015-01-292-3/+4
* | | dm: zynq: Remove inline gpio functionsSimon Glass2015-01-291-15/+0
* | | dm: tegra: video: Remove use of fdtdec GPIO supportSimon Glass2015-01-291-4/+5
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2015-01-261-1/+1
|\ \
| * | ARM: atmel: sama5d4: add usb platform dataBo Shen2015-01-191-1/+1
| |/
* | Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini2015-01-261-0/+5
|\ \
| * | ARM: zynq: List qspi, smc and nand baseaddressesMichal Simek2015-01-261-0/+3
| * | ARM: zynq: List nand, qspi and jtag boot modesMichal Simek2015-01-261-0/+2
* | | ls102xa: fdt: Disable QSPI and DSPI in NOR/NAND/SD bootAlison Wang2015-01-231-0/+4
* | | arm: ls102xa: Update snoop settings for CCI-400Alison Wang2015-01-231-0/+2
* | | arm: ls102xa: Add dummy gpio.h to enable CONFIG_OF_CONTROLRuchika Gupta2015-01-231-0/+15
* | | ls102xa: etsec: Select ge0_clk125 for eTSEC clock muxing as defaultAlison Wang2015-01-231-0/+2
* | | arm/ls1021a: Add workaround for DDR erratum A008378York Sun2015-01-231-0/+1
* | | Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2015-01-2311-153/+550
|\ \ \
| * | | sunxi: Hookup OTG USB controller supportHans de Goede2015-01-221-0/+2
| * | | sunxi: video: Use frontend for dma on sun4i to fix memory bandwidth problemsHans de Goede2015-01-222-0/+120
| * | | sunxi: Stop differentiating between 512M and 1G variants of the same boardHans de Goede2015-01-221-1/+1
| * | | sunxi: mmc: Add support for sun9i (A80)Hans de Goede2015-01-221-2/+6
| * | | sun9i: Add clock_sun9i.h with ccu register layout for sun9iHans de Goede2015-01-222-0/+141
| * | | sun9i: Add cpu_sun9i.h with iomem definesHans de Goede2015-01-222-0/+112
| * | | sunxi: Rename cpu.h to cpu_sun4i.hHans de Goede2015-01-222-145/+157
| * | | sunxi: Move clock_get_pllX / clock_set_pllX protos to mach specific headersHans de Goede2015-01-223-4/+12
| * | | sunxi: display: Make lcd display clk phase configurableHans de Goede2015-01-221-3/+1
* | | | Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2015-01-222-33/+78
|\ \ \ \
| * | | | ARM: UniPhier: add SG_MEMCONF macros for DDR channel 2Masahiro Yamada2015-01-231-0/+44
| * | | | ARM: UniPhier: rename SG_MEMCONF_* macros for readabilityMasahiro Yamada2015-01-231-20/+20
| * | | | ARM: UniPhier: use <linux/sizes.h> for readabilityMasahiro Yamada2015-01-231-12/+13
| * | | | ARM: UniPhier: remove __packed that causes a problem on GCC 4.9Masahiro Yamada2015-01-231-1/+1
| |/ / /
* | | | mmc: zynq: Use phys_addr_t for addressesMichal Simek2015-01-211-1/+1
|/ / /
OpenPOWER on IntegriCloud