aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2014-07-23dm: Support driver model prior to relocationSimon Glass2-21/+20
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass1-2/+2
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass5-25/+56
2014-07-23stdio: Remove redundant code around stdio_register() callsSimon Glass1-2/+0
2014-07-23sandbox: Always enable malloc debugSimon Glass1-0/+4
2014-07-23Add a simple malloc() implementation for pre-relocationSimon Glass3-0/+51
2014-07-23Remove form-feeds from dlmalloc.cSimon Glass1-23/+23
2014-07-22board_r: run scsi init() on ARM tooIan Campbell1-4/+1
2014-07-22Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler2-7/+18
2014-07-22common: cmd_ide: use __weak and add prototypesJeroen Hofstee1-38/+13
2014-07-22common: cmd_ide: remove PIO modeJeroen Hofstee1-84/+0
2014-07-22spl: nand: read only in the size of image_header on the first accessMasahiro Yamada1-3/+3
2014-07-22Fix help text of ext2load and fatload.Pavel Machek2-2/+2
2014-07-18common: cmd_mii: fix printf format warningJeroen Hofstee1-4/+4
2014-07-18autoboot: add its own headerJeroen Hofstee1-0/+1
2014-07-18common: env_common: make env_get_char_spec __weakJeroen Hofstee1-3/+1
2014-07-18common: bootm_os: make arch_preboot_os __weakJeroen Hofstee1-2/+1
2014-07-18common: main.c: make show_boot_progress __weakJeroen Hofstee1-2/+1
2014-07-18common:splash: use __weakJeroen Hofstee1-5/+1
2014-07-18common: board_f: cosmetic use __weak for ledsJeroen Hofstee1-19/+10
2014-07-18common: commands: make commands staticJeroen Hofstee11-28/+36
2014-07-07env_fat: use get_device_and_partition() during env save and loadWu, Josh1-58/+28
2014-06-25dfu: free entities when parsing failsStephen Warren1-2/+3
2014-06-23sandbox: restore ability to access host fs through standard commandsStephen Warren1-4/+6
2014-06-20Add an I/O tracing featureSimon Glass3-0/+244
2014-06-19cosmetic: autoboot: update old style GNU struct initJeroen Hofstee1-4/+4
2014-06-19cmd_md5sum.c: remove dead code / fix warningJeroen Hofstee1-1/+0
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee5-8/+8
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