summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Enhance fit_check_sign to check all imagesSimon Glass2-1/+73
2014-06-19bootm: Move decompression code into its own functionSimon Glass1-27/+48
2014-06-19Allow compiling common/bootm.c on with HOSTCCSimon Glass1-4/+14
2014-06-19Fix small 'case' typo in image-fit.cSimon Glass1-1/+1
2014-06-19bootm: Support android boot on sandboxSimon Glass1-1/+1
2014-06-19image: Remove the fit_load_image() property parameterSimon Glass4-5/+30
2014-06-19bootm: Split out code from cmd_bootm.cSimon Glass4-1338/+1301
2014-06-19Reverse the meaning of the fit_config_verify() return codeSimon Glass3-4/+4
2014-06-19hash: Use uint8_t in preference to u8Simon Glass1-6/+6
2014-06-19fdt_support: correct the return condition of fdt_initrd()Masahiro Yamada1-4/+4
2014-06-19fdt_support: fix an endian bug of fdt_initrd()Masahiro Yamada1-21/+20
2014-06-19fdt_support: fix an endian bug of fdt_fixup_memory_banksMasahiro Yamada1-12/+30
2014-06-19fdt_support: add 'const' qualifier for unchanged argumentMasahiro Yamada1-2/+2
2014-06-19fdt_support: refactor fdt_fixup_stdout() functionMasahiro Yamada1-43/+42
2014-06-19fdt_support: delete force argument of fdt_chosen()Masahiro Yamada3-28/+14
2014-06-19fdt_support: delete force argument of fdt_initrd()Masahiro Yamada3-22/+17
2014-06-19fdt_support: refactor with fdt_find_or_add_subnode helper funcMasahiro Yamada1-35/+36
2014-06-19fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTRMasahiro Yamada1-5/+0
2014-06-19ARM: fdt support: Add usbethaddr as an acceptable MACDan Murphy1-1/+11
2014-06-12cmd_mmc: make mmc dev always re-probe the HWStephen Warren1-1/+1
2014-06-12cmd_mmc: Use init_mmc_device() from do_mmc_rescan()Stephen Warren1-8/+2
2014-06-12cmd_mmc: add force_init parameter to init_mmc_device()Stephen Warren1-12/+14
2014-06-12cmd_mmc: default to HW partition 0 if not specifiedStephen Warren1-8/+7
2014-06-12common/xyzModem.c: move empty statements to newlineJeroen Hofstee1-1/+2
2014-06-12common/cli_hush.c: remove unnecessary double bracesJeroen Hofstee1-2/+2
2014-06-12common: hash: zero end the string instead of the pointerJeroen Hofstee1-1/+1
2014-06-12Use run_command_repeatable()Thomas Betker2-2/+2
2014-06-12Add run_command_repeatable()Thomas Betker1-0/+24
2014-06-12Check run_command() return code properlyThomas Betker1-5/+1
2014-06-12fdt: Update functions which write to an FDT to return -ENOSPCSimon Glass1-2/+2
2014-06-12hash: Export the function to show a hashSimon Glass1-4/+3
2014-06-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-6/+5
2014-06-06fs: fatwrite: use map_sysmem before use file_fat_writeWu, Josh1-1/+5
2014-06-06nand_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-30main: Avoid unncessary strdup()/free()Simon Glass1-4/+2
2014-05-30main: Make the execution path a little clearer in main.cSimon Glass3-73/+86
2014-05-30main: Hide the hush/simple details inside cli.cSimon Glass3-15/+25
2014-05-30Simplify the main loopSimon Glass1-27/+32
2014-05-30m68k: powerpc: Clean up do_mdm_initSimon Glass2-21/+4
2014-05-30Rename bootretry functions and remove #ifdefsSimon Glass7-40/+16
2014-05-30Move bootretry code into bootretry.c and clean upSimon Glass9-55/+75
2014-05-30Move command line API into cli.cSimon Glass3-93/+107