aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2014-06-11Check run_command() return code properlyThomas Betker1-5/+1
2014-06-11fdt: Update functions which write to an FDT to return -ENOSPCSimon Glass1-2/+2
2014-06-11hash: Export the function to show a hashSimon Glass1-4/+3
2014-06-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-6/+5
2014-06-05fs: fatwrite: use map_sysmem before use file_fat_writeWu, Josh1-1/+5
2014-06-05nand_spl: remove nand_spl infrastructureMasahiro Yamada1-1/+1
2014-06-05bootm: make use of legacy image format configurableHeiko Schocher9-11/+65
2014-06-05env_eeprom: Assign default environment during board_init_fSiva Durga Prasad Paladugu1-2/+10
2014-06-05Correct return code from builtin_run_command_list()Simon Glass1-1/+1
2014-06-05Fix hush to give the correct return code for a simple commandSimon Glass1-1/+3
2014-06-05Fix itest mask overflowSimon Glass1-1/+1
2014-06-01usb: hub: remove CONFIG_USB_HUB_MIN_POWER_ON_DELAYStephen Warren1-5/+1
2014-06-01usb: hub: fix power good delay timingStephen Warren1-3/+6
2014-05-30Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+1
2014-05-29main: Avoid unncessary strdup()/free()Simon Glass1-4/+2
2014-05-29main: Make the execution path a little clearer in main.cSimon Glass3-73/+86
2014-05-29main: Hide the hush/simple details inside cli.cSimon Glass3-15/+25
2014-05-29Simplify the main loopSimon Glass1-27/+32
2014-05-29m68k: powerpc: Clean up do_mdm_initSimon Glass2-21/+4
2014-05-29Rename bootretry functions and remove #ifdefsSimon Glass7-40/+16
2014-05-29Move bootretry code into bootretry.c and clean upSimon Glass9-55/+75
2014-05-29Move command line API into cli.cSimon Glass3-93/+107
2014-05-29Move autoboot code to autoboot.cSimon Glass3-364/+370
2014-05-29Add cli_ prefix to readline functionsSimon Glass10-30/+32
2014-05-29Split out simple parser and readline into separate filesSimon Glass4-1013/+1021
2014-05-29move CLI prototypes to cli.h and add commentsSimon Glass9-0/+9
2014-05-29Rename hush to cli_hushSimon Glass3-4/+4
2014-05-29Remove unnecessary use of hush header fileSimon Glass2-5/+0
2014-05-27dm: rename device struct to udeviceHeiko Schocher2-4/+4
2014-05-27mkimage: add atmelimageAndreas Bießmann1-0/+1
2014-05-23Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini6-334/+540
2014-05-23cmd_mmc: use new mmc_select_hwpart() functionStephen Warren1-15/+6
2014-05-23cmd_part: fix typo in part command help textStephen Warren1-1/+1
2014-05-23eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' commandPierre Aubert1-296/+510
2014-05-23Add the function 'confirm_yesno' for interactivePierre Aubert4-36/+37
2014-05-22Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblazeTom Rini1-4/+87
2014-05-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2014-05-22Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini6-18/+239
2014-05-20fpga: Added support to load bit stream from SD/MMCSiva Durga Prasad Paladugu1-0/+40
2014-05-20fpga: Add support to load partial bitstreamsMichal Simek1-0/+33
2014-05-20fpga: Define bitstream type based on command selectionMichal Simek1-4/+6
2014-05-20fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMKSiva Durga Prasad Paladugu1-0/+8
2014-05-20Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD7-47/+44
2014-05-15Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic29-287/+649
2014-05-15nand: remove CONFIG_SYS_NAND_PAGE_SIZETim Harvey1-1/+1
2014-05-12common/board_f: Fix size variableYork Sun1-1/+1
2014-05-12common/board_f: Initialized global data for generic boardYork Sun1-5/+7
2014-05-12cmd_bootm.c: Only say XIP image when load is image_startTom Rini1-1/+1
2014-05-12hush shell: Avoid string write overflow when entering max cmd lengthKristian Otnes1-1/+1
2014-05-12cmd_time: do not show ticksMasahiro Yamada1-2/+1