summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
Commit message (Collapse)AuthorAgeFilesLines
...
* mx27ads: update defconfigSascha Hauer2009-12-181-36/+77
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pca100: update defconfigSascha Hauer2009-12-181-41/+69
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm037: update defconfigSascha Hauer2009-12-181-35/+88
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mx21ads: update defconfigSascha Hauer2009-12-181-41/+64
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* omap3evm: Minimal default configurationSanjeev Premi2009-12-171-0/+197
| | | | | | | | Created a minimal configuration that just gets the board up and running. Signed-off-by: Sanjeev Premi <premi@ti.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Turn on CONFIG_CMD_MEMORY in Beagle Board defconfig.Luca Ceresoli2009-12-151-1/+1
| | | | | | | | It would otherwise generate an image whose loadb command is broken. Signed-off-by: Luca Ceresoli <luca.ceresoli@comelit.it> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-1519-35/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | This has been done with the following script: find -path ./.git -prune -o -type f -print0 | xargs -0 -r sed -i \ -e 's/u2boot/barebox/g' \ -e 's/U2Boot/barebox/g' \ -e 's/U-boot V2/barebox/g' \ -e 's/u-boot v2/barebox/g' \ -e 's/U-Boot V2/barebox/g' \ -e 's/U-Boot-v2/barebox/g' \ -e 's/U_BOOT/BAREBOX/g' \ -e 's/UBOOT/BAREBOX/g' \ -e 's/uboot/barebox/g' \ -e 's/u-boot/barebox/g' \ -e 's/u_boot/barebox/g' \ -e 's/U-Boot/barebox/g' \ -e 's/U-boot/barebox/g' \ -e 's/U-BOOT/barebox/g' find -path ./.git -prune -o \( -name "*u-boot*" -o -name "*uboot*" -o -name "*u_boot*" \) -print0 | \ xargs -0 -r rename 's/u[-_]?boot/barebox/' It needs some manual fixup following in the next patch Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm038: update defconfigSascha Hauer2009-12-101-31/+43
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Eukrea CPUIMX27 : update defconfigEric Benard2009-12-031-7/+26
| | | | | Signed-off-by: Eric Benard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* arm: introduce CPU CONFIG from linuxJean-Christophe PLAGNIOL-VILLARD2009-11-0316-18/+18
| | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* at91: Atmel Ref board fix config MACH to match with mach-typesJean-Christophe PLAGNIOL-VILLARD2009-11-0217-18/+18
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* at91: add support for the at91sam9263ek board of AtmelJean-Christophe PLAGNIOL-VILLARD2009-11-021-0/+230
| | | | | | | | | | | Here is the page on Atmel website: http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Cc: Nicolas Ferre <nicolas.ferre@atmel.com> Cc: Patrice VILCHEZ <patrice.vilchez@atmel.com> Cc: Sedji Gaouaou <sedji.gaouaou@atmel.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pm9263: add nand supportJean-Christophe PLAGNIOL-VILLARD2009-11-021-1/+5
| | | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Cc: Ilko Iliev <iliev@ronetix.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* A9M2440: Use external GPIO settings to setup the SDRAMJuergen Beisert2009-10-281-2/+2
| | | | | | | | | | | | | The generic A9M2440 comes in many SDRAM variantes. Two GPIO pins describing the populated SDRAM devices. This patch adds some code to query the setting and setup a correct SDRAM configuration out of four possible variants. Due to the lack of hardware the 16 MiB and 128 MiB case is untested yet. Due to the 32 MiB configuration we must link the u-boot-v2 always to address 0x31fc0000. Even for the 64 MiB and 128 MiB configuration. Signed-off-by: Juergen Beisert <juergen@kreuzholzen.de>
* at91sam9: move to at91Jean-Christophe PLAGNIOL-VILLARD2009-10-203-3/+3
| | | | | | this will allow to add at91rm9200 with the same api as done in the kernel Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* pcm038 defconfig updateSascha Hauer2009-10-121-27/+51
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add mx25 3ds defconfigSascha Hauer2009-09-081-0/+218
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add NAND to EUKREA CPUIMX27 defconfigEric Benard2009-07-161-2/+8
| | | | | Signed-off-by: Eric Benard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add Eukrea CPUIMX27 supportEric Benard2009-07-161-0/+222
| | | | | | | | | | CPUIMX27 is built around Freescale's i.MX27 and has up to 64MB of NOR Flash, up to 512MB of NAND Flash and up to 256MB of mDDR, it includes an ethernet PHY in MII mode, an I2C RTC and a ST16554 QuadUART on nCS3. Signed-off-by: Eric Benard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add the basic support for the DIGI a9m2440 CPU card.Juergen Beisert2009-07-011-0/+229
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* Add the basic support for the DIGI a9m2410 CPU card.Juergen Beisert2009-07-011-0/+229
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* pca100: update defconfigLuotao Fu2009-06-251-3/+3
| | | | Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
* [mmccpu] add new board: Bucyrus MMC-CPUMarc Kleine-Budde2009-05-191-0/+229
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* pca100: update defconfigSascha Hauer2009-05-131-4/+7
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm038: update defconfigSascha Hauer2009-05-131-5/+25
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* u-boot-v2: Support CS8900A on MX21ADSIvo Clarysse2009-04-281-4/+18
| | | | | | | Support the on-board CS8900A ethernet controller of the MX21ADS development board. Signed-off-by: Ivo Clarysse <ivo.clarysse@gmail.com>
* pcm043: enable FEC driver in default configSascha Hauer2009-04-201-11/+12
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add pca100 defconfig fileSascha Hauer2009-04-141-0/+215
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add i.MX21ads supportIvo Clarysse2009-04-071-5/+13
| | | | | Signed-off-by: Ivo Clarysse <ivo.clarysse@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add Freescale i.MX21 supportIvo Clarysse2009-04-071-0/+203
| | | | | Signed-off-by: Ivo Clarysse <ivo.clarysse@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add Phytec PCM043 defconfig fileSascha Hauer2009-02-061-0/+212
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add Freescale MX35 3Stack defconfig fileSascha Hauer2009-02-061-0/+212
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [at91sam9260ek] make defconfig workingMarc Kleine-Budde2008-10-271-10/+20
| | | | | | | This patch changes the TEXT_BASE to a correct value of 0x23f00000. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [at91] rename pn9263_defconfig -> pm9263_defconfigMarc Kleine-Budde2008-08-291-0/+0
| | | | | | | This patch fixes a typo in the defconfig name. The board is actually called "pm9263". Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* pn9263: add defconfig fileSascha Hauer2008-08-261-0/+203
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mx27ads: Add a defconfig fileSascha Hauer2008-08-211-0/+207
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* This patch adds support for Beagle Board.Raghavendra KH2008-08-201-0/+185
| | | | | | | | | | | | | Beagle board from TI is a development platform based on TI's OMAP3530 silicon. You can find more about Beagle Board here: www.beagleboard.org More on OMAP3530 (including documentation can be found here): http://focus.ti.com/docs/prod/folders/print/omap3530.html Signed-off-by: Raghavendra KH <r-khandenahally@ti.com>
* pcm038: update defconfigSascha Hauer2008-08-141-9/+19
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* at91sam9260ek: add defconfigRobert Schwebel2008-07-301-0/+189
| | | | | | The board has no defconfig file; add one. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [pcm038] compile fixes, update defconfigSascha Hauer2008-07-031-4/+32
|
* [pcm037] compile fixes, update defconfigSascha Hauer2008-07-031-9/+40
|
* [netx] compile fixes, update netx defconfigSascha Hauer2008-07-031-20/+54
|
* 015-OMAP-add-SDP3430Nishanth Menon2008-06-051-0/+183
| | | | | | | | | [Patch 15/17] U-Boot-V2:ARM:OMAP3: Add support for SDP3430 support files This patch introduces support for OMAP Boards common infrastructure. Signed-off-by: Nishanth Menon<x0nishan@ti.com>
* [pcm038] regenerate defconfigMarc Kleine-Budde2007-11-281-12/+10
| | | | | | This patch regenerates pcm038s defconfig Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* consider separated commands in pcm038's default configJuergen Beisert2007-11-151-3/+10
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* Using correct board names all over the placeJuergen Beisert2007-11-083-6/+6
| | | | Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
* enabling correct network driver for i.MX27Juergen Beisert2007-11-081-2/+2
|
* adding first default configJuergen Beisert2007-11-051-0/+160
|
* Merge branch 'master' of jbe@octopus:/home/git/projects/u-boot-v2Juergen Beisert2007-10-191-41/+99
|\
| * update scb9328 defconfigsascha2007-10-191-41/+99
| |