summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler2014-07-222-7/+18
* common: cmd_ide: use __weak and add prototypesJeroen Hofstee2014-07-221-38/+13
* common: cmd_ide: remove PIO modeJeroen Hofstee2014-07-221-84/+0
* spl: nand: read only in the size of image_header on the first accessMasahiro Yamada2014-07-221-3/+3
* Fix help text of ext2load and fatload.Pavel Machek2014-07-222-2/+2
* common: cmd_mii: fix printf format warningJeroen Hofstee2014-07-181-4/+4
* autoboot: add its own headerJeroen Hofstee2014-07-181-0/+1
* common: env_common: make env_get_char_spec __weakJeroen Hofstee2014-07-181-3/+1
* common: bootm_os: make arch_preboot_os __weakJeroen Hofstee2014-07-181-2/+1
* common: main.c: make show_boot_progress __weakJeroen Hofstee2014-07-181-2/+1
* common:splash: use __weakJeroen Hofstee2014-07-181-5/+1
* common: board_f: cosmetic use __weak for ledsJeroen Hofstee2014-07-181-19/+10
* common: commands: make commands staticJeroen Hofstee2014-07-1811-28/+36
* env_fat: use get_device_and_partition() during env save and loadWu, Josh2014-07-071-58/+28
* dfu: free entities when parsing failsStephen Warren2014-06-251-2/+3
* sandbox: restore ability to access host fs through standard commandsStephen Warren2014-06-231-4/+6
* Add an I/O tracing featureSimon Glass2014-06-203-0/+244
* cosmetic: autoboot: update old style GNU struct initJeroen Hofstee2014-06-191-4/+4
* cmd_md5sum.c: remove dead code / fix warningJeroen Hofstee2014-06-191-1/+0
* includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-195-8/+8
* Enhance fit_check_sign to check all imagesSimon Glass2014-06-192-1/+73
* bootm: Move decompression code into its own functionSimon Glass2014-06-191-27/+48
* Allow compiling common/bootm.c on with HOSTCCSimon Glass2014-06-191-4/+14
* Fix small 'case' typo in image-fit.cSimon Glass2014-06-191-1/+1
* bootm: Support android boot on sandboxSimon Glass2014-06-191-1/+1
* image: Remove the fit_load_image() property parameterSimon Glass2014-06-194-5/+30
* bootm: Split out code from cmd_bootm.cSimon Glass2014-06-194-1338/+1301
* Reverse the meaning of the fit_config_verify() return codeSimon Glass2014-06-193-4/+4
* hash: Use uint8_t in preference to u8Simon Glass2014-06-191-6/+6
* fdt_support: correct the return condition of fdt_initrd()Masahiro Yamada2014-06-191-4/+4
* fdt_support: fix an endian bug of fdt_initrd()Masahiro Yamada2014-06-191-21/+20
* fdt_support: fix an endian bug of fdt_fixup_memory_banksMasahiro Yamada2014-06-191-12/+30
* fdt_support: add 'const' qualifier for unchanged argumentMasahiro Yamada2014-06-191-2/+2
* fdt_support: refactor fdt_fixup_stdout() functionMasahiro Yamada2014-06-191-43/+42
* fdt_support: delete force argument of fdt_chosen()Masahiro Yamada2014-06-193-28/+14
* fdt_support: delete force argument of fdt_initrd()Masahiro Yamada2014-06-193-22/+17
* fdt_support: refactor with fdt_find_or_add_subnode helper funcMasahiro Yamada2014-06-191-35/+36
* fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTRMasahiro Yamada2014-06-191-5/+0
* ARM: fdt support: Add usbethaddr as an acceptable MACDan Murphy2014-06-191-1/+11
* cmd_mmc: make mmc dev always re-probe the HWStephen Warren2014-06-121-1/+1
* cmd_mmc: Use init_mmc_device() from do_mmc_rescan()Stephen Warren2014-06-121-8/+2
* cmd_mmc: add force_init parameter to init_mmc_device()Stephen Warren2014-06-121-12/+14
* cmd_mmc: default to HW partition 0 if not specifiedStephen Warren2014-06-121-8/+7
* common/xyzModem.c: move empty statements to newlineJeroen Hofstee2014-06-111-1/+2
* common/cli_hush.c: remove unnecessary double bracesJeroen Hofstee2014-06-111-2/+2
* common: hash: zero end the string instead of the pointerJeroen Hofstee2014-06-111-1/+1
* Use run_command_repeatable()Thomas Betker2014-06-112-2/+2
* Add run_command_repeatable()Thomas Betker2014-06-111-0/+24
* Check run_command() return code properlyThomas Betker2014-06-111-5/+1
* fdt: Update functions which write to an FDT to return -ENOSPCSimon Glass2014-06-111-2/+2
OpenPOWER on IntegriCloud