summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2014-07-07env_fat: use get_device_and_partition() during env save and loadWu, Josh
2014-06-25dfu: free entities when parsing failsStephen Warren
2014-06-23sandbox: restore ability to access host fs through standard commandsStephen Warren
2014-06-20Add an I/O tracing featureSimon Glass
2014-06-19cosmetic: autoboot: update old style GNU struct initJeroen Hofstee
2014-06-19cmd_md5sum.c: remove dead code / fix warningJeroen Hofstee
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee
2014-06-19Enhance fit_check_sign to check all imagesSimon Glass
2014-06-19bootm: Move decompression code into its own functionSimon Glass
2014-06-19Allow compiling common/bootm.c on with HOSTCCSimon Glass
2014-06-19Fix small 'case' typo in image-fit.cSimon Glass
2014-06-19bootm: Support android boot on sandboxSimon Glass
2014-06-19image: Remove the fit_load_image() property parameterSimon Glass
2014-06-19bootm: Split out code from cmd_bootm.cSimon Glass
2014-06-19Reverse the meaning of the fit_config_verify() return codeSimon Glass
2014-06-19hash: Use uint8_t in preference to u8Simon Glass
2014-06-19fdt_support: correct the return condition of fdt_initrd()Masahiro Yamada
2014-06-19fdt_support: fix an endian bug of fdt_initrd()Masahiro Yamada
2014-06-19fdt_support: fix an endian bug of fdt_fixup_memory_banksMasahiro Yamada
2014-06-19fdt_support: add 'const' qualifier for unchanged argumentMasahiro Yamada
2014-06-19fdt_support: refactor fdt_fixup_stdout() functionMasahiro Yamada
2014-06-19fdt_support: delete force argument of fdt_chosen()Masahiro Yamada
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