aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-02-12lsxl: place the dtb below the inital ramdiskMichael Walle1-1/+1
2015-02-12lsxl: use default load addresses for legacy bootMichael Walle1-3/+3
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-10Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini10-7/+259
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini7-18/+139
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini7-266/+312
2015-02-10Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini13-146/+666
2015-02-10lcd: split splash code into its own functionNikita Kiryanov1-1/+10
2015-02-10lcd: dt: extract simplefb supportNikita Kiryanov2-3/+14
2015-02-10lcd: various cleanupsNikita Kiryanov1-68/+34
2015-02-10lcd: split configuration_get_cmapNikita Kiryanov1-0/+7
2015-02-10lcd: move platform-specific structs to their own headersNikita Kiryanov5-196/+247
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-09Merge branch 'microblaze' of git://git.denx.de/u-boot-microblazeTom Rini2-77/+25
2015-02-09Merge git://git.denx.de/u-boot-arcTom Rini4-128/+0
2015-02-09microblaze: spl: Do not call mem_malloc_init and use early allocMichal Simek1-21/+11
2015-02-09microblaze: Add support for CONFIG_SYS_MALLOC_F_LENMichal Simek1-0/+1
2015-02-09microblaze: Move architecture to use generic board initMichal Simek1-55/+9
2015-02-09microblaze: Enable SPL_NOR support when FLASH_BASE is setupMichal Simek1-2/+4
2015-02-09common: Move dram_init() declaration to common locationMichal Simek1-0/+1
2015-02-09arc: move SYS_MONITOR_BASE setup in KonfigAlexey Brodkin3-3/+0
2015-02-09arc: hard-code CONFIG_ARCH_EARLY_INIT_R in asm/config.hAlexey Brodkin3-15/+0
2015-02-09arc: get rid of useless CONFIG_SKIP_LOWLEVEL_INITAlexey Brodkin2-4/+0
2015-02-09arc: hard-code CONFIG_SYS_GENERIC_BOARD into asm/config.hAlexey Brodkin3-3/+0
2015-02-09arc: add selection of endianess in KconfigAlexey Brodkin1-88/+0
2015-02-09arc: select cache settings via menuconfigAlexey Brodkin4-7/+0
2015-02-09arc: add more flavours of ARC700 series CPUAlexey Brodkin4-4/+0
2015-02-09arc: remove CPU hard-coded selection from board description in include/configsAlexey Brodkin4-4/+0
2015-02-07arm, at91: taurus remove MACH_TYPE definitions in config fileHeiko Schocher1-3/+0
2015-02-07arm, at91, taurus: enable WDTHeiko Schocher1-0/+6
2015-02-07ARM: at91: at91sam9x5: save environment to a FAT file in MMC cardWu, Josh1-5/+6
2015-02-07ARM: at91: sama5d3xek: save enviroment as a FAT file in MMC cardWu, Josh1-4/+6
2015-02-07ARM: at91: sama5d3_xplained: save environment in a FAT file in MMC cardWu, Josh1-4/+5
2015-02-07ARM: at91: mmc portA support is only for at91sam9g20ek_2mmc boardWu, Josh1-2/+4
2015-02-07ARM: atmel: sama5d4_xplained: enable spl supportBo Shen1-0/+56
2015-02-07ARM: atmel: sama5d4ek: enable SPL supportBo Shen1-0/+56
2015-02-06bootstage: Fix typos in the commentBin Meng1-2/+2
2015-02-06x86: Add SD/MMC support to quark/galileoBin Meng1-0/+7
2015-02-06x86: pci: Add pci ids for Quark SoCBin Meng1-0/+4
2015-02-06dt-bindings: Add Intel Quark MRC bindingsBin Meng1-0/+83
2015-02-06fdtdec: Add compatible id and string for Intel Quark MRCBin Meng1-0/+1
2015-02-06x86: Add basic Intel Galileo board supportBin Meng1-0/+53
2015-02-06x86: Remove CONFIG_SATA_INTEL from x86-common.hBin Meng1-1/+0
2015-02-06x86: Add support for Intel Minnowboard MaxSimon Glass1-0/+72
2015-02-06x86: Enable bootstage featuresSimon Glass1-0/+3
2015-02-06scsi: bootstage: Measure time taken to scan the busSimon Glass1-0/+1
2015-02-06x86: mmc: Move common FSP functions into a common fileSimon Glass1-0/+14
2015-02-06Merge git://git.denx.de/u-boot-marvellTom Rini3-1/+104