summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-13arc: introduce U-Boot port for ARCv2 ISAAlexey Brodkin
2015-02-12sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PARTHans de Goede
2015-02-12Add linux/compiler-gcc5.h to fix builds with gcc5Hans de Goede
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2015-02-10Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2015-02-10lcd: split splash code into its own functionNikita Kiryanov
2015-02-10lcd: dt: extract simplefb supportNikita Kiryanov
2015-02-10lcd: rename bitmap_plot to better represent its functionalityNikita Kiryanov
2015-02-10lcd: various cleanupsNikita Kiryanov
2015-02-10lcd: remove unused includesNikita Kiryanov
2015-02-10lcd: introduce lcd_set_cmapNikita Kiryanov
2015-02-10lcd: logo: move generic cmap setting to lcd_logo_set_cmap()Nikita Kiryanov
2015-02-10lcd: mpc823: move mpc823-specific lcd_logo_set_cmap code to mpc8xx_lcd.cNikita Kiryanov
2015-02-10lcd: atmel: introduce lcd_logo_set_cmapNikita Kiryanov
2015-02-10lcd: mpc8xx: move mpc823-specific fb_put_byte to mpc8xx_lcd.cNikita Kiryanov
2015-02-10lcd: atmel: move atmel-specific fb_put_word to atmel_lcdfbNikita Kiryanov
2015-02-10lcd: split configuration_get_cmapNikita Kiryanov
2015-02-10lcd: move platform-specific structs to their own headersNikita Kiryanov
2015-02-10mx53loco: Fix boot hang during reboot stress testFabio Estevam
2015-02-10arm: mxs: Add 'Wait for JTAG user' if booted in JTAG modeGraeme Russ
2015-02-10arm: mxs: Enable booting of mx28 without batteryGraeme Russ
2015-02-10arm: mxs: Add debug outputs and comments to mxs SPL source filesGraeme Russ
2015-02-10imx: mx6: Fixed AIPS3 base address issueYe.Li
2015-02-10imx: imximage: Add QuadSPI boot supportYe.Li
2015-02-10imx: mx6qsabreauto: Change to use common GPMI IO clock functionYe.Li
2015-02-10pmic:pfuz100 add switch mode and more registersPeng Fan
2015-02-10pmic:pfuze add macro for setting voltagePeng Fan
2015-02-10imx:mx6 update fuse_bank0_regsPeng Fan
2015-02-09Merge branch 'microblaze' of git://git.denx.de/u-boot-microblazeTom Rini
2015-02-09Merge git://git.denx.de/u-boot-arcTom Rini
2015-02-09microblaze: spl: Add LISTS to linker scriptMichal Simek
2015-02-09microblaze: spl: Do not call mem_malloc_init and use early allocMichal Simek
2015-02-09microblaze: Add support for CONFIG_SYS_MALLOC_F_LENMichal Simek
2015-02-09microblaze: Do not use CONFIG_SYS_GENERIC_GLOBAL_DATAMichal Simek
2015-02-09bdinfo: Show information about fdt blob via bdinfoMichal Simek
2015-02-09microblaze: Speedup code copyMichal Simek
2015-02-09microblaze: Move architecture to use generic board initMichal Simek
2015-02-09microblaze: Enable SPL_NOR support when FLASH_BASE is setupMichal Simek
2015-02-09microblaze: Fix gd_t address which is placed at the end of BRAMMichal Simek
2015-02-09microblaze: Remove unused asm labelMichal Simek
2015-02-09microblaze: Use standard interrupt_init() functionMichal Simek
2015-02-09microblaze: Remove unneeded data section adding from DTBMichal Simek
2015-02-09microblaze: Add debug message about enabling interruptsMichal Simek
2015-02-09microblaze: Fix coding styleMichal Simek
2015-02-09microblaze: Remove DEBUG_INT macro and use debug() insteadMichal Simek
2015-02-09microblaze: Fix coding style in exception.cMichal Simek
2015-02-09microblaze: Show return address from exceptionMichal Simek
2015-02-09microblaze: Fix stack usage in interrupt handlerMichal Simek