summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'for-next/musb'Sascha Hauer2014-10-021-0/+13
|\
| * ARM: am335x_defconfig: Enable USB supportSascha Hauer2014-09-261-0/+13
| | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | Merge branch 'for-next/misc'Sascha Hauer2014-10-022-2/+0
|\ \
| * | ARM: remove nonexisting env directories from defconfigsSascha Hauer2014-09-122-2/+0
| |/ | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | Merge branch 'for-next/marvell'Sascha Hauer2014-10-025-79/+69
|\ \
| * | ARM: defconfig: remove board specific mvebu defconfigsSascha Hauer2014-10-025-135/+0
| | | | | | | | | | | | | | | | | | The boards are now covered by mvebu_defconfig Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | ARM: Add mvebu_defconfigSascha Hauer2014-10-021-0/+121
| | | | | | | | | | | | | | | | | | | | | This adds a mvebu_defconfig which enables all mvebu based boards. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
| * | ARM: mvebu: Allow multiple SoCsSascha Hauer2014-09-234-0/+4
| |/ | | | | | | | | | | | | | | Now that the correct SoC specific memory fixup function is called we can allow to select multiple SoCs in Kconfig. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
* | Merge branch 'for-next/imx'Sascha Hauer2014-10-021-1/+2
|\ \
| * | arm: imx6: add Gateworks Ventana boardLucas Stach2014-09-171-1/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | For now only the Quad 1GB variant is supported. Tested: - starting barebox over USB - writing barebox to NAND with barebox_update - starting Linux kernel over TFTP Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | Merge branch 'for-next/at91'Sascha Hauer2014-10-021-0/+85
|\ \
| * | ARM: at91: add sama5d4ek board supportBo Shen2014-09-241-0/+85
| |/ | | | | | | | | | | | | | | | | | | | | | | Add Atmel sama5d4ek board support, which include following features: - NAND flash support - SPI flash support - MMC card support (MCI1) - LCD display support (with QT1070) - Ethernet support Signed-off-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | Merge branch 'for-next/arm'Sascha Hauer2014-10-021-25/+36
|\ \
| * | eukrea-cpuimx35: refresh configurationEric Bénard2014-09-231-25/+36
| |/ | | | | | | | | Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | ARM: am335x: Add a NAND update handler for the regular bareboxSascha Hauer2014-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | To be able to not only update the MLO in NAND but also the regular barebox image. Since this is implemented with help of the corresponding xload handler this also removes the 'xload' from the Kconfig options and the filename. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | ARM: AM33xx: Add AFI GF board supportSascha Hauer2014-09-262-0/+2
|/ | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'for-next/usb'Sascha Hauer2014-08-0726-26/+26
|\
| * USB: Kconfig: introduce USB_HOST symbolSascha Hauer2014-07-1826-26/+26
| | | | | | | | | | | | | | | | | | This renames USB to USB_HOST since this is what the symbol really means. Introduce a USB symbol which is selected by both USB_GADGET and USB_HOST. This gives us a symbol to let common USB code depend on. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | Merge branch 'for-next/rtc'Sascha Hauer2014-08-071-0/+2
|\ \ | | | | | | | | | | | | | | | Conflicts: arch/mips/dts/jz4755.dtsi commands/Makefile
| * | ARM: versatilepb_defconfig: enable RTC supportAntony Pavlov2014-08-021-0/+2
| |/ | | | | | | | | | | | | | | | | | | Use this qemu cmdline to test hwclock $ qemu-system-arm -M versatilepb -nographic \ -monitor null -kernel barebox -serial stdio Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | Merge branch 'for-next/imx'Sascha Hauer2014-08-071-0/+1
|\ \
| * | ARM: i.MX6Q: Add support for Embedsky E9 board.Andrey Panov2014-07-171-0/+1
| |/ | | | | | | | | | | | | | | | | | | This will add support for Embedsky E9 board. It is a small board based on i.MX6 Quad with 2G of RAM. http://en.embedsky.com/product_info.php?cateid=169&id=169 Signed-off-by: Andrey Panov <rockford@yandex.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | Merge branch 'for-next/canon'Sascha Hauer2014-08-071-0/+56
|\ \
| * | ARM: DIGIC: add canon-a1100_defconfigAntony Pavlov2014-08-011-0/+56
| |/ | | | | | | | | Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* / ARM: AM3355x: Update defconfigSascha Hauer2014-08-011-41/+42
|/ | | | | | | Most diffstat comes from refreshing the config. The only real change is that the NAND xload update handler is enabled now. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Revert "ARM: OMAP: Do not show MLO/SPI image options with OMAP_MULTI_BOARDS"Sascha Hauer2014-07-111-0/+1
| | | | | | | The assumption that OMAP_BUILD_IFT is unused for multi board support is wrong. It is indeed used, so revert the patch. This reverts commit d1ec6fb0c9bb66939e85964c2f5214b117c78ecf.
* ARM: OMAP: Do not show MLO/SPI image options with OMAP_MULTI_BOARDSSascha Hauer2014-07-071-1/+0
| | | | | | | The MLO/SPI image options have no effect with OMAP_MULTI_BOARDS enabled, so do not show them. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'for-next/imx'Sascha Hauer2014-07-047-466/+38
|\
| * arm: imx6: rename hummingboard directory to microsomLucas Stach2014-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | The rule in barebox is to name the directories after the modules. As hummingboard is just one of the carriers for the MicroSOM module, name the directory accordingly. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM: Phytec-phyCORE-imx27: Switch to multiimage supportSascha Hauer2014-06-132-118/+37
| | | | | | | | | | | | | | Tested on the phyCORE-imx27 to boot on NOR and NAND using the registered update handlers. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM: Phytec-phyCORE-imx27: Register board env during runtimeSascha Hauer2014-06-131-1/+1
| | | | | | | | | | | | | | | | Register the board specific environment during runtime using defaultenv_append_directory() to make it available for multi image support. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM: i.MX53 QSB: Drop board defconfigSascha Hauer2014-06-121-117/+0
| | | | | | | | | | | | imx_v7_defconfig covers the QSB board, no need for a board defconfig. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM: i.MX51 babbage: Drop board defconfigSascha Hauer2014-06-121-81/+0
| | | | | | | | | | | | imx_v7_defconfig covers the babbage board, no need for a board defconfig. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM: i.MX6 sabrelite: Drop board defconfigSascha Hauer2014-06-121-84/+0
| | | | | | | | | | | | imx_v7_defconfig covers the sabrelite, no need for a board defconfig. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM: i.MX6 sabresd: Drop board defconfigSascha Hauer2014-06-121-71/+0
| | | | | | | | | | | | imx_v7_defconfig covers the sabresd, no need for a board defconfig. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM: PCM038: Switch to devicetree probeAlexander Shiyan2014-06-121-23/+29
| | | | | | | | | | | | | | | | This patch removes non-DT support for PCM-038/PCM-970 and switch to devicetree probe for these targets. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | Merge branch 'for-next/arm-versatile'Sascha Hauer2014-07-041-23/+27
|\ \
| * | ARM: versatilepb_defconfig: enable devicetree supportAntony Pavlov2014-06-231-23/+27
| |/ | | | | | | | | Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* / ARM: imx_v7_defconfig: updateSascha Hauer2014-06-231-41/+43
|/ | | | | | Enable blspec and menutree support which was lost. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'pu/warnings'Sascha Hauer2014-06-061-17/+14
|\
| * ARM: friendlyarm_mini2440: refresh defconfigSascha Hauer2014-06-051-17/+14
| | | | | | | | | | | | | | | | | | Fixes: arch/arm/configs/friendlyarm_mini2440_defconfig:38:warning: override: reassigning to symbol CMD_TFTP arch/arm/configs/friendlyarm_mini2440_defconfig:46:warning: override: reassigning to symbol FS_TFTP Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | tegra: refresh defconfigLucas Stach2014-06-051-9/+13
|/ | | | | | | | Mainly for Jetson TK1 support, but -next moved some stuff around. Also enable some filesystems. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'for-next/uemd'Sascha Hauer2014-06-041-0/+49
|\
| * ARM: uemd: add module-mb7707_defconfigAntony Pavlov2014-05-261-0/+49
| | | | | | | | | | Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | Merge branch 'for-next/samsung'Sascha Hauer2014-06-041-3/+6
|\ \ | | | | | | | | | | | | Conflicts: arch/arm/configs/friendlyarm_mini2440_defconfig
| * | ARM: mini2440: update defconfigMichael Olbrich2014-05-191-5/+6
| |/ | | | | | | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | Merge branch 'for-next/omap'Sascha Hauer2014-06-042-88/+21
|\ \ | | | | | | | | | | | | | | | Conflicts: arch/arm/configs/am335x_beaglebone_defconfig arch/arm/configs/am335x_defconfig
| * | ARM: AM335x: merge am335x config in a single config fileSascha Hauer2014-05-152-86/+21
| | | | | | | | | | | | | | | | | | | | | The current am335x boards can be built together. Merge the configs to a single am335x_defconfig. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | ARM: AM335x: beaglebone: change to defaultenv_append_directorySascha Hauer2014-05-151-1/+0
| | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | ARM: AM335x: phycore: change to defaultenv_append_directorySascha Hauer2014-05-151-1/+0
| | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>