summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* ARM: convert arch_fixup_memory_node to a generic FDT fixup functionMa Haijun2014-07-281-2/+5
* Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2014-07-281-1/+1
|\
| * keystone2: use CONFIG_SOC_KEYSTONE in common placesKhoronzhuk, Ivan2014-07-251-1/+1
* | Add a flag indicating when the serial console is readySimon Glass2014-07-231-2/+2
* | console: Remove vprintf() optimisation for sandboxSimon Glass2014-07-231-1/+1
* | stdio: Provide functions to add/remove devices using stdio_devSimon Glass2014-07-231-8/+24
* | dm: Support driver model prior to relocationSimon Glass2014-07-232-21/+20
* | dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-231-2/+2
* | stdio: Pass device pointer to stdio methodsSimon Glass2014-07-235-25/+56
* | stdio: Remove redundant code around stdio_register() callsSimon Glass2014-07-231-2/+0
* | sandbox: Always enable malloc debugSimon Glass2014-07-231-0/+4
* | Add a simple malloc() implementation for pre-relocationSimon Glass2014-07-233-0/+51
* | Remove form-feeds from dlmalloc.cSimon Glass2014-07-231-23/+23
* | board_r: run scsi init() on ARM tooIan Campbell2014-07-221-4/+1
* | 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
OpenPOWER on IntegriCloud