summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2015-02-10-546/+575
|\
| * lcd: split splash code into its own functionNikita Kiryanov2015-02-10-31/+48
| * lcd: dt: extract simplefb supportNikita Kiryanov2015-02-10-53/+75
| * lcd: rename bitmap_plot to better represent its functionalityNikita Kiryanov2015-02-10-3/+3
| * lcd: various cleanupsNikita Kiryanov2015-02-10-143/+49
| * lcd: remove unused includesNikita Kiryanov2015-02-10-18/+0
| * lcd: introduce lcd_set_cmapNikita Kiryanov2015-02-10-24/+33
| * lcd: logo: move generic cmap setting to lcd_logo_set_cmap()Nikita Kiryanov2015-02-10-21/+7
| * lcd: mpc823: move mpc823-specific lcd_logo_set_cmap code to mpc8xx_lcd.cNikita Kiryanov2015-02-10-9/+16
| * lcd: atmel: introduce lcd_logo_set_cmapNikita Kiryanov2015-02-10-21/+34
| * lcd: mpc8xx: move mpc823-specific fb_put_byte to mpc8xx_lcd.cNikita Kiryanov2015-02-10-6/+12
| * lcd: atmel: move atmel-specific fb_put_word to atmel_lcdfbNikita Kiryanov2015-02-10-10/+10
| * lcd: split configuration_get_cmapNikita Kiryanov2015-02-10-19/+47
| * lcd: move platform-specific structs to their own headersNikita Kiryanov2015-02-10-196/+247
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-02-10-329/+2863
|\ \
| * | mx53loco: Fix boot hang during reboot stress testFabio Estevam2015-02-10-1/+2
| * | arm: mxs: Add 'Wait for JTAG user' if booted in JTAG modeGraeme Russ2015-02-10-0/+22
| * | arm: mxs: Enable booting of mx28 without batteryGraeme Russ2015-02-10-2/+8
| * | arm: mxs: Add debug outputs and comments to mxs SPL source filesGraeme Russ2015-02-10-5/+127
| * | imx: mx6: Fixed AIPS3 base address issueYe.Li2015-02-10-3/+3
| * | imx: imximage: Add QuadSPI boot supportYe.Li2015-02-10-0/+4
| * | imx: mx6qsabreauto: Change to use common GPMI IO clock functionYe.Li2015-02-10-23/+2
| * | pmic:pfuz100 add switch mode and more registersPeng Fan2015-02-10-0/+53
| * | pmic:pfuze add macro for setting voltagePeng Fan2015-02-10-0/+2
| * | imx:mx6 update fuse_bank0_regsPeng Fan2015-02-10-4/+8
| * | arm, imx6, aristainetos: board updatesHeiko Schocher2015-01-29-78/+97
| * | common: convert compulab splash load code to common codeNikita Kiryanov2015-01-29-30/+48
| * | arm: mx6: cm-fx6: add splash screen supportNikita Kiryanov2015-01-29-0/+21
| * | compulab: splash: support loading splash from sfNikita Kiryanov2015-01-29-0/+28
| * | compulab: splash: support multiple splash sourcesNikita Kiryanov2015-01-29-11/+85
| * | compulab: splash: refactor splash.cNikita Kiryanov2015-01-29-19/+28
| * | compulab: splash: use errno valuesNikita Kiryanov2015-01-29-4/+5
| * | arm: mx6: cm-fx6: add support for usb keyboardNikita Kiryanov2015-01-29-0/+6
| * | arm: mx6: cm-fx6: display compulab logoNikita Kiryanov2015-01-29-0/+3
| * | arm: mx6: cm-fx6: add hdmi console supportNikita Kiryanov2015-01-29-0/+66
| * | arm: mx6: cm-fx6: increase size of malloc areaNikita Kiryanov2015-01-29-1/+1
| * | arm: mx6: cm-fx6: pass 2nd nic mac addr to LinuxNikita Kiryanov2015-01-29-7/+16
| * | compulab: eeprom: allow reading mac address from multiple eepromsNikita Kiryanov2015-01-29-14/+20
| * | arm: mx6: cm-fx6: change dtb node for ethaddrNikita Kiryanov2015-01-29-2/+3
| * | arm: mx6: cm-fx6: expand boot sequenceNikita Kiryanov2015-01-29-66/+61
| * | ot1200: add ot1200_spl_defconfig fileChristian Gmeiner2015-01-22-0/+4
| * | ot1200: add basic SPL supportChristian Gmeiner2015-01-22-0/+166
| * | ot1200: add SPL configurationChristian Gmeiner2015-01-22-0/+10
| * | ot1200: enable spi clock directly in ccgr_init(..)Christian Gmeiner2015-01-22-4/+1
| * | ot1200: move ccgr and gpr init to c functionsChristian Gmeiner2015-01-22-14/+28
| * | ot1200: make use of imx_ddr_size(..)Christian Gmeiner2015-01-22-2/+2
| * | ot1200: select SUPPORT_SPLChristian Gmeiner2015-01-22-0/+1
| * | mx6: fix warning in platinum boardStefano Babic2015-01-22-0/+1
| * | imx: mx6: Change ENV offset to 512K bytes for larger u-boot imageYe.Li2015-01-22-2/+2
| * | imx:mx6sxsabresd board spl supportPeng Fan2015-01-22-0/+169