summaryrefslogtreecommitdiff
path: root/include/configs
AgeCommit message (Expand)AuthorFilesLines
2016-12-09Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini3-0/+4
2016-12-09Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini3-4/+0
2016-12-08block: Move ceva driver to DMMichal Simek3-4/+0
2016-12-06socfpga: add support for Terasic DE1-SoC boardAnatolij Gustschin1-0/+57
2016-12-05davinci: omapl138_lcdk: increase PLL0 frequencyBartosz Golaszewski1-1/+1
2016-12-05arm: baltos: enable booting from USBYegor Yefremov1-0/+33
2016-12-05Merge git://www.denx.de/git/u-boot-i2cTom Rini4-101/+0
2016-12-05arm64: mvebu: Add PCI support to DB-88F8040 boardStefan Roese1-0/+8
2016-12-05arm64: mvebu: Rename db-88f7040 files to armada-8kStefan Roese1-3/+3
2016-12-05arm: samsung: Convert s5p_goni and smdkc100 to DM_I2CSimon Glass1-19/+0
2016-12-05arm: exynos: i2c: Convert exynos boards to use DM_I2CSimon Glass3-82/+0
2016-12-04Merge git://git.denx.de/u-boot-mpc85xxTom Rini43-76/+0
2016-12-04arm: Remove VCMA9 boardSimon Glass1-205/+0
2016-12-04arm: Remove smdk2410 boardSimon Glass1-180/+0
2016-12-04ti_armv7_common: env: Increase IO buffer sizeLokesh Vutla1-1/+1
2016-12-04board: ti: am57xx: Add support for the am571x idkSteve Kipisz1-0/+2
2016-12-04board: ti: am57xx: Add support for detection of X15 revb1Lokesh Vutla1-0/+2
2016-12-04board: ti: am57xx: Add support for detection of reva3 variations for GPEVMNishanth Menon1-0/+2
2016-12-04configs: ti_omap5_common: Select dtb name for dra71xNishanth Menon1-0/+2
2016-12-04Merge branch 'master' of git://www.denx.de/git/u-boot-dmTom Rini1-0/+1
2016-12-03cmd: move CMD_PXE to KconfigYann E. MORIN5-7/+0
2016-12-03Enable DISTRO_DEFAULT on platforms that missed it beforeTom Rini2-5/+0
2016-12-03cmd: Convert CMD_BOOTMENUTom Rini6-10/+0
2016-12-03davinci: omapl138_lcdk: add DT support for EMMC bootFabien Parent1-1/+5
2016-12-03davinci: omapl138_lcdk: improve readability of boot commandFabien Parent1-1/+18
2016-12-03davinci: omapl138_lcdk: add NAND SPL boot supportFabien Parent1-0/+27
2016-12-03davinci: omapl138_lck: remove obsolete defineFabien Parent1-1/+0
2016-12-03davinci: omapl138_lcdk: use correct name for CONFIG_SYS_NAND_MASK_ALEFabien Parent1-1/+1
2016-12-03davinci: omapl138_lcdk: use correct name for CONFIG_SYS_NAND_MASK_CLEFabien Parent1-1/+1
2016-12-03davinci: omapl138_lcdk: use correct define for 16 bit NAND chipsFabien Parent1-1/+1
2016-12-03davinci: omapl138_lcdk: configure ddr2Fabien Parent1-0/+41
2016-12-03ARM: davinci: Move CONFIG_SYS_DA850_DDR_INIT to KconfigFabien Parent4-4/+0
2016-12-03ARM: davinci: Move CONFIG_SYS_DA850_PLL_INIT to KconfigFabien Parent4-4/+0
2016-12-03ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XXNishanth Menon1-1/+1
2016-12-03ti_armv7_common: env: Add support for loading FIT imagesLokesh Vutla5-1/+30
2016-12-03ti_armv7_common: env: Consolidate support for loading images from mmcLokesh Vutla5-63/+27
2016-12-03configs: am335x: usb: do not define CONFIG_DM_USB for splMugunthan V N1-0/+1
2016-12-03r2dplus: fixup CONFIG_SYS_TEXT_BASE to account arch/sh changesVladimir Zapolskiy1-1/+1
2016-12-03sh: define CONFIG_DISPLAY_BOARDINFO to print board informationVladimir Zapolskiy21-0/+27
2016-12-03sh: remove undefined DEBUG preprocessor token from board config filesVladimir Zapolskiy14-15/+0
2016-12-03sh4: use single u-boot linker script for all boardsVladimir Zapolskiy3-3/+0
2016-12-03r2dplus: use P1 area space for text base and PCI system memoryVladimir Zapolskiy1-5/+5
2016-12-03sh4: remove __io config options from r2dplus and r7780mp boardsVladimir Zapolskiy2-2/+0
2016-12-03ARM: am57xx_evm: enable DFU supportSekhar Nori1-0/+8
2016-12-03ARM: ti: consolidate dfu environment variablesSekhar Nori4-148/+7
2016-12-02powerpc: mpc86xx: Move CONFIG_FSL_LAW to KconfigYork Sun4-4/+0
2016-12-02powerpc: mpc85xx: Move CONFIG_FSL_LAW to KconfigYork Sun39-68/+0
2016-12-02powerpc: mpc86xx: Convert CONFIG_SYS_CCSRBAR_DEFAULT to Kconfig optionYork Sun4-4/+0
2016-12-02ARM: zynq(mp): remove unneeded CONFIG_USB_MAX_CONTROLLER_COUNT definesMasahiro Yamada2-2/+0
2016-11-30Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini8-8/+305