summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2014-06-05fs: fatwrite: use map_sysmem before use file_fat_writeWu, Josh
2014-06-05nand_spl: remove nand_spl infrastructureMasahiro Yamada
2014-06-05bootm: make use of legacy image format configurableHeiko Schocher
2014-06-05env_eeprom: Assign default environment during board_init_fSiva Durga Prasad Paladugu
2014-06-05Correct return code from builtin_run_command_list()Simon Glass
2014-06-05Fix hush to give the correct return code for a simple commandSimon Glass
2014-06-05Fix itest mask overflowSimon Glass
2014-05-30Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-05-29main: Avoid unncessary strdup()/free()Simon Glass
2014-05-29main: Make the execution path a little clearer in main.cSimon Glass
2014-05-29main: Hide the hush/simple details inside cli.cSimon Glass
2014-05-29Simplify the main loopSimon Glass
2014-05-29m68k: powerpc: Clean up do_mdm_initSimon Glass
2014-05-29Rename bootretry functions and remove #ifdefsSimon Glass
2014-05-29Move bootretry code into bootretry.c and clean upSimon Glass
2014-05-29Move command line API into cli.cSimon Glass
2014-05-29Move autoboot code to autoboot.cSimon Glass
2014-05-29Add cli_ prefix to readline functionsSimon Glass
2014-05-29Split out simple parser and readline into separate filesSimon Glass
2014-05-29move CLI prototypes to cli.h and add commentsSimon Glass
2014-05-29Rename hush to cli_hushSimon Glass
2014-05-29Remove unnecessary use of hush header fileSimon Glass
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-05-27mkimage: add atmelimageAndreas Bießmann
2014-05-23Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2014-05-23cmd_mmc: use new mmc_select_hwpart() functionStephen Warren
2014-05-23cmd_part: fix typo in part command help textStephen Warren
2014-05-23eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' commandPierre Aubert
2014-05-23Add the function 'confirm_yesno' for interactivePierre Aubert
2014-05-22Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblazeTom Rini
2014-05-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-05-22Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2014-05-20fpga: Added support to load bit stream from SD/MMCSiva Durga Prasad Paladugu
2014-05-20fpga: Add support to load partial bitstreamsMichal Simek
2014-05-20fpga: Define bitstream type based on command selectionMichal Simek
2014-05-20fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMKSiva Durga Prasad Paladugu
2014-05-20Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD
2014-05-15Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic
2014-05-15nand: remove CONFIG_SYS_NAND_PAGE_SIZETim Harvey
2014-05-12common/board_f: Fix size variableYork Sun
2014-05-12common/board_f: Initialized global data for generic boardYork Sun
2014-05-12cmd_bootm.c: Only say XIP image when load is image_startTom Rini
2014-05-12hush shell: Avoid string write overflow when entering max cmd lengthKristian Otnes
2014-05-12cmd_time: do not show ticksMasahiro Yamada
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada
2014-05-09Merge branch 'tom' of git://git.denx.de/u-boot-x86Tom Rini
2014-05-09Make 'run' use run_command_list() instead of run_command()Simon Glass
2014-05-09sandbox: Support 'env import' and 'env export'Simon Glass
2014-05-09Merge branch 'u-boot/master'Albert ARIBAUD
2014-05-08usb/gadget: add the fastboot gadgetSebastian Siewior