summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2014-06-19fdt_support: delete force argument of fdt_initrd()Masahiro Yamada
2014-06-19fdt_support: refactor with fdt_find_or_add_subnode helper funcMasahiro Yamada
2014-06-19fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTRMasahiro Yamada
2014-06-19ARM: fdt support: Add usbethaddr as an acceptable MACDan Murphy
2014-06-12cmd_mmc: make mmc dev always re-probe the HWStephen Warren
2014-06-12cmd_mmc: Use init_mmc_device() from do_mmc_rescan()Stephen Warren
2014-06-12cmd_mmc: add force_init parameter to init_mmc_device()Stephen Warren
2014-06-12cmd_mmc: default to HW partition 0 if not specifiedStephen Warren
2014-06-11common/xyzModem.c: move empty statements to newlineJeroen Hofstee
2014-06-11common/cli_hush.c: remove unnecessary double bracesJeroen Hofstee
2014-06-11common: hash: zero end the string instead of the pointerJeroen Hofstee
2014-06-11Use run_command_repeatable()Thomas Betker
2014-06-11Add run_command_repeatable()Thomas Betker
2014-06-11Check run_command() return code properlyThomas Betker
2014-06-11fdt: Update functions which write to an FDT to return -ENOSPCSimon Glass
2014-06-11hash: Export the function to show a hashSimon Glass
2014-06-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
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-06-01usb: hub: remove CONFIG_USB_HUB_MIN_POWER_ON_DELAYStephen Warren
2014-06-01usb: hub: fix power good delay timingStephen Warren
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