summaryrefslogtreecommitdiff
path: root/include/configs
Commit message (Expand)AuthorAgeLines
* tb100 - add Abilis TB100 boardAlexey Brodkin2014-05-27-0/+123
* Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2014-05-24-201/+317
|\
| * cm-t54: add environment partition runtime detectionDmitry Lifshitz2014-05-23-0/+1
| * cm-t54: add EEPROM support and MAC address handlingDmitry Lifshitz2014-05-23-0/+9
| * cm-t54: add cm-t54 board supportDmitry Lifshitz2014-05-23-0/+139
| * arm, am33xx: Enable CONFIG_SYS_GENERIC_BOARD for siemens boardsHeiko Schocher2014-05-23-0/+2
| * omap4: duovero: Add Gumstix DuoVero machine.Ash Charles2014-05-23-0/+71
| * omap3: overo: Use common configurations for OveroAsh Charles2014-05-23-194/+28
| * Allow overo to boot with device treeAsh Charles2014-05-23-20/+38
| * arm: omap3: Fix omap3_overo SPL boot hangupAsh Charles2014-05-23-0/+6
| * OMAP3: overo: eliminate hard-coded partition offsetsAsh Charles2014-05-23-9/+1
| * OMAP3: overo: increase linux partition to 8 MiBPeter A. Bigot2014-05-23-2/+2
| * OMAP3: overo: add command support for mtd and ubiAsh Charles2014-05-23-3/+37
| * omap: overo: allow the use of a plain text env file instead boot scriptsAsh Charles2014-05-23-0/+10
* | Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'Albert ARIBAUD2014-05-23-8/+38
|\ \
| * | arm: rmobile: lager: Enable CONFIG_SYS_GENERIC_BOARDNobuhiro Iwamatsu2014-05-21-0/+1
| * | arm: rmobile: koelsch: Enable CONFIG_SYS_GENERIC_BOARDNobuhiro Iwamatsu2014-05-21-0/+1
| * | arm: rmobile: armadillo800eva: Enable CONFIG_SYS_GENERIC_BOARDNobuhiro Iwamatsu2014-05-21-0/+1
| * | arm: rmobile: koelsch: Add support ext4/fat write commandNobuhiro Iwamatsu2014-05-21-1/+4
| * | arm: rmobile: lager: Add support ext4/fat write commandNobuhiro Iwamatsu2014-05-21-1/+4
| * | arm: rmobile: lager: Add support command and filesystems of VFATNobuhiro Iwamatsu2014-05-21-0/+5
| * | arm: rmobile: lager: Add support USB controllerNobuhiro Iwamatsu2014-05-21-0/+7
| * | arm: rmobile: koelsch: Add support command and filesystems of VFATNobuhiro Iwamatsu2014-05-21-0/+6
| * | arm: rmobile: koelsch: Add support USB controllerNobuhiro Iwamatsu2014-05-21-0/+7
| * | arm: rmobile: lager: Enable optimization of thumbNobuhiro Iwamatsu2014-05-21-0/+1
| * | arm: rmobile: lager: Remove CONFIG_USE_ARCH_MEMSET and MEMCPYNobuhiro Iwamatsu2014-05-21-2/+0
| * | arm: rmobile: lager: Remove define of SCIF registerNobuhiro Iwamatsu2014-05-21-1/+0
| * | arm: rmobile: koelsch: Enable optimization of thumbNobuhiro Iwamatsu2014-05-21-0/+1
| * | arm: rmobile: koelsch: Remove CONFIG_USE_ARCH_MEMSET and MEMCPYNobuhiro Iwamatsu2014-05-21-2/+0
| * | arm: rmobile: koelsch: Remove define of SCIF registerNobuhiro Iwamatsu2014-05-21-1/+0
| |/
* | Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'Albert ARIBAUD2014-05-23-12/+42
|\ \
| * | zynq: load u-boot-dtb.img if CONFIG_OF_SEPARATE is definedMasahiro Yamada2014-05-15-8/+12
| * | ARM: zynq: Extend maximum number of command argumentsMichal Simek2014-05-14-1/+1
| * | ARM: zynq: Enable EXT4 configsSiva Durga Prasad Paladugu2014-05-14-0/+2
| * | ARM: zynq: Move USB/SD/MMC common FAT configsSiva Durga Prasad Paladugu2014-05-14-6/+8
| * | ARM: zynq: Enable the FAT write capabilitySiva Durga Prasad Paladugu2014-05-14-0/+1
| * | ARM: zynq: Added USB host support for zynq boardsSiva Durga Prasad Paladugu2014-05-14-1/+21
| * | ARM: zynq: Extend kernel image size to 60MBMichal Simek2014-05-14-1/+1
| * | ARM: zynq: Call zynq board_init() in SPLMichal Simek2014-05-14-0/+1
* | | Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2014-05-23-2/+2
|\ \ \
| * | | Add board_mmc_init(...) function for init mmc1 onlyHannes Petermaier2014-05-23-2/+2
* | | | Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblazeTom Rini2014-05-22-1/+19
|\ \ \ \
| * | | | fpga: Added support to load bit stream from SD/MMCSiva Durga Prasad Paladugu2014-05-20-0/+1
| * | | | zynq: Enable fpga loadp and loadbp commandsMichal Simek2014-05-20-0/+2
| * | | | fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMKSiva Durga Prasad Paladugu2014-05-20-0/+15
| * | | | configs: iocom: Fix typo on CMD_FPGA commandMichal Simek2014-05-20-1/+1
| |/ / /
* | | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-05-22-114/+693
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD2014-05-20-157/+1054
| |\ \ \ | | |/ /
| * | | Merge remote-tracking branch 'u-boot-sh/rmobile'Albert ARIBAUD2014-05-16-69/+7
| |\ \ \
| | * | | arm: rmobile: lager: Remove MACH_TYPE_LAGER and CONFIG_MACH_TYPENobuhiro Iwamatsu2014-04-28-2/+0