summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* v2.0.0-rc9v2.0.0-rc9Sascha Hauer2009-05-281-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add .gitignore to include/asm-arm/Sascha Hauer2009-05-251-0/+2
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* i.MX1: Fix gpt clock speedSascha Hauer2009-05-251-49/+1
| | | | | | | | | | | | | | got broken in commit: commit 309a75baafc307c77aab2ebe6055ee89a963c626 Author: Sascha Hauer <s.hauer@pengutronix.de> Date: Fri Feb 20 18:14:52 2009 +0100 i.MX use fecclk for fec and gtpclk for gpt Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add strerror functionSascha Hauer2009-05-252-4/+12
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* new cfi driver: change function order to a more common oneSascha Hauer2009-05-251-49/+49
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* cfi driver: change function order to a more common oneSascha Hauer2009-05-251-50/+47
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* usbnet: Check return valueSascha Hauer2009-05-251-5/+6
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* select MIIPHY for usbnetSascha Hauer2009-05-191-0/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* i.MX35: Add iomux support from kernelSascha Hauer2009-05-198-214/+1495
| | | | 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-1916-4/+899
|\
| * [mmccpu] add new board: Bucyrus MMC-CPUMarc Kleine-Budde2009-05-1914-0/+894
| | | | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
| * [miiphy] just whitespace cleanupsMarc Kleine-Budde2009-05-191-4/+4
| | | | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
| * [miiphy] add missing lseekMarc Kleine-Budde2009-05-191-0/+1
| | | | | | | | 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>
* [mac] add force link supportMarc Kleine-Budde2009-05-182-1/+3
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [miiphy] add feature to force link presentMarc Kleine-Budde2009-05-182-1/+14
| | | | | | | | | | | If a NIC's MII isn't connected to a PHY but directly to a switch port, the switch doesn't sent a link signal to the NIC. (Because strictly speaking, there isn't any ethernet link at all.) This patch adds a force link feature to the phy, to cope with this situation. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [macb] add MII flag, improve code readabilityMarc Kleine-Budde2009-05-181-1/+2
| | | | | | | | This patch adds the flag "AT91SAM_ETHER_MII" along to the existing "AT91SAM_ETHER_RMII". This improves code readability in baords which are using plain MII mode. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [macb] clear RMII bit when using plain MIIMarc Kleine-Budde2009-05-181-0/+2
| | | | | | | | When operating in plain MII mode, the driver assumes the RMII bit not set. Although this is the power on reset value, clearing this bit helps when playing with different network setups. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [cfi] add autoprobing, use cfi size for flash chips sizeKarsten Schwinne2009-05-181-0/+6
| | | | | | | | If a flash chip has been added with the size of "0" the cfi's size is used for the flash chip. Signed-off-by: Karsten Schwinne <kartsten.schwinne@de.bucurus.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [at91] add gpio support for at91sam9263Karsten Schwinne2009-05-182-0/+27
| | | | | Signed-off-by: Karsten Schwinne <kartsten.schwinne@de.bucurus.com> Signed-off-by: Marc Kleine-Budde <mkl@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>
* imx serial driver: add input frequency change supportSascha Hauer2009-05-181-1/+28
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* simple console: implement console_flushSascha Hauer2009-05-181-0/+16
| | | | 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-132-104/+69
| | | | | | | | | | | | 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>
* 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>
* console: buffer characters before console is initializedSascha Hauer2009-05-131-10/+21
| | | | | | | | instead of throwing all output away when the console is not initialized, buffer it in a kfifo and print it later when the first console gets initialized. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* console: rename console_buffer to console_input_bufferSascha Hauer2009-05-131-5/+11
| | | | | | ...as we want to add an output buffer, too Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* imx clocksource: add frequency change supportSascha Hauer2009-05-131-0/+13
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add notifier frameworkSascha Hauer2009-05-133-0/+96
| | | | | | | This is loosely based on the Linux notifier framework, but stripped down to the bare minimum. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* imx_spi: make locally used function staticSascha Hauer2009-05-131-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* nand_imx: implement proper timeout in wait_op_doneSascha Hauer2009-05-131-18/+14
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* MX21ads: Add cs8900 support (got lost in last commit)Sascha Hauer2009-04-281-0/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* cs8900: Whitespace changes, replace __FUNCTION__ with __func__Sascha Hauer2009-04-282-16/+23
| | | | 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>
* u-boot-v2: CS89x0 ethernet supportIvo Clarysse2009-04-281-0/+481
| | | | | | | Support for CS89X0 ethernet controllers. Tested with CS8900A ref. F on MX21ADS. Signed-off-by: Ivo Clarysse <ivo.clarysse@gmail.com>
* Arm: remove -msoft-float optionSascha Hauer2009-04-211-1/+0
| | | | | | | | This breaks compilation on a hardfloat toolchain as we would need AFLAGS += -msoft-float aswell. Since we do not use floating point we can equally well remove the option completely. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm043: enable FEC driver in default configSascha Hauer2009-04-201-11/+12
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* u-boot v2 IMX NAND fix for i.MX21Ivo Clarysse2009-04-151-0/+1
| | | | | | | | | | | | | | Without the patch below, the result of the second READID will not match that of the first READID, yielding nand_get_flash_type: second ID read did not match ec,36 against a5,bd instead of NAND device: Manufacturer ID: 0xec, Chip ID: 0x36 (Samsung NAND 64MiB 1,8V 8-bit) Signed-off-by: Ivo Clarysse <ivo.clarysse@gmail.com>
* add pca100 defconfig fileSascha Hauer2009-04-141-0/+215
| | | | 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>
* imx nand: Add debug commandSascha Hauer2009-04-141-1/+37
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* imx nand: Use correct bad block positionSascha Hauer2009-04-141-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add initial phyCard-i.MX27 supportSascha Hauer2009-04-1414-0/+535
| | | | 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>
* Add usb include files missing from USB mergeSascha Hauer2009-04-085-0/+972
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'usb'Sascha Hauer2009-04-0726-8/+4023
|\