summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2014-08-21pxe: Allow use of environment variables in append stringHans de Goede1-16/+13
2014-08-21cli: Export cli_simple_process_macros for use outside of cli_simpleHans de Goede1-2/+2
2014-08-13Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini1-11/+34
2014-08-11lcd: support displaying 24bpp BMPs on >= 24bpp LCDsHannes Petermaier1-3/+20
2014-08-11lcd: remove unused lcd_puts_xyJeroen Hofstee1-10/+0
2014-08-10lcd: cleanup unused functionsHannes Petermaier1-16/+1
2014-08-10Add support for 32-bit organized framebuffersHannes Petermaier1-3/+32
2014-08-09env_fat.c: Make sure our buffer is cache alignedTom Rini1-2/+2
2014-08-09bootm: use genimg_get_kernel_addr()Bryan Wu1-20/+5
2014-08-09pxe: detect image format before calling bootm/bootzBryan Wu1-4/+11
2014-08-09image: introduce genimg_get_kernel_addr()Bryan Wu1-0/+43
2014-08-09fdt: Rename fdt_resize() to fdt_shrink_to_minimum()Simon Glass3-3/+3
2014-08-09ext4load: fix help textPavel Machek1-1/+1
2014-08-09board_r: Add missing return to initr_docIan Campbell1-0/+1
2014-08-09pxe: clear Bootfile before returningStephen Warren1-0/+2
2014-08-09thor: defer parsing of device string to IO backendLukasz Majewski1-3/+3
2014-08-09dfu: defer parsing of device string to IO backendStephen Warren1-2/+1
2014-08-09fs: implement size/fatsize/ext4sizeStephen Warren3-0/+40
2014-08-07support blackfin board initialization in generic board_fSonic Zhang1-11/+34
2014-08-01env_mmc: support env partition setup in runtimeDmitry Lifshitz1-12/+23
2014-07-28ARM: convert arch_fixup_memory_node to a generic FDT fixup functionMa Haijun1-2/+5
2014-07-28Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD1-1/+1
2014-07-26keystone2: use CONFIG_SOC_KEYSTONE in common placesKhoronzhuk, Ivan1-1/+1
2014-07-23Add a flag indicating when the serial console is readySimon Glass1-2/+2
2014-07-23console: Remove vprintf() optimisation for sandboxSimon Glass1-1/+1
2014-07-23stdio: Provide functions to add/remove devices using stdio_devSimon Glass1-8/+24
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-19common: cmd_mii: fix printf format warningJeroen Hofstee1-4/+4
2014-07-19autoboot: add its own headerJeroen Hofstee1-0/+1
2014-07-19common: env_common: make env_get_char_spec __weakJeroen Hofstee1-3/+1
2014-07-19common: bootm_os: make arch_preboot_os __weakJeroen Hofstee1-2/+1
2014-07-19common: main.c: make show_boot_progress __weakJeroen Hofstee1-2/+1
2014-07-19common:splash: use __weakJeroen Hofstee1-5/+1
2014-07-19common: board_f: cosmetic use __weak for ledsJeroen Hofstee1-19/+10
2014-07-19common: commands: make commands staticJeroen Hofstee11-28/+36
2014-07-08env_fat: use get_device_and_partition() during env save and loadWu, Josh1-58/+28
2014-06-26dfu: free entities when parsing failsStephen Warren1-2/+3
2014-06-24sandbox: restore ability to access host fs through standard commandsStephen Warren1-4/+6