summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* imx: Add Phytec Phycore i.MX35 aka PCM043 supportSascha Hauer2009-02-0612-0/+639
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add Support for Freescale MX35 3Stack BoardSascha Hauer2009-02-0612-0/+877
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [MX31] Clock Controller module: redefine registers as offsetsSascha Hauer2009-01-301-6/+6
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [MX31] Use common PLL definesSascha Hauer2009-01-301-2/+3
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [MX27] use common PLL definesSascha Hauer2009-01-301-13/+14
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* update .gitignore files for linker scriptsSascha Hauer2009-01-211-0/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* sandbox: Fix generation of linker scriptSascha Hauer2009-01-212-0/+233
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* PCM037: Adjust CS5 for SJA1000Sascha Hauer2008-12-191-0/+4
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* PCM037: Add support for different memory amountsSascha Hauer2008-12-192-65/+120
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm037: Limit CFI size to 32MBSascha Hauer2008-12-171-2/+2
| | | | | | | According to the Phytec website the PCM037 has a maximum of 32MB flash Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Default environments: Do not continue when tftp failedSascha Hauer2008-11-147-7/+7
| | | | | | | When we fail to download the kernel image (for example when the user pressed ctrl-c) do not try to boot the image Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [PCM037] Add NAND supportSascha Hauer2008-11-101-10/+12
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [PCM037] Add a default environment derived from PCM038Sascha Hauer2008-11-107-6/+179
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [AT9SAM] implement different ECC modes for NAND chipsSascha Hauer2008-10-311-2/+15
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [at91sam9] Nand driverMarc Kleine-Budde2008-10-271-41/+30
| | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [pm9263] use define rather than plain integer value for ↵Marc Kleine-Budde2008-10-271-1/+1
| | | | | | | | | armlinux_set_architecture armlinux_set_architecture uses a plain integer value, this patch changes this to use the define from mach-types.h Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* OMAP: SDRC MCFG Register configuration corrected for SDP3430.Sascha Hauer2008-10-071-32/+13
| | | | | | Signed-off-by: Shankarganesh K <shankarganesh@ti.com> Acked-By: Nishanth Menon <nm@ti.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm038: Speed up MPLLSascha Hauer2008-09-301-1/+1
| | | | | | this got broken with 716b432346b4ffcc3041b6372c7a881ddfef1e11 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Boards:OMAP: Add GPMC initNishanth Menon2008-09-152-0/+25
| | | | | | | This patch adds support for GPMC initialization to existing board files - beagle and sdp3430 Signed-off-by: Nishanth Menon <x0nishan@ti.com>
* Board:OMAP:NAND introduce generic NAND support This introduces generic nand ↵Nishanth Menon2008-09-153-0/+214
| | | | | | device support including common configurations used on various OMAP platforms Signed-off-by: Nishanth Menon <x0nishan@ti.com>
* pcm038: arbitrary changes to make boot more robustSascha Hauer2008-09-091-16/+18
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm038: implement better waiting for PLLsSascha Hauer2008-09-091-26/+10
| | | | | | | Instead of using a trivial counting loop we poll the 32KHz oscillator to wait for the PLLs to stabilize Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm038: update help in default env initSascha Hauer2008-09-031-2/+2
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'for-sha' of ssh://sha@octopus/home/git/projects/u-boot-v2 into ↵Sascha Hauer2008-09-028-30/+115
|\ | | | | | | from-mkl
| * [pm9263] remove ifdef around dev_add_partitionMarc Kleine-Budde2008-09-021-2/+0
| | | | | | | | | | | | | | | | This patch removed the ifdef around dev_add_partition. Since dev_add_partition becomes a void function if compiling u-boot w/o partition support. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>