aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-24Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini78-527/+2383
2014-05-24Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD44-468/+1757
2014-05-23compulab: eeprom: enable any i2c driverIlya Ledvich2-2/+2
2014-05-23cm-t54: add environment partition runtime detectionDmitry Lifshitz2-0/+23
2014-05-23cm-t54: add EEPROM support and MAC address handlingDmitry Lifshitz2-0/+72
2014-05-23cm-t54: add cm-t54 board supportDmitry Lifshitz6-0/+487
2014-05-23am33xx: report silicon revision instead of codeSergey Alyoshin1-18/+23
2014-05-23ARM: OMAP: Fix omap_sdram_size calculationLokesh Vutla1-4/+7
2014-05-23arm, am33xx: Enable CONFIG_SYS_GENERIC_BOARD for siemens boardsHeiko Schocher1-0/+2
2014-05-23omap4: duovero: Add Gumstix DuoVero machine.Ash Charles6-0/+543
2014-05-23armv7:TI: Add <asm/ti-common/sys_proto.h> and migrate omap_hw_init_contextTom Rini7-112/+77
2014-05-23compulab: eeprom: add default eeprom addressIgor Grinberg1-0/+5
2014-05-23ARM: DRA7xx: ctrl: Fix efuse register addressesLokesh Vutla1-4/+4
2014-05-23ARM: DRA72x: Update EMIF dataLokesh Vutla3-3/+23
2014-05-23ARM: DRA72x: clocks: Update the hwdataLokesh Vutla1-0/+7
2014-05-23ARM: DRA72x: volt: Update the pmic offsetsKeerthy1-0/+32
2014-05-23ARM: DRA72x: Add Silicon ID supportLokesh Vutla3-0/+5
2014-05-23ARM: omap: merge GPMC initialization code for all platformpekon gupta6-110/+112
2014-05-23examples: select libgcc for non-default architectureAlexey Brodkin2-3/+2
2014-05-23doc:git-mailrc: Add entry for dfu subsystemƁukasz Majewski1-0/+2
2014-05-23Add myself as maintainer for chromebook-x86Simon Glass1-1/+1
2014-05-23Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'Albert ARIBAUD9-15/+55
2014-05-23Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'Albert ARIBAUD25-44/+571
2014-05-23ARM: omap5: add platform specific info for GPMC and ELM controllerspekon gupta4-6/+90
2014-05-23ARM: omap4: add platform specific info for GPMC and ELM controllerspekon gupta4-6/+90
2014-05-23omap3: overo: Use common configurations for OveroAsh Charles1-194/+28
2014-05-23Allow overo to boot with device treeAsh Charles1-20/+38
2014-05-23OMAP3: overo: add some Gumstix expansion boardsAsh Charles2-2/+56
2014-05-23Add Board Revision for Wireless chipAsh Charles2-0/+2
2014-05-23arm: omap3: Fix omap3_overo SPL boot hangupAsh Charles1-0/+6
2014-05-23OMAP3: overo: eliminate hard-coded partition offsetsAsh Charles1-9/+1
2014-05-23OMAP3: overo: increase linux partition to 8 MiBPeter A. Bigot1-2/+2
2014-05-23OMAP3: overo: add command support for mtd and ubiAsh Charles1-3/+37
2014-05-23omap: overo: allow the use of a plain text env file instead boot scriptsAsh Charles1-0/+10
2014-05-23esdhc/usdhc: Fix warning when CONFIG_SYS_FSL_ESDHC_USE_PIO is not setTom Rini1-0/+3
2014-05-23Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini19-365/+1009
2014-05-23cmd_mmc: use new mmc_select_hwpart() functionStephen Warren1-15/+6
2014-05-23mmc: provide a select_hwpart implementation for get_device()Stephen Warren3-1/+33