summaryrefslogtreecommitdiffstats
path: root/board/phycard-i.MX27
Commit message (Collapse)AuthorAgeFilesLines
* PCA100: initialize pll in assembler codeSascha Hauer2009-12-032-43/+18
| | | | | | | | The PLL initialisation does not work properly if run from SDRAM. Move the initialisation code to lowlevel init which is run in NFC RAM. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'for-sascha' of git://uboot.jcrosoft.org/u-boot-v2 into from-jeanSascha Hauer2009-10-282-5/+5
|\ | | | | | | | | | | | | | | | | Conflicts: board/a9m2440/a9m2440.c board/pcm043/pcm043.c drivers/nand/nand_imx.c Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-222-5/+5
| | | | | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* | mxc_nand: determine page and block size depending on NFMS bitSascha Hauer2009-10-261-1/+1
|/ | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pca100: add missing USB bitsSascha Hauer2009-10-091-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pca100: remove imx_ prefix from gpio access functionsSascha Hauer2009-10-091-3/+3
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pca100: Add USB host supportSascha Hauer2009-09-091-4/+54
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pca100: Add MMU supportSascha Hauer2009-09-091-0/+25
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* remove id fields from struct device_dSascha Hauer2009-07-211-3/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* register sdram devices correctlySascha Hauer2009-07-211-3/+7
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Get rid of DEVICE_TYPE_CONSOLE usageSascha Hauer2009-07-211-1/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Get rid of DEVICE_TYPE_DRAM usageSascha Hauer2009-07-211-2/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Get rid of DEVICE_TYPE_ETHER usageSascha Hauer2009-07-211-1/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* dev_add_partition -> devfs_add_partitionSascha Hauer2009-07-211-5/+5
| | | | Signed-off-by: Sascha Hauer <s.hauer@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>
* add initial phyCard-i.MX27 supportSascha Hauer2009-04-1412-0/+524
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>