aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-30powerpc: mpc8260ads: remove orphan boardMasahiro Yamada9-1616/+1
2014-05-30powerpc: adder: remove orphan boardMasahiro Yamada6-393/+1
2014-05-30PPC4xx: Remove quad100hd boardWolfgang Denk6-425/+12
2014-05-30Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini70-54/+4112
2014-05-29main: Avoid unncessary strdup()/free()Simon Glass1-4/+2
2014-05-29main: Make the execution path a little clearer in main.cSimon Glass5-75/+145
2014-05-29main: Hide the hush/simple details inside cli.cSimon Glass4-16/+37
2014-05-29Simplify the main loopSimon Glass1-27/+32
2014-05-29m68k: powerpc: Clean up do_mdm_initSimon Glass5-36/+5
2014-05-29Rename bootretry functions and remove #ifdefsSimon Glass11-57/+52
2014-05-29Move bootretry code into bootretry.c and clean upSimon Glass13-57/+108
2014-05-29Move command line API into cli.cSimon Glass3-93/+107
2014-05-29Move autoboot code to autoboot.cSimon Glass4-364/+393
2014-05-29Add cli_ prefix to readline functionsSimon Glass18-63/+67
2014-05-29Split out simple parser and readline into separate filesSimon Glass5-1013/+1026
2014-05-29move CLI prototypes to cli.h and add commentsSimon Glass18-4/+118
2014-05-29Rename hush to cli_hushSimon Glass6-8/+8
2014-05-29Remove unnecessary use of hush header fileSimon Glass6-14/+1
2014-05-27Merge branch 'master' of git://git.denx.de/u-boot-arcTom Rini4-0/+154
2014-05-27tb100 - add Abilis TB100 boardAlexey Brodkin4-0/+154
2014-05-27Prepare v2014.07-rc2v2014.07-rc2Tom Rini1-1/+1
2014-05-27dm: rename device struct to udeviceHeiko Schocher30-191/+193
2014-05-27ARM: at91sam9m10g45ek: add mmc environment configuration supportWu, Josh2-0/+20
2014-05-27ARM: at91sam9m10g45ek: enable mci0 supportWu, Josh3-1/+41
2014-05-27ARM: at91: remove redundant ARM926EJS definition in board config filesWu, Josh3-4/+0
2014-05-27at91: remove redundant AT91FAMILY definition in board config fileWu, Josh9-10/+0
2014-05-27ARM: at91sam9x5: define the AT91FAMILY and ARM926EJS in SoC headerWu, Josh1-0/+3
2014-05-27ARM: at91: remove AT91X40 macro since it is not use any moreWu, Josh1-2/+0
2014-05-27sama5d3xek: enable PMECC header generationAndreas Bießmann1-0/+1
2014-05-27arm:at91: enable ROM loadable atmel imageAndreas Bießmann5-0/+95
2014-05-27mkimage: add atmelimageAndreas Bießmann6-0/+348
2014-05-27corvus: remove unneeded CONFIG_AT91_LEGACYAndreas Bießmann1-1/+0
2014-05-27mmc: atmel_mci: fix print incorrect buffer content for debugWu, Josh1-2/+3
2014-05-27gpio: at91: add sanity check for the NULL pointerWu, Josh1-1/+2
2014-05-27ARM: atmel: at91sam9x5ek: convert to generic boardBo Shen1-0/+2
2014-05-27ARM: atmel: at91sam9m10g45ek: convert to generic boardBo Shen1-0/+2
2014-05-27ARM: atmel: sama5d3_xplained: convert to generic boardBo Shen1-0/+2
2014-05-27ARM: atmel: sama5d3xek: convert to generic boardBo Shen1-0/+2
2014-05-27ARM: atmel: enable SPL on sama5d3_xplained boardBo Shen2-0/+137
2014-05-27ARM: atmel: switch to main crystal osc for SPL bootBo Shen2-0/+43
2014-05-25net/designware: Make DMA burst length configurable and reduce by defaultIan Campbell2-7/+7
2014-05-25net/designware: reorder struct dw_eth_dev to pack more efficiently.Ian Campbell1-6/+5
2014-05-25net/designware: ensure cache invalidations are aligned to ARCH_DMA_MINALIGNIan Campbell1-5/+13
2014-05-25net/designware: ensure device private data is DMA aligned.Ian Campbell1-1/+2
2014-05-25sunxi: non-FEL SPL boot support for sun7iIan Campbell9-0/+255
2014-05-25sunxi: mmc supportIan Campbell5-0/+702
2014-05-25sunxi: add gmac Ethernet supportIan Campbell6-1/+75
2014-05-25sunxi: add support for Cubietruck booting in FEL modeIan Campbell3-0/+33
2014-05-25sunxi: add sun7i cpu, board and start of day supportIan Campbell12-1/+572
2014-05-25sunxi: add sun7i dram setup supportIan Campbell3-0/+773