summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher2014-08-25-28/+2
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2014-08-25-0/+1
|\
| * mtdparts: fix usecount bugHeiko Schocher2014-08-14-0/+1
* | nios2: add generic board supportThomas Chou2014-08-24-4/+4
* | bootm: make sure pass NULL when argc < 1Bryan Wu2014-08-21-2/+3
* | image: fix bootm failure for FIT imageBryan Wu2014-08-21-18/+30
* | pxe: Allow use of environment variables in append stringHans de Goede2014-08-21-16/+13
* | cli: Export cli_simple_process_macros for use outside of cli_simpleHans de Goede2014-08-21-2/+2
|/
* Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini2014-08-12-11/+34
|\
| * support blackfin board initialization in generic board_fSonic Zhang2014-08-07-11/+34
* | lcd: support displaying 24bpp BMPs on >= 24bpp LCDsHannes Petermaier2014-08-11-3/+20
* | lcd: remove unused lcd_puts_xyJeroen Hofstee2014-08-11-10/+0
* | lcd: cleanup unused functionsHannes Petermaier2014-08-10-16/+1
* | Add support for 32-bit organized framebuffersHannes Petermaier2014-08-10-3/+32
* | env_fat.c: Make sure our buffer is cache alignedTom Rini2014-08-09-2/+2
* | bootm: use genimg_get_kernel_addr()Bryan Wu2014-08-09-20/+5
* | pxe: detect image format before calling bootm/bootzBryan Wu2014-08-09-4/+11
* | image: introduce genimg_get_kernel_addr()Bryan Wu2014-08-09-0/+43
* | fdt: Rename fdt_resize() to fdt_shrink_to_minimum()Simon Glass2014-08-09-3/+3
* | ext4load: fix help textPavel Machek2014-08-09-1/+1
* | board_r: Add missing return to initr_docIan Campbell2014-08-09-0/+1
* | pxe: clear Bootfile before returningStephen Warren2014-08-09-0/+2
* | thor: defer parsing of device string to IO backendLukasz Majewski2014-08-09-3/+3
* | dfu: defer parsing of device string to IO backendStephen Warren2014-08-09-2/+1
* | fs: implement size/fatsize/ext4sizeStephen Warren2014-08-09-0/+40
|/
* env_mmc: support env partition setup in runtimeDmitry Lifshitz2014-08-01-12/+23
* ARM: convert arch_fixup_memory_node to a generic FDT fixup functionMa Haijun2014-07-28-2/+5
* Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2014-07-28-1/+1
|\
| * keystone2: use CONFIG_SOC_KEYSTONE in common placesKhoronzhuk, Ivan2014-07-25-1/+1
* | Add a flag indicating when the serial console is readySimon Glass2014-07-23-2/+2
* | 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