summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* hash: Export the function to show a hashSimon Glass2014-06-111-4/+3
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-06-101-6/+5
|\
| * usb: hub: remove CONFIG_USB_HUB_MIN_POWER_ON_DELAYStephen Warren2014-06-011-5/+1
| * usb: hub: fix power good delay timingStephen Warren2014-06-011-3/+6
* | fs: fatwrite: use map_sysmem before use file_fat_writeWu, Josh2014-06-051-1/+5
* | nand_spl: remove nand_spl infrastructureMasahiro Yamada2014-06-051-1/+1
* | bootm: make use of legacy image format configurableHeiko Schocher2014-06-059-11/+65
* | env_eeprom: Assign default environment during board_init_fSiva Durga Prasad Paladugu2014-06-051-2/+10
* | Correct return code from builtin_run_command_list()Simon Glass2014-06-051-1/+1
* | Fix hush to give the correct return code for a simple commandSimon Glass2014-06-051-1/+3
* | Fix itest mask overflowSimon Glass2014-06-051-1/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-05-301-0/+1
|\
| * mkimage: add atmelimageAndreas Bießmann2014-05-271-0/+1
OpenPOWER on IntegriCloud