aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-03-04arm: spl: Allow board_init_r() to run with a larger stackSimon Glass1-0/+35
2015-03-02Merge git://git.denx.de/u-boot-usbTom Rini2-2/+64
2015-02-25Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2-8/+20
2015-02-25crypto/fsl - Add progressive hashing support using hardware acceleration.gaurav rana1-0/+10
2015-02-25crypto/fsl: Make function names consistent for blob encapsulation/decapsulation.gaurav rana1-8/+10
2015-02-25fastboot: Correct fastboot_fail and fastboot_okay stringsDileep Katta1-2/+2
2015-02-25fastboot: Add USB cable detect checkRob Herring1-0/+6
2015-02-25usb: gadget: fastboot: Add fastboot eraseDileep Katta1-0/+56
2015-02-24kconfig: remove unneeded dependency on !SPL_BUILDMasahiro Yamada1-1/+0
2015-02-23mmc: Implement SD/MMC versioning properlyPantelis Antoniou1-2/+6
2015-02-19cmd_i2c: Provide option for bulk 'i2c write' in one transactionLubomir Popov1-9/+36
2015-02-19cmd_i2c: quit I2C commands immediately on errorMasahiro Yamada1-13/+13
2015-02-18Merge branch 'master' of git://git.denx.de/u-boot-fdtTom Rini3-7/+7
2015-02-17cmd_fdt: Print the control fdt in terms of virtual memoryJoe Hershberger1-1/+1
2015-02-17cmd_fdt: Actually fix fdt command in sandboxJoe Hershberger3-6/+6
2015-02-17Merge branch 'master' of git://git.denx.de/u-boot-avr32Tom Rini3-41/+37
2015-02-17avr32: add generic board supportAndreas Bießmann3-6/+13
2015-02-17common/board_r: allocate bootparamsAndreas Bießmann1-0/+15
2015-02-17common/board_f: factor out reserve_stacksAndreas Bießmann1-35/+9
2015-02-17Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini1-0/+5
2015-02-16spl, spl_nor: fix compiler warningHeiko Schocher1-1/+1
2015-02-16arm: spl: Provide for a board-specific loaderSimon Glass1-0/+5
2015-02-16image: Convert to use fdt_for_each_subnode macroAxel Lin2-15/+5
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