summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Collapse)AuthorAgeFilesLines
* commands: remove maxargsSascha Hauer2009-10-192-2/+0
| | | | | | | No need to check for maximum argument counts. The commands are safe to be called with more arguments, so lets safe some bytes. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* commands: return COMMAND_ERROR_USAGESascha Hauer2009-10-192-10/+5
| | | | | | | instead of calling u_boot_cmd_usage in each command to safe space. Signed-off-by: Sascha Hauer <sha@pengutronix.de>
* sandbox: add a default environmentSascha Hauer2009-10-122-0/+15
| | | | Signed-off-by: Sascha Hauer <sha@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>
* imx spi: Use gpio as chip selectsSascha Hauer2009-10-021-3/+12
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* boards: use recently introduced protect_file functionSascha Hauer2009-10-0210-10/+11
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* register env as env0 and not as envSascha Hauer2009-09-2910-20/+20
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm038: Add USB supportSascha Hauer2009-09-091-0/+46
| | | | 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>
* add Freescale MX25 3stack board supportSascha Hauer2009-09-0811-0/+795
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm038: Add MMU supportSascha Hauer2009-08-191-0/+26
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Fix the UPLL setting (USB main clock) to the correct value of 48MHz to make ↵Juergen Beisert2009-08-121-1/+1
| | | | | | USB really work Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* adapt both S3C platforms to the new device handlingJuergen Beisert2009-08-112-6/+20
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* remove a wrong and confusing commentJuergen Beisert2009-08-111-1/+0
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* Remove already commeted out baseboard devices. Useless here.Juergen Beisert2009-08-111-24/+0
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* Merge branch 'small_a9m24x0_fixes' of octopus:/home/jbe/work/u-boot-v2 into jbeSascha Hauer2009-07-312-8/+3
|\
| * Use the machine number macro instead of the plain numberJuergen Beisert2009-07-311-1/+1
| | | | | | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
| * Use the correct machine number for the a9m2410 CPU cardJuergen Beisert2009-07-311-6/+1
| | | | | | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
| * fix RTC's I2C addressJuergen Beisert2009-07-311-1/+1
| |
* | Merge branch 'docu_update' of octopus:/home/jbe/work/u-boot-v2 into jbeSascha Hauer2009-07-313-0/+35
|\ \
| * | Give the S3C24xx CPU family a nice menu entryJuergen Beisert2009-07-311-0/+4
| | | | | | | | | | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
| * | Improve documentation by adding build notes to the a9m24x0 CPU cardsJuergen Beisert2009-07-312-0/+31
| |/ | | | | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* / pcm038: Add framebuffer supportSascha Hauer2009-07-311-1/+72
|/ | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* cdev fixes for new boardsSascha Hauer2009-07-213-52/+11
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* at91sam9260ek: Fix compiler warningSascha Hauer2009-07-211-2/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* get rid of device idsSascha Hauer2009-07-211-12/+33
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* 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>