summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* vexpress64: support the Juno Development PlatformLinus Walleij2015-01-301-0/+4
* vexpress64: get rid of CONFIG_SYS_EXTRA_OPTIONSLinus Walleij2015-01-301-1/+13
* Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2015-01-264-1/+21
|\
| * ARM: atmel: sama5d4: add usb device initial codeBo Shen2015-01-191-0/+16
| * ARM: atmel: sama5d4: add usb platform dataBo Shen2015-01-191-1/+1
| * arm, arm926ejs: make thumb mode compileableHeiko Schocher2015-01-192-0/+4
* | Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini2015-01-268-5/+51
|\ \
| * | ARM: zynq: List qspi, smc and nand baseaddressesMichal Simek2015-01-261-0/+3
| * | ARM: zynq: List nand, qspi and jtag boot modesMichal Simek2015-01-262-0/+11
| * | ARM: zynq: slcr: Dont modify the reserved bitsSiva Durga Prasad Paladugu2015-01-261-1/+1
| * | ARM: zynq: ddrc: Setup half of memory only for ECC caseMichal Simek2015-01-261-0/+2
| * | ARM: zynq: Remove empty lineMichal Simek2015-01-261-1/+0
| * | ARM: zynq: Enable the Neon instructionsMichal Simek2015-01-264-3/+34
* | | Merge branch 'master' of git://git.denx.de/u-boot-marvellTom Rini2015-01-251-3/+8
|\ \ \
| * | | ARM: kirkwood: fix cpu info for 6282 device idLuka Perkov2015-01-251-3/+8
* | | | fsl/ls1021qds: Add deep sleep supporttang yuantian2015-01-241-0/+19
* | | | ls102xa: fdt: Disable QSPI and DSPI in NOR/NAND/SD bootAlison Wang2015-01-232-0/+17
* | | | arm: ls102xa: Update snoop settings for CCI-400Alison Wang2015-01-231-0/+2
* | | | ARM: HYP/non-sec: Make variable gic_dist_addr as a local onetang yuantian2015-01-231-2/+7
* | | | crypto/fsl: Add fixup for crypto nodeRuchika Gupta2015-01-231-0/+17
* | | | 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-2314-157/+620
|\ \ \
| * | | 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 sun9i (A80) clock setup supportHans de Goede2015-01-222-0/+69
| * | | 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: Drop pll6 setting from clock_init_uartHans de Goede2015-01-221-4/+1
| * | | 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-2212-1126/+128
|\ \ \ \
| * | | | 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 non-sense inline directivesMasahiro Yamada2015-01-233-6/+6
| * | | | ARM: UniPhier: add static to local functionsMasahiro Yamada2015-01-236-15/+15
| * | | | ARM: UniPhier: fix IECTRL set code for PH1-Pro4Masahiro Yamada2015-01-231-1/+1
| * | | | ARM: UniPhier: describe init_page_table shorterMasahiro Yamada2015-01-232-1069/+26
| * | | | ARM: UniPhier: fix comments in SoC Glue init functionMasahiro Yamada2015-01-232-2/+2
| * | | | ARM: UniPhier: remove __packed that causes a problem on GCC 4.9Masahiro Yamada2015-01-231-1/+1
| |/ / /
* | | | Merge branch 'phys_t' of git://www.denx.de/git/u-boot-microblazeTom Rini2015-01-221-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | mmc: zynq: Use phys_addr_t for addressesMichal Simek2015-01-211-1/+1
* | | | sunxi: Restore lowlevel_init usageHans de Goede2015-01-211-21/+21
|/ / /
* | | Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2015-01-206-0/+192
|\ \ \
| * | | mmc: rmobile: Add SDHC support for Renesas rmobile ARM SoCNobuhiro Iwamatsu2015-01-196-0/+192
| | |/ | |/|
OpenPOWER on IntegriCloud