summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dfu: Introduction of the "dfu_hash_algo" env variable for checksum method set...Lukasz Majewski2014-06-011-5/+47
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-05-3070-54/+4112
|\
| * ARM: at91sam9m10g45ek: add mmc environment configuration supportWu, Josh2014-05-272-0/+20
| * ARM: at91sam9m10g45ek: enable mci0 supportWu, Josh2014-05-273-1/+41
| * ARM: at91: remove redundant ARM926EJS definition in board config filesWu, Josh2014-05-273-4/+0
| * at91: remove redundant AT91FAMILY definition in board config fileWu, Josh2014-05-279-10/+0
| * ARM: at91sam9x5: define the AT91FAMILY and ARM926EJS in SoC headerWu, Josh2014-05-271-0/+3
| * ARM: at91: remove AT91X40 macro since it is not use any moreWu, Josh2014-05-271-2/+0
| * sama5d3xek: enable PMECC header generationAndreas Bießmann2014-05-271-0/+1
| * arm:at91: enable ROM loadable atmel imageAndreas Bießmann2014-05-275-0/+95
| * mkimage: add atmelimageAndreas Bießmann2014-05-276-0/+348
| * corvus: remove unneeded CONFIG_AT91_LEGACYAndreas Bießmann2014-05-271-1/+0
| * mmc: atmel_mci: fix print incorrect buffer content for debugWu, Josh2014-05-271-2/+3
| * gpio: at91: add sanity check for the NULL pointerWu, Josh2014-05-271-1/+2
| * ARM: atmel: at91sam9x5ek: convert to generic boardBo Shen2014-05-271-0/+2
| * ARM: atmel: at91sam9m10g45ek: convert to generic boardBo Shen2014-05-271-0/+2
| * ARM: atmel: sama5d3_xplained: convert to generic boardBo Shen2014-05-271-0/+2
| * ARM: atmel: sama5d3xek: convert to generic boardBo Shen2014-05-271-0/+2
| * ARM: atmel: enable SPL on sama5d3_xplained boardBo Shen2014-05-272-0/+137
| * ARM: atmel: switch to main crystal osc for SPL bootBo Shen2014-05-272-0/+43
| * net/designware: Make DMA burst length configurable and reduce by defaultIan Campbell2014-05-252-7/+7
| * net/designware: reorder struct dw_eth_dev to pack more efficiently.Ian Campbell2014-05-251-6/+5
| * net/designware: ensure cache invalidations are aligned to ARCH_DMA_MINALIGNIan Campbell2014-05-251-5/+13
| * net/designware: ensure device private data is DMA aligned.Ian Campbell2014-05-251-1/+2
| * sunxi: non-FEL SPL boot support for sun7iIan Campbell2014-05-259-0/+255
| * sunxi: mmc supportIan Campbell2014-05-255-0/+702
| * sunxi: add gmac Ethernet supportIan Campbell2014-05-256-1/+75
| * sunxi: add support for Cubietruck booting in FEL modeIan Campbell2014-05-253-0/+33
| * sunxi: add sun7i cpu, board and start of day supportIan Campbell2014-05-2512-1/+572
| * sunxi: add sun7i dram setup supportIan Campbell2014-05-253-0/+773
| * sunxi: add sun7i pinmux and gpio supportIan Campbell2014-05-253-0/+209
| * sunxi: add sun7i clocks and timer support.Ian Campbell2014-05-258-0/+727
| * boards.cfg: update highbank maintainer emailRob Herring2014-05-251-1/+1
| * arm: vf610: add DDR_SEL_PAD_CONTR registerStefan Agner2014-05-252-1/+3
| * Arm64 fix a bug of vbar_el3 initializationDavid Feng2014-05-251-2/+2
| * ARM: highbank: convert to generic boardRob Herring2014-05-251-0/+1
| * lsxl: rework boot scriptsMichael Walle2014-05-251-9/+31
| * lsxl: use 64bit for LBA48 to support 4 TB drivesMichael Walle2014-05-251-0/+1
* | main: Avoid unncessary strdup()/free()Simon Glass2014-05-291-4/+2
* | main: Make the execution path a little clearer in main.cSimon Glass2014-05-295-75/+145
* | main: Hide the hush/simple details inside cli.cSimon Glass2014-05-294-16/+37
* | Simplify the main loopSimon Glass2014-05-291-27/+32
* | m68k: powerpc: Clean up do_mdm_initSimon Glass2014-05-295-36/+5
* | Rename bootretry functions and remove #ifdefsSimon Glass2014-05-2911-57/+52
* | Move bootretry code into bootretry.c and clean upSimon Glass2014-05-2913-57/+108
* | Move command line API into cli.cSimon Glass2014-05-293-93/+107
* | Move autoboot code to autoboot.cSimon Glass2014-05-294-364/+393
* | Add cli_ prefix to readline functionsSimon Glass2014-05-2918-63/+67
* | Split out simple parser and readline into separate filesSimon Glass2014-05-295-1013/+1026
* | move CLI prototypes to cli.h and add commentsSimon Glass2014-05-2918-4/+118
OpenPOWER on IntegriCloud