summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Collapse)AuthorAgeFilesLines
* remove id fields from struct device_dSascha Hauer2009-07-2122-72/+3
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* register sdram devices correctlySascha Hauer2009-07-2118-65/+129
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm038: register sram deviceSascha Hauer2009-07-211-2/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Get rid of remaining DEVICE_TYPE_* usageSascha Hauer2009-07-211-2/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Get rid of DEVICE_TYPE_CONSOLE usageSascha Hauer2009-07-2119-20/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Get rid of DEVICE_TYPE_DRAM usageSascha Hauer2009-07-2118-44/+18
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Get rid of DEVICE_TYPE_ETHER usageSascha Hauer2009-07-2118-24/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm038 cdevSascha Hauer2009-07-211-13/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* dev_add_partition -> devfs_add_partitionSascha Hauer2009-07-2111-33/+28
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm037 cdev cleanupSascha Hauer2009-07-211-7/+21
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* at91sam9620ek cdev cleanupSascha Hauer2009-07-211-7/+4
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* introduce cdevSascha Hauer2009-07-213-22/+20
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* EUKREA CPUIMX27 : update boot scriptEric Benard2009-07-201-1/+1
| | | | | | | | Update bootargs's mtdparts to be able to use latest kernel (imx_nand renamed to mxc_nand) Signed-off-by: Eric Benard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add NAND to EUKREA CPUIMX27 defconfigEric Benard2009-07-161-0/+1
| | | | | Signed-off-by: Eric Benard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add Eukrea CPUIMX27 supportEric Benard2009-07-1612-0/+541
| | | | | | | | | | 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-0111-0/+578
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* Add the basic support for the DIGI a9m2410 CPU card.Juergen Beisert2009-07-0111-0/+597
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* Remove all ARM __raw_* functions. They are mixed all overJuergen Beisert2009-07-013-32/+32
| | | | | | | the place. This clean up all ARM architectures to use only one set of io functions. Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* pca100: update boot scriptLuotao Fu2009-06-251-8/+1
| | | | Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
* pca100: deactive usb phy csLuotao Fu2009-06-251-0/+7
| | | | | | | this one pull up the gpio controlled cs lines of both usb phys to avoid phy crash caused by dirty data sent by usb controller during initialisation Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
* Fix some layout issues and typos.Juergen Beisert2009-06-102-2/+2
| | | | | | | | Reorganizing some files to parts of the documentation where their content matches. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add ASM to start from NANDWolfram Sang2009-06-041-29/+51
| | | | | | Also rewrite IOMUX to be a lot smaller, because of 2K limit. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
* Refactor imx-NAND-initWolfram Sang2009-06-042-1/+19
| | | | | | Put board specific stuff to board-specific files. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
* Fix off-by-1 errors on range bordersWolfram Sang2009-06-041-3/+2
| | | | | | It will never hit us here, but it's still wrong... Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
* Init IOMUX in any caseWolfram Sang2009-06-041-9/+10
| | | | | | Move SDRAM-check after IOMUX init. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
* i.MX35: Add iomux support from kernelSascha Hauer2009-05-192-47/+61
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mx35 3ds: add missing HCLKSascha Hauer2009-05-191-0/+2
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'for-sha' of git://git.pengutronix.de/git/mkl/u-boot-v2Sascha Hauer2009-05-1911-0/+656
|\
| * [mmccpu] add new board: Bucyrus MMC-CPUMarc Kleine-Budde2009-05-1911-0/+656
| | | | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* | pcm043: Allow to switch cpu frequency from command lineSascha Hauer2009-05-191-0/+45
|/ | | | | | | | Currently there are i.MX35 SoCs with 532MHz and 400MHz maximum frequency. As there's some confusion about which SoCs are available add frequency switching to the command line. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [pm9263] fix update_root scriptMarc Kleine-Budde2009-05-181-1/+1
| | | | | | use correct image ("jffs2") to flash root Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* mDDR drive strength v2Jan Weitzel2009-05-181-7/+11
| | | | | | | | | workarount for drive strength issue v2: optimized settings after temperature tests Signed-off-by: Jan Weitzel <J.Weitzel@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm038: pll workSascha Hauer2009-05-181-57/+81
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm038: initialize PLLs in one stepSascha Hauer2009-05-131-104/+66
| | | | | | | | | | | | We used to initialize the PLLs on PCM038 in two steps. The first was to initialize a basic setup so that all peripheral clocks run at their final speed and the second step was to push the processor to full speed after the PMIC has been initialized for the higher voltage. Do this in one step instead to get an easier setup. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* cs8900: Whitespace changes, replace __FUNCTION__ with __func__Sascha Hauer2009-04-281-0/+8
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm038: Fix PLL settingsJan Weitzel2009-04-141-4/+10
| | | | | | | | | We had some imx27 modules not starting through u-boot. The patch adds some delay between switching the powerlevel up and changing the pll settings. Please add the patch to the next release. Signed-off-by: Jan Weitzel <J.Weitzel@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add initial phyCard-i.MX27 supportSascha Hauer2009-04-1412-0/+524
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mDDR drive strengthJan Weitzel2009-04-081-0/+8
| | | | | | Set DDR type to MDDR, workarount for drive strength issue Signed-off-by: Jan Weitzel <J.Weitzel@phytec.de>
* Merge branch 'usb'Sascha Hauer2009-04-071-0/+110
|\
| * pcm037: add USB supportSascha Hauer2009-04-071-0/+110
| | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | Add i.MX21ads supportIvo Clarysse2009-04-076-0/+248
|/ | | | | Signed-off-by: Ivo Clarysse <ivo.clarysse@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* i.MX31:Sascha Hauer2009-04-061-8/+5
| | | | | | | | | | Rework iomux support for i.MX31: - rename gpio-imx31.c to iomux-v2.c - add pin definitions from Kernel - fixup pcm037 board Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* update pcm043 environmentSascha Hauer2009-03-231-7/+5
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm043: lowlevel_init.S cleanupSascha Hauer2009-03-191-63/+5
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* fec imx27: rename to fec_imxSascha Hauer2009-03-194-4/+4
| | | | | | | This driver is not only used on i.MX27 but on i.MX35 and i.MX25, so rename it to a more generic name Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm043: add some startup code from EbootSascha Hauer2009-02-201-0/+9
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* remove nonexistent include fileSascha Hauer2009-02-201-1/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm043: enable L2 Cache invalSascha Hauer2009-02-201-7/+7
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* fec imx27: configure phy address from platform dataSascha Hauer2009-02-202-0/+2
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: Add cache-l2x0 definitionsSascha Hauer2009-02-061-4/+97
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>