summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2014-08-251-0/+1
|\
| * mtdparts: fix usecount bugHeiko Schocher2014-08-141-0/+1
* | nios2: add generic board supportThomas Chou2014-08-242-4/+4
* | bootm: make sure pass NULL when argc < 1Bryan Wu2014-08-211-2/+3
* | image: fix bootm failure for FIT imageBryan Wu2014-08-212-18/+30
* | pxe: Allow use of environment variables in append stringHans de Goede2014-08-211-16/+13
* | cli: Export cli_simple_process_macros for use outside of cli_simpleHans de Goede2014-08-211-2/+2
|/
* Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini2014-08-121-11/+34
|\
| * support blackfin board initialization in generic board_fSonic Zhang2014-08-071-11/+34
* | lcd: support displaying 24bpp BMPs on >= 24bpp LCDsHannes Petermaier2014-08-111-3/+20
* | lcd: remove unused lcd_puts_xyJeroen Hofstee2014-08-111-10/+0
* | lcd: cleanup unused functionsHannes Petermaier2014-08-101-16/+1
* | Add support for 32-bit organized framebuffersHannes Petermaier2014-08-101-3/+32
* | env_fat.c: Make sure our buffer is cache alignedTom Rini2014-08-091-2/+2
* | bootm: use genimg_get_kernel_addr()Bryan Wu2014-08-091-20/+5
* | pxe: detect image format before calling bootm/bootzBryan Wu2014-08-091-4/+11
* | image: introduce genimg_get_kernel_addr()Bryan Wu2014-08-091-0/+43
* | fdt: Rename fdt_resize() to fdt_shrink_to_minimum()Simon Glass2014-08-093-3/+3
* | ext4load: fix help textPavel Machek2014-08-091-1/+1
* | board_r: Add missing return to initr_docIan Campbell2014-08-091-0/+1
* | pxe: clear Bootfile before returningStephen Warren2014-08-091-0/+2
* | thor: defer parsing of device string to IO backendLukasz Majewski2014-08-091-3/+3
* | dfu: defer parsing of device string to IO backendStephen Warren2014-08-091-2/+1
* | fs: implement size/fatsize/ext4sizeStephen Warren2014-08-093-0/+40
|/
* env_mmc: support env partition setup in runtimeDmitry Lifshitz2014-08-011-12/+23
* 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
OpenPOWER on IntegriCloud