summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* console: Remove vprintf() optimisation for sandboxSimon Glass2014-07-23-1/+1
* stdio: Provide functions to add/remove devices using stdio_devSimon Glass2014-07-23-8/+24
* dm: Support driver model prior to relocationSimon Glass2014-07-23-21/+20
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-23-2/+2
* stdio: Pass device pointer to stdio methodsSimon Glass2014-07-23-25/+56
* stdio: Remove redundant code around stdio_register() callsSimon Glass2014-07-23-2/+0
* sandbox: Always enable malloc debugSimon Glass2014-07-23-0/+4
* Add a simple malloc() implementation for pre-relocationSimon Glass2014-07-23-0/+51
* Remove form-feeds from dlmalloc.cSimon Glass2014-07-23-23/+23
* board_r: run scsi init() on ARM tooIan Campbell2014-07-22-4/+1
* Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler2014-07-22-7/+18
* common: cmd_ide: use __weak and add prototypesJeroen Hofstee2014-07-22-38/+13
* common: cmd_ide: remove PIO modeJeroen Hofstee2014-07-22-84/+0
* spl: nand: read only in the size of image_header on the first accessMasahiro Yamada2014-07-22-3/+3
* Fix help text of ext2load and fatload.Pavel Machek2014-07-22-2/+2
* common: cmd_mii: fix printf format warningJeroen Hofstee2014-07-18-4/+4
* autoboot: add its own headerJeroen Hofstee2014-07-18-0/+1
* common: env_common: make env_get_char_spec __weakJeroen Hofstee2014-07-18-3/+1
* common: bootm_os: make arch_preboot_os __weakJeroen Hofstee2014-07-18-2/+1
* common: main.c: make show_boot_progress __weakJeroen Hofstee2014-07-18-2/+1
* common:splash: use __weakJeroen Hofstee2014-07-18-5/+1
* common: board_f: cosmetic use __weak for ledsJeroen Hofstee2014-07-18-19/+10
* common: commands: make commands staticJeroen Hofstee2014-07-18-28/+36
* env_fat: use get_device_and_partition() during env save and loadWu, Josh2014-07-07-58/+28
* dfu: free entities when parsing failsStephen Warren2014-06-25-2/+3
* sandbox: restore ability to access host fs through standard commandsStephen Warren2014-06-23-4/+6
* Add an I/O tracing featureSimon Glass2014-06-20-0/+244
* cosmetic: autoboot: update old style GNU struct initJeroen Hofstee2014-06-19-4/+4
* cmd_md5sum.c: remove dead code / fix warningJeroen Hofstee2014-06-19-1/+0
* includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-19-8/+8
* Enhance fit_check_sign to check all imagesSimon Glass2014-06-19-1/+73
* bootm: Move decompression code into its own functionSimon Glass2014-06-19-27/+48
* Allow compiling common/bootm.c on with HOSTCCSimon Glass2014-06-19-4/+14
* Fix small 'case' typo in image-fit.cSimon Glass2014-06-19-1/+1
* bootm: Support android boot on sandboxSimon Glass2014-06-19-1/+1
* image: Remove the fit_load_image() property parameterSimon Glass2014-06-19-5/+30
* bootm: Split out code from cmd_bootm.cSimon Glass2014-06-19-1338/+1301
* Reverse the meaning of the fit_config_verify() return codeSimon Glass2014-06-19-4/+4
* hash: Use uint8_t in preference to u8Simon Glass2014-06-19-6/+6
* fdt_support: correct the return condition of fdt_initrd()Masahiro Yamada2014-06-19-4/+4
* fdt_support: fix an endian bug of fdt_initrd()Masahiro Yamada2014-06-19-21/+20
* fdt_support: fix an endian bug of fdt_fixup_memory_banksMasahiro Yamada2014-06-19-12/+30
* fdt_support: add 'const' qualifier for unchanged argumentMasahiro Yamada2014-06-19-2/+2
* fdt_support: refactor fdt_fixup_stdout() functionMasahiro Yamada2014-06-19-43/+42
* fdt_support: delete force argument of fdt_chosen()Masahiro Yamada2014-06-19-28/+14
* fdt_support: delete force argument of fdt_initrd()Masahiro Yamada2014-06-19-22/+17
* fdt_support: refactor with fdt_find_or_add_subnode helper funcMasahiro Yamada2014-06-19-35/+36
* fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTRMasahiro Yamada2014-06-19-5/+0
* ARM: fdt support: Add usbethaddr as an acceptable MACDan Murphy2014-06-19-1/+11
* cmd_mmc: make mmc dev always re-probe the HWStephen Warren2014-06-12-1/+1