| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: Implement SD/MMC versioning properly | Pantelis Antoniou | 2015-02-23 | 1 | -2/+6 |
* | cmd_i2c: Provide option for bulk 'i2c write' in one transaction | Lubomir Popov | 2015-02-19 | 1 | -9/+36 |
* | cmd_i2c: quit I2C commands immediately on error | Masahiro Yamada | 2015-02-19 | 1 | -13/+13 |
* | Merge branch 'master' of git://git.denx.de/u-boot-fdt | Tom Rini | 2015-02-18 | 3 | -7/+7 |
|\ |
|
| * | cmd_fdt: Print the control fdt in terms of virtual memory | Joe Hershberger | 2015-02-17 | 1 | -1/+1 |
| * | cmd_fdt: Actually fix fdt command in sandbox | Joe Hershberger | 2015-02-17 | 3 | -6/+6 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-avr32 | Tom Rini | 2015-02-17 | 3 | -41/+37 |
|\ \ |
|
| * | | avr32: add generic board support | Andreas Bießmann | 2015-02-17 | 3 | -6/+13 |
| * | | common/board_r: allocate bootparams | Andreas Bießmann | 2015-02-17 | 1 | -0/+15 |
| * | | common/board_f: factor out reserve_stacks | Andreas Bießmann | 2015-02-17 | 1 | -35/+9 |
| |/ |
|
* | | Merge branch 'master' of http://git.denx.de/u-boot-sunxi | Tom Rini | 2015-02-17 | 1 | -0/+5 |
|\ \ |
|
| * | | arm: spl: Provide for a board-specific loader | Simon Glass | 2015-02-16 | 1 | -0/+5 |
* | | | spl, spl_nor: fix compiler warning | Heiko Schocher | 2015-02-16 | 1 | -1/+1 |
* | | | image: Convert to use fdt_for_each_subnode macro | Axel Lin | 2015-02-16 | 2 | -15/+5 |
| |/
|/| |
|
* | | dm: Add CMD_DM and CMD_DEMO to Kconfig | Simon Glass | 2015-02-12 | 1 | -0/+23 |
* | | dm: i2c: Add a dm_ prefix to driver model bus speed functions | Simon Glass | 2015-02-12 | 1 | -2/+2 |
* | | Introduce board_init_f_mem() to handle early memory layout | Simon Glass | 2015-02-12 | 1 | -0/+18 |
* | | malloc_simple: Return NULL on malloc failure rather then calling panic() | Hans de Goede | 2015-02-12 | 1 | -1/+1 |
* | | dm: Prevent "demo hello" and "demo status" segfaults | Peter Tyser | 2015-02-12 | 1 | -1/+3 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-x86 | Tom Rini | 2015-02-10 | 1 | -0/+2 |
|\ |
|
| * | scsi: bootstage: Measure time taken to scan the bus | Simon Glass | 2015-02-06 | 1 | -0/+2 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-atmel | Tom Rini | 2015-02-10 | 1 | -1/+1 |
|\ \ |
|
| * | | common/board_f: add at91 wdt | Heiko Schocher | 2015-02-07 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'master' of git://git.denx.de/u-boot-video | Tom Rini | 2015-02-10 | 4 | -280/+154 |
|\ \ |
|
| * | | lcd: split splash code into its own function | Nikita Kiryanov | 2015-02-10 | 2 | -30/+38 |
| * | | lcd: dt: extract simplefb support | Nikita Kiryanov | 2015-02-10 | 3 | -50/+60 |
| * | | lcd: rename bitmap_plot to better represent its functionality | Nikita Kiryanov | 2015-02-10 | 1 | -3/+3 |
| * | | lcd: various cleanups | Nikita Kiryanov | 2015-02-10 | 1 | -75/+15 |
| * | | lcd: remove unused includes | Nikita Kiryanov | 2015-02-10 | 1 | -18/+0 |
| * | | lcd: introduce lcd_set_cmap | Nikita Kiryanov | 2015-02-10 | 1 | -24/+22 |
| * | | lcd: logo: move generic cmap setting to lcd_logo_set_cmap() | Nikita Kiryanov | 2015-02-10 | 1 | -21/+7 |
| * | | lcd: mpc823: move mpc823-specific lcd_logo_set_cmap code to mpc8xx_lcd.c | Nikita Kiryanov | 2015-02-10 | 1 | -9/+1 |
| * | | lcd: atmel: introduce lcd_logo_set_cmap | Nikita Kiryanov | 2015-02-10 | 1 | -21/+8 |
| * | | lcd: mpc8xx: move mpc823-specific fb_put_byte to mpc8xx_lcd.c | Nikita Kiryanov | 2015-02-10 | 1 | -6/+5 |
| * | | lcd: atmel: move atmel-specific fb_put_word to atmel_lcdfb | Nikita Kiryanov | 2015-02-10 | 1 | -10/+1 |
| * | | lcd: split configuration_get_cmap | Nikita Kiryanov | 2015-02-10 | 1 | -19/+0 |
| |/ |
|
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini | 2015-02-10 | 2 | -0/+177 |
|\ \ |
|
| * | | common: convert compulab splash load code to common code | Nikita Kiryanov | 2015-01-29 | 2 | -0/+177 |
* | | | bdinfo: Show information about fdt blob via bdinfo | Michal Simek | 2015-02-09 | 1 | -0/+3 |
* | | | microblaze: Move architecture to use generic board init | Michal Simek | 2015-02-09 | 3 | -5/+14 |
* | | | common/board_r: manual relocation for cmd table | Andreas Bießmann | 2015-02-09 | 1 | -0/+12 |
| |/
|/| |
|
* | | Merge branch 'master' of git://git.denx.de/u-boot-dm | Tom Rini | 2015-01-30 | 11 | -108/+164 |
|\ \ |
|
| * | | rsa: Use checksum algorithms from struct hash_algo | Ruchika Gupta | 2015-01-29 | 1 | -3/+3 |
| * | | Use hash.c in mkimage | Ruchika Gupta | 2015-01-29 | 1 | -35/+46 |
| * | | hash: Add function to find hash_algo struct with progressive hash | Ruchika Gupta | 2015-01-29 | 1 | -9/+24 |
| * | | Export redesign | Martin Dorwig | 2015-01-29 | 3 | -37/+14 |
| * | | dm: i2c: Provide an offset length parameter where needed | Simon Glass | 2015-01-29 | 1 | -1/+1 |
| * | | dm: i2c: Rename driver model I2C functions to permit compatibility | Simon Glass | 2015-01-29 | 2 | -13/+18 |
| * | | dm: demo: Add a simple GPIO demonstration | Simon Glass | 2015-01-29 | 1 | -1/+28 |
| * | | generic-board: show model name in board_init_f() too | Masahiro Yamada | 2015-01-29 | 4 | -18/+39 |