aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-02-17common/board_f: factor out reserve_stacksAndreas Bießmann1-35/+9
2015-02-12dm: Add CMD_DM and CMD_DEMO to KconfigSimon Glass1-0/+23
2015-02-12dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass1-2/+2
2015-02-12Introduce board_init_f_mem() to handle early memory layoutSimon Glass1-0/+18
2015-02-12malloc_simple: Return NULL on malloc failure rather then calling panic()Hans de Goede1-1/+1
2015-02-12dm: Prevent "demo hello" and "demo status" segfaultsPeter Tyser1-1/+3
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini1-0/+2
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini1-1/+1
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini4-280/+154
2015-02-10Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2-0/+177
2015-02-10lcd: split splash code into its own functionNikita Kiryanov2-30/+38
2015-02-10lcd: dt: extract simplefb supportNikita Kiryanov3-50/+60
2015-02-10lcd: rename bitmap_plot to better represent its functionalityNikita Kiryanov1-3/+3
2015-02-10lcd: various cleanupsNikita Kiryanov1-75/+15
2015-02-10lcd: remove unused includesNikita Kiryanov1-18/+0
2015-02-10lcd: introduce lcd_set_cmapNikita Kiryanov1-24/+22
2015-02-10lcd: logo: move generic cmap setting to lcd_logo_set_cmap()Nikita Kiryanov1-21/+7
2015-02-10lcd: mpc823: move mpc823-specific lcd_logo_set_cmap code to mpc8xx_lcd.cNikita Kiryanov1-9/+1
2015-02-10lcd: atmel: introduce lcd_logo_set_cmapNikita Kiryanov1-21/+8
2015-02-10lcd: mpc8xx: move mpc823-specific fb_put_byte to mpc8xx_lcd.cNikita Kiryanov1-6/+5
2015-02-10lcd: atmel: move atmel-specific fb_put_word to atmel_lcdfbNikita Kiryanov1-10/+1
2015-02-10lcd: split configuration_get_cmapNikita Kiryanov1-19/+0
2015-02-09bdinfo: Show information about fdt blob via bdinfoMichal Simek1-0/+3
2015-02-09microblaze: Move architecture to use generic board initMichal Simek3-5/+14
2015-02-09common/board_r: manual relocation for cmd tableAndreas Bießmann1-0/+12
2015-02-07common/board_f: add at91 wdtHeiko Schocher1-1/+1
2015-02-06scsi: bootstage: Measure time taken to scan the busSimon Glass1-0/+2
2015-01-30Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini11-108/+164
2015-01-30fpga: Extend dump descriptionMichal Simek1-1/+1
2015-01-30cmd: Fix gettime command helpBin Meng1-2/+2
2015-01-29rsa: Use checksum algorithms from struct hash_algoRuchika Gupta1-3/+3
2015-01-29Use hash.c in mkimageRuchika Gupta1-35/+46
2015-01-29hash: Add function to find hash_algo struct with progressive hashRuchika Gupta1-9/+24
2015-01-29Export redesignMartin Dorwig3-37/+14
2015-01-29dm: i2c: Provide an offset length parameter where neededSimon Glass1-1/+1
2015-01-29dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass2-13/+18
2015-01-29dm: demo: Add a simple GPIO demonstrationSimon Glass1-1/+28
2015-01-29generic-board: show model name in board_init_f() tooMasahiro Yamada4-18/+39
2015-01-29cmd_i2c: change variable type for 10bit addressing supportMasahiro Yamada1-11/+11
2015-01-29common: bootm: Document fake bootm sub-commandMichal Simek1-0/+3
2015-01-29dumpimage: fit: extract FIT imagesGuilherme Maciel Ferreira1-1/+29
2015-01-29imagetool: make the image_save_datafile() available to all image typesGuilherme Maciel Ferreira1-1/+1
2015-01-29common: add cache flush to imxtract functionPieter Voorthuijsen1-0/+2
2015-01-29part: let list put the list in an environment variableSjoerd Simons1-2/+22
2015-01-29fs: Add command to retrieve the filesystem typeSjoerd Simons1-0/+15
2015-01-29common: convert compulab splash load code to common codeNikita Kiryanov2-0/+177
2015-01-28lcd: fix console address is not initializedBo Shen1-0/+1
2015-01-28spl: Change printf to puts for "Unsupported boot-device"Stefan Roese1-1/+1
2015-01-24Allow architecture-specific memory reservationSimon Glass1-0/+7
2015-01-22Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblazeTom Rini1-0/+5