aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-13Merge branch 'master' of git://git.denx.de/u-bootStefano Babic1061-24918/+48479
2015-02-11sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PARTHans de Goede1-0/+3
2015-02-11Add linux/compiler-gcc5.h to fix builds with gcc5Hans de Goede1-0/+65
2015-02-11imx:mx6 set normal APS and standby PFM modePeng Fan3-2/+16
2015-02-11pmic: fix missing SWITCH_SIZEStefano Babic1-0/+2
2015-02-11pmic:pfuze implement pmic_mode_initPeng Fan2-0/+39
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini102-272/+11497
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini42-431/+518
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini17-546/+575
2015-02-10Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini62-329/+2863
2015-02-10lcd: split splash code into its own functionNikita Kiryanov3-31/+48
2015-02-10lcd: dt: extract simplefb supportNikita Kiryanov6-53/+75
2015-02-10lcd: rename bitmap_plot to better represent its functionalityNikita Kiryanov1-3/+3
2015-02-10lcd: various cleanupsNikita Kiryanov2-143/+49
2015-02-10lcd: remove unused includesNikita Kiryanov1-18/+0
2015-02-10lcd: introduce lcd_set_cmapNikita Kiryanov2-24/+33
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 Kiryanov2-9/+16
2015-02-10lcd: atmel: introduce lcd_logo_set_cmapNikita Kiryanov2-21/+34
2015-02-10lcd: mpc8xx: move mpc823-specific fb_put_byte to mpc8xx_lcd.cNikita Kiryanov2-6/+12
2015-02-10lcd: atmel: move atmel-specific fb_put_word to atmel_lcdfbNikita Kiryanov2-10/+10
2015-02-10lcd: split configuration_get_cmapNikita Kiryanov7-19/+47
2015-02-10lcd: move platform-specific structs to their own headersNikita Kiryanov5-196/+247
2015-02-10mx53loco: Fix boot hang during reboot stress testFabio Estevam1-1/+2
2015-02-10arm: mxs: Add 'Wait for JTAG user' if booted in JTAG modeGraeme Russ2-0/+22
2015-02-10arm: mxs: Enable booting of mx28 without batteryGraeme Russ1-2/+8
2015-02-10arm: mxs: Add debug outputs and comments to mxs SPL source filesGraeme Russ4-5/+127
2015-02-10imx: mx6: Fixed AIPS3 base address issueYe.Li2-3/+3
2015-02-10imx: imximage: Add QuadSPI boot supportYe.Li2-0/+4
2015-02-10imx: mx6qsabreauto: Change to use common GPMI IO clock functionYe.Li1-23/+2
2015-02-10pmic:pfuz100 add switch mode and more registersPeng Fan1-0/+53
2015-02-10pmic:pfuze add macro for setting voltagePeng Fan1-0/+2
2015-02-10imx:mx6 update fuse_bank0_regsPeng Fan1-4/+8
2015-02-09Merge branch 'microblaze' of git://git.denx.de/u-boot-microblazeTom Rini24-429/+371
2015-02-09Merge git://git.denx.de/u-boot-arcTom Rini24-167/+639
2015-02-09microblaze: spl: Add LISTS to linker scriptMichal Simek1-0/+6
2015-02-09microblaze: spl: Do not call mem_malloc_init and use early allocMichal Simek2-22/+16
2015-02-09microblaze: Add support for CONFIG_SYS_MALLOC_F_LENMichal Simek2-0/+9
2015-02-09microblaze: Do not use CONFIG_SYS_GENERIC_GLOBAL_DATAMichal Simek2-1/+6
2015-02-09bdinfo: Show information about fdt blob via bdinfoMichal Simek1-0/+3
2015-02-09microblaze: Speedup code copyMichal Simek1-5/+7
2015-02-09microblaze: Move architecture to use generic board initMichal Simek12-272/+195
2015-02-09microblaze: Enable SPL_NOR support when FLASH_BASE is setupMichal Simek1-2/+4
2015-02-09microblaze: Fix gd_t address which is placed at the end of BRAMMichal Simek2-2/+1
2015-02-09microblaze: Remove unused asm labelMichal Simek1-1/+1
2015-02-09microblaze: Use standard interrupt_init() functionMichal Simek3-4/+2
2015-02-09microblaze: Remove unneeded data section adding from DTBMichal Simek1-3/+0
2015-02-09microblaze: Add debug message about enabling interruptsMichal Simek1-0/+1
2015-02-09microblaze: Fix coding styleMichal Simek1-8/+8
2015-02-09microblaze: Remove DEBUG_INT macro and use debug() insteadMichal Simek1-32/+25