summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | arm: lager: Add support QSPI device and enable boot from SPI flashNobuhiro Iwamatsu2014-01-161-4/+29
| * | | spi: sh_qspi: Add header file that defines the address of registersNobuhiro Iwamatsu2014-01-161-1/+2
| * | | arm: rmobile: Add SH QSPI base register addressNobuhiro Iwamatsu2014-01-162-0/+2
| * | | arm: lager: Disable TMU0 before OS bootNobuhiro Iwamatsu2014-01-161-0/+6
| * | | arm: koelsch: Disable TMU0 before OS bootNobuhiro Iwamatsu2014-01-161-0/+6
| * | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2014-01-1513-3/+691
| |\ \ \ | | |/ /
| | * | mx6: Add initial support for the Hummingboard soloFabio Estevam2014-01-1510-0/+675
| | * | mx6: clock: Pass the frequency as argument of enable_fec_anatop_clock()Fabio Estevam2014-01-153-3/+16
* | | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-01-1428-1093/+61
|\ \ \ \ | |/ / /
| * | | arm: use canonical sub mnemonicAndreas Bießmann2014-01-142-2/+2
| * | | Merge 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2014-01-1411-53/+45
| |\ \ \ | | |/ /
| | * | mx6slevk: Include "mx6_common.h"Fabio Estevam2014-01-131-0/+1
| | * | imx6: make use of lldiv(..)Christian Gmeiner2014-01-131-1/+2
| | * | wandboard: Set default environment to use zImageJohn Weber2014-01-131-10/+10
| | * | mx6sabresd: Add eMMC specific environment to allow U-Boot updateOtavio Salvador2014-01-132-0/+25
| | * | mx6slevk: Return from cpu_eth_init() directlyFabio Estevam2014-01-131-9/+1
| | * | mx6sabresd: Return from cpu_eth_init() directlyFabio Estevam2014-01-131-7/+1
| | * | mx6qsabreauto: Return from cpu_eth_init() directlyFabio Estevam2014-01-131-7/+1
| | * | mx6qarm2: Remove unneeded error message when cpu_eth_init() failsFabio Estevam2014-01-131-5/+2
| | * | titanium: Return from cpu_eth_init() directlyFabio Estevam2014-01-131-7/+1
| | * | wandboard: Return from cpu_eth_init() directlyFabio Estevam2014-01-131-7/+1
| * | | arm: put .hash, .got.plt and .machine_param back in binariesAlbert ARIBAUD2014-01-144-4/+10
| * | | mx1ads: remove board supportAlbert ARIBAUD2014-01-147-733/+1
| * | | mini2440: remove board supportAlbert ARIBAUD2014-01-146-301/+3
* | | | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2014-01-141-2/+2
|\ \ \ \
| * | | | net: phy: atheros: Fix the masks for AR8031/8035Fabio Estevam2014-01-141-2/+2
* | | | | mmc: dwmmc: mode change to 0644Minkyu Kang2014-01-141-0/+0
* | | | | common, env: optimize boottimeHeiko Schocher2014-01-142-2/+15
* | | | | board: nios2: Add CONFIG_CFI_FLASH_MTD guard to flash.h header includeEzequiel Garcia2014-01-141-0/+2
* | | | | bootm: Reinstate special case for standalone imagesSimon Glass2014-01-141-9/+12
* | | | | fuelgauge: max17042: fix i2c read issue which causes infinity loop.Przemyslaw Marczak2014-01-141-34/+86
* | | | | common/image.c: move VxWorks header string out of CONFIG_CMD_ELFmiao.yan@windriver.com2014-01-141-1/+1
* | | | | command.c: Fix auto-completion for the full commands list caseAndrew Gabbasov2014-01-141-2/+2
* | | | | lzma: fix buffer bound check errorAntonios Vamporakis2014-01-141-1/+4
|/ / / /
* | | | Prepare v2014.01-rc3Tom Rini2014-01-131-1/+1
* | | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-01-133-1/+15
|\ \ \ \ | |/ / /
| * | | ARM: pxa: Fix OneNAND window access on VPAC270Marek Vasut2014-01-131-1/+1
| * | | ARM: pxa: Fix OneNAND SPL buildsMarek Vasut2014-01-132-0/+14
| | |/ | |/|
* | | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2014-01-1316-198/+1171
|\ \ \
| * | | sf: params: Removed flag SECT_4K for Micron N25Q128Siva Durga Prasad Paladugu2014-01-121-2/+2
| * | | doc: SPI: Update status.txtJagannadha Sutradharudu Teki2014-01-121-5/+6
| * | | sf: Add CONFIG_SF_DUAL_FLASHJagannadha Sutradharudu Teki2014-01-124-5/+20
| * | | sf: Add dual memories support - DUAL_PARALLELJagannadha Sutradharudu Teki2014-01-125-9/+45
| * | | sf: Add dual memories support - DUAL_STACKEDJagannadha Sutradharudu Teki2014-01-126-11/+138
| * | | sf: ops: Unify read_ops bank configurationJagannadha Sutradharudu Teki2014-01-121-8/+5
| * | | sf: Code cleanupsJagannadha Sutradharudu Teki2014-01-124-14/+12
| * | | sf: Divide flash register ops from QEB codeJagannadha Sutradharudu Teki2014-01-113-53/+77
| * | | sf: probe: Enable macronix quad read/write cmds supportJagannadha Sutradharudu Teki2014-01-111-4/+4
| * | | sf: Add macronix set QEB supportJagannadha Sutradharudu Teki2014-01-113-0/+35
| * | | sf: Discover read dummy_byteJagannadha Sutradharudu Teki2014-01-114-7/+32
OpenPOWER on IntegriCloud