summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://88.191.163.10/u-boot-armTom Rini2013-08-1859-763/+2311
|\
| * Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-08-175-3/+61
| |\
| | * Merge git://git.denx.de/u-boot-armStefano Babic2013-07-31765-11777/+923
| | |\
| | * | imx: nitrogen6x: mx6qsabrelite: Add support for DVI monitorsRobert Winkler2013-07-272-2/+4
| | * | mx6: Factor out common HDMI setup codePardeep Kumar Singla2013-07-274-1/+57
| * | | Add TI816X supportTENART Antoine2013-08-1516-117/+1076
| * | | Prepare for TI816X : reuse existing code from TI814XTENART Antoine2013-08-152-2/+2
| * | | arm, da850: enable the correct uart in arch_cpu_init()Heiko Schocher2013-08-151-0/+4
| * | | arm/davinci/da850: add uart0_pins_rtscts and RMII_MHz_50_CLK in emac_pins_rmi...Heiko Schocher2013-08-152-1/+8
| * | | arm: spl: For Falcon Mode, set a default machid of ~0Tom Rini2013-08-151-1/+6
| * | | omap: emif: Set initial DDR PHY config firstTaras Kondratiuk2013-08-151-1/+1
| * | | ARM: omap24xx: remove remainders of dead boardMasahiro Yamada2013-08-153-193/+0
| * | | ARM: omap3: Implement dpll5 (HSUSB clk) workaround for OMAP36xx/AM/DM37xx acc...Naumann Andreas2013-08-154-1/+60
| * | | ARM: AM43xx: Add build supportLokesh Vutla2013-08-152-2/+3
| * | | ARM: OMAP: Add CONFIG_OMAP_COMMONLokesh Vutla2013-08-152-2/+2
| * | | ARM: AM43xx: clocks: Add dpll and clock dataLokesh Vutla2013-08-152-1/+116
| * | | ARM: AM43xx: Add header filesLokesh Vutla2013-08-159-20/+378
| * | | ARM: AM33xx: Move s_init to a common placeHeiko Schocher2013-08-154-10/+72
| * | | ARM: AM33xx: Cleanup clocks layerLokesh Vutla2013-08-157-219/+174
| * | | ARM: AM33xx: Cleanup dplls dataLokesh Vutla2013-08-157-182/+227
| | |/ | |/|
| * | am335x_evm: Add support to boot from NOR.Steve Kipisz2013-07-302-2/+6
| * | am335x_evm: Add support for the NOR module on the memory capeSteve Kipisz2013-07-302-0/+13
| * | am33xx: Correct gpmc_cfg->irqstatus/enableTom Rini2013-07-301-2/+2
| * | ARM: DRA7xx: Add CPSW support to DRA7xx EVMMugunthan V N2013-07-264-0/+40
| * | ARM: DRA7xx: Enable GMAC clock controlMugunthan V N2013-07-263-1/+12
| * | ARM: DRA7xx: Lock DPLL_GMACLokesh Vutla2013-07-264-0/+32
| * | omap3/sys_info: fix printout of OMAP36XX L3 freqencyAndreas Bießmann2013-07-261-3/+3
| * | arm: omap3: spl: Fix problem with 8bit NAND devicesStefan Roese2013-07-261-0/+12
| * | Merge branch 'u-boot/master' into u-boot-arm/masterAlbert ARIBAUD2013-07-25765-11762/+795
| |\ \
| * | | ARM: highbank: avoid bss write in timer_initRob Herring2013-07-251-2/+0
| * | | ARM: highbank: set timer prescaler to 256Rob Herring2013-07-252-2/+6
| * | | ARM: highbank: fix get_tbclk value to timer rateRob Herring2013-07-251-1/+1
| * | | ARM: move interrupt_init to before relocationRob Herring2013-07-251-2/+1
| | |/ | |/|
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-videoTom Rini2013-08-124-114/+4
|\ \ \
| * | | exynos: video: change mipi dsi write function parameters correctlyDonghwa Lee2013-08-121-1/+1
| * | | arm, am33xx: add clk_get prototypeHeiko Schocher2013-08-101-0/+1
| * | | video, da8xx: move da8xx-fb.h to drivers/videoHeiko Schocher2013-08-101-113/+0
| * | | dma: apbh: Add special circular mode for LCDMarek Vasut2013-08-091-0/+2
* | | | spi: Add zynq spi controller driverJagannadha Sutradharudu Teki2013-08-071-0/+2
|/ / /
* | | config: don't define CONFIG_ARCH_DEVICE_TREEStephen Warren2013-08-023-48/+0
| |/ |/|
* | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-247-4/+22
|\ \
| * | vf610: Add I2C support for Vybrid VF610 platformAlison Wang2013-07-235-0/+14
| * | i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher2013-07-232-4/+3
| * | i2c: common changes for multibus/multiadapter supportHeiko Schocher2013-07-231-1/+6
| |/
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24765-11758/+773
|/
* Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach2013-07-161-1/+1
* arm:exynos:fix: Fix clock calculation for Exynos4210 based targets.Łukasz Majewski2013-07-161-5/+4
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-07-1241-182/+5446
|\
| * ARM: Tegra: USB: EHCI: Add support for Tegra30/Tegra114Jim Lin2013-07-115-139/+532
| * ARM: Tegra: FDT: Add USB EHCI function for T30/T114Jim Lin2013-07-112-0/+54
OpenPOWER on IntegriCloud