summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-06-101-6/+5
|\
| * usb: hub: remove CONFIG_USB_HUB_MIN_POWER_ON_DELAYStephen Warren2014-06-011-5/+1
| * usb: hub: fix power good delay timingStephen Warren2014-06-011-3/+6
* | fs: fatwrite: use map_sysmem before use file_fat_writeWu, Josh2014-06-051-1/+5
* | nand_spl: remove nand_spl infrastructureMasahiro Yamada2014-06-051-1/+1
* | bootm: make use of legacy image format configurableHeiko Schocher2014-06-059-11/+65
* | env_eeprom: Assign default environment during board_init_fSiva Durga Prasad Paladugu2014-06-051-2/+10
* | Correct return code from builtin_run_command_list()Simon Glass2014-06-051-1/+1
* | Fix hush to give the correct return code for a simple commandSimon Glass2014-06-051-1/+3
* | Fix itest mask overflowSimon Glass2014-06-051-1/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-05-301-0/+1
|\
| * mkimage: add atmelimageAndreas Bießmann2014-05-271-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-293-73/+86
* | main: Hide the hush/simple details inside cli.cSimon Glass2014-05-293-15/+25
* | Simplify the main loopSimon Glass2014-05-291-27/+32
* | m68k: powerpc: Clean up do_mdm_initSimon Glass2014-05-292-21/+4
* | Rename bootretry functions and remove #ifdefsSimon Glass2014-05-297-40/+16
* | Move bootretry code into bootretry.c and clean upSimon Glass2014-05-299-55/+75
* | Move command line API into cli.cSimon Glass2014-05-293-93/+107
* | Move autoboot code to autoboot.cSimon Glass2014-05-293-364/+370
* | Add cli_ prefix to readline functionsSimon Glass2014-05-2910-30/+32
* | Split out simple parser and readline into separate filesSimon Glass2014-05-294-1013/+1021
* | move CLI prototypes to cli.h and add commentsSimon Glass2014-05-299-0/+9
* | Rename hush to cli_hushSimon Glass2014-05-293-4/+4
* | Remove unnecessary use of hush header fileSimon Glass2014-05-292-5/+0
* | dm: rename device struct to udeviceHeiko Schocher2014-05-272-4/+4
|/
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2014-05-236-334/+540
|\
| * cmd_mmc: use new mmc_select_hwpart() functionStephen Warren2014-05-231-15/+6
| * cmd_part: fix typo in part command help textStephen Warren2014-05-231-1/+1
| * eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' commandPierre Aubert2014-05-231-296/+510
| * Add the function 'confirm_yesno' for interactivePierre Aubert2014-05-234-36/+37
* | Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblazeTom Rini2014-05-221-4/+87
|\ \
| * | fpga: Added support to load bit stream from SD/MMCSiva Durga Prasad Paladugu2014-05-201-0/+40
| * | fpga: Add support to load partial bitstreamsMichal Simek2014-05-201-0/+33
| * | fpga: Define bitstream type based on command selectionMichal Simek2014-05-201-4/+6
| * | fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMKSiva Durga Prasad Paladugu2014-05-201-0/+8
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-05-221-1/+1
|\ \
| * \ Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD2014-05-207-47/+44
| |\ \ | | |/
| * | Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic2014-05-1529-287/+649
| |\ \
| * | | nand: remove CONFIG_SYS_NAND_PAGE_SIZETim Harvey2014-05-151-1/+1
* | | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-05-226-18/+239
|\ \ \ \ | |_|_|/ |/| | |
| * | | usb/gadget: add the fastboot gadgetSebastian Siewior2014-05-082-0/+38
| * | | image: add support for Android's boot image formatSebastian Siewior2014-05-084-6/+122
| * | | ums: allow the user to specify the device typeStephen Warren2014-05-081-4/+10
| * | | ums: move all variable declarations to the start of the blockStephen Warren2014-05-081-8/+16
| * | | ums: use get_device() not find_mmc_device();Stephen Warren2014-05-081-11/+14
| * | | ums: move IO support code to common locationStephen Warren2014-05-081-0/+46
| * | | usb: ums: add error handling for failed registrationStephen Warren2014-05-081-1/+5
* | | | common/board_f: Fix size variableYork Sun2014-05-121-1/+1
OpenPOWER on IntegriCloud