summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2014-08-01env_mmc: support env partition setup in runtimeDmitry Lifshitz
2014-07-28ARM: convert arch_fixup_memory_node to a generic FDT fixup functionMa Haijun
2014-07-28Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-07-25keystone2: use CONFIG_SOC_KEYSTONE in common placesKhoronzhuk, Ivan
2014-07-23Add a flag indicating when the serial console is readySimon Glass
2014-07-23console: Remove vprintf() optimisation for sandboxSimon Glass
2014-07-23stdio: Provide functions to add/remove devices using stdio_devSimon Glass
2014-07-23dm: Support driver model prior to relocationSimon Glass
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass
2014-07-23stdio: Remove redundant code around stdio_register() callsSimon Glass
2014-07-23sandbox: Always enable malloc debugSimon Glass
2014-07-23Add a simple malloc() implementation for pre-relocationSimon Glass
2014-07-23Remove form-feeds from dlmalloc.cSimon Glass
2014-07-22board_r: run scsi init() on ARM tooIan Campbell
2014-07-22Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler
2014-07-22common: cmd_ide: use __weak and add prototypesJeroen Hofstee
2014-07-22common: cmd_ide: remove PIO modeJeroen Hofstee
2014-07-22spl: nand: read only in the size of image_header on the first accessMasahiro Yamada
2014-07-22Fix help text of ext2load and fatload.Pavel Machek
2014-07-18common: cmd_mii: fix printf format warningJeroen Hofstee
2014-07-18autoboot: add its own headerJeroen Hofstee
2014-07-18common: env_common: make env_get_char_spec __weakJeroen Hofstee
2014-07-18common: bootm_os: make arch_preboot_os __weakJeroen Hofstee
2014-07-18common: main.c: make show_boot_progress __weakJeroen Hofstee
2014-07-18common:splash: use __weakJeroen Hofstee
2014-07-18common: board_f: cosmetic use __weak for ledsJeroen Hofstee
2014-07-18common: commands: make commands staticJeroen Hofstee
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