summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release v2010.08.0v2010.08.0Sascha Hauer2010-08-031-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm043: update defconfigSascha Hauer2010-08-031-11/+26
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm038: update defconfigSascha Hauer2010-08-031-9/+19
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm037: update defconfigSascha Hauer2010-08-031-11/+37
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pca100: update defconfigSascha Hauer2010-08-031-10/+20
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* bootz: give a proper error on open() failureBaruch Siach2010-07-221-0/+5
| | | | | | | | Currently when running bootz on a nonexistent file, barebox just got stuck. Fix this. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* nand_imx: fix "used uninitialized" warning on mx25Baruch Siach2010-07-161-1/+1
| | | | | | | | drivers/nand/nand_imx.c: In function 'imx_nand_load_image': drivers/nand/nand_imx.c:1074: warning: 'host' is used uninitialized in this function Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* trivial: fix typos concerning "instead"Uwe Kleine-König2010-07-051-1/+1
| | | | | Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* trivial: fix typos concerning "hierarchy"Uwe Kleine-König2010-07-051-2/+2
| | | | | Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'next'Sascha Hauer2010-07-03135-3566/+4982
|\
| * imx-ipu-fb: do not enable framebuffer on startupEric Bénard2010-06-301-2/+0
| | | | | | | | | | | | | | | | The board code or startup script should enable it when it actually wants to. Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * imx-ipu-fb: Add board specific hook to enable displayEric Bénard2010-06-302-0/+10
| | | | | | | | | | Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * tftp: update doxygen informationSascha Hauer2010-06-281-8/+13
| | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * nfs: resend requests after timeoutSascha Hauer2010-06-281-5/+7
| | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * nfs: Use generic progression barSascha Hauer2010-06-281-7/+7
| | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * tftp: Add push supportSascha Hauer2010-06-282-37/+155
| | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Tested-by: Baruch Siach <baruch@tkos.co.il>
| * tftp: use generic progression barSascha Hauer2010-06-281-21/+13
| | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * cfi flash driver: Use generic progression bar functionSascha Hauer2010-06-281-1/+4
| | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * add progression bar functionSascha Hauer2010-06-283-0/+78
| | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * tftp: remove unused variablesSascha Hauer2010-06-281-8/+1
| | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * Merge remote branch 'origin/assorted-pu' into nextSascha Hauer2010-06-2827-615/+718
| |\
| | * fb: add a usage counter to prevent double enable/disableSascha Hauer2010-06-242-1/+8
| | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| | * i.MX27: Add some missing device base addressesSascha Hauer2010-06-241-0/+3
| | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| | * i.MX clocksource: Use readl/writel instead of pointer derefSascha Hauer2010-06-241-7/+11
| | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| | * i.MX serial: Use readl/writel instead of pointer derefSascha Hauer2010-06-241-66/+71
| | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| | * usbnet: remove unused dev member in struct usbnetSascha Hauer2010-06-243-12/+11
| | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| | * remove eco920 board supportSascha Hauer2010-06-246-357/+0
| | | | | | | | | | | | | | | | | | It has been broken for long time and nobody cared, so remove it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| | * armlinux: reorder tag setupSascha Hauer2010-06-241-29/+22
| | | | | | | | | | | | | | | | | | | | | | | | We call the individual setup_*_tag functions from three different boot commands. Waste less space by calling a single setup_tags function instead. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| | * memcpy cmd: Do not expect to read/write the whole chunk at onceSascha Hauer2010-06-241-11/+19
| | | | | | | | | | | | | | | | | | | | | read() does not necessarily return the number of bytes we want to read, so deal with less bytes. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| | * imxfb: do not enable framebuffer on startupSascha Hauer2010-06-241-2/+0
| | | | | | | | | | | | | | | | | | | | | The board code or startup script should enable it when it actually wants to. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| | * imxfb: Add board specific hook to enable displaySascha Hauer2010-06-242-0/+9
| | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| | * i.MX27: merge iomux pim definitions from kernelSascha Hauer2010-06-2410-130/+564
| | | | | | | | | | | | | | | | | | | | | | | | The Kernel pin definitions are more complete and up to date. Being here we also use seperate files for the iomuxer like the other i.MX SoCs already do. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | Merge remote branch 'origin/usb-pu' into nextSascha Hauer2010-06-284-21/+72
| |\ \
| | * | ehci: remove unused codeSascha Hauer2010-06-242-9/+0
| | | | | | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| | * | ehci: Force a ehci_halt before trying to resetSascha Hauer2010-06-241-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As observed on OMAP some controllers do not like being resetted when running. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| | * | ehci: use is_timeout for timeout instead of udelay counterSascha Hauer2010-06-241-5/+7
| | | | | | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| | * | usb: Check return value of host controller initSascha Hauer2010-06-241-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | And do not scan the bus if initialization failed. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| | * | ehci: Handle hub port reset properlySascha Hauer2010-06-241-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | This has been copied from the U-Boot ehci driver. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| | * | ehci: Make has_tt configurable via platform dataSascha Hauer2010-06-242-6/+22
| | |/ | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | add netconsole host scriptSascha Hauer2010-06-241-0/+59
| | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | fix command loadbEric Bénard2010-06-241-1/+1
| |/ | | | | | | | | | | | | which was broken after commit c3789cd49b43ec1c414ba1b0e9f48e8ccc19f8e1 Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * pca100: use generic default envSascha Hauer2010-06-228-160/+44
| | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * pcm037: use generic default envSascha Hauer2010-06-228-170/+46
| | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * pcm043: use generic default envSascha Hauer2010-06-228-171/+48
| | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * pcm038: use generic default envSascha Hauer2010-06-228-170/+46
| | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * add a generic default environmentSascha Hauer2010-06-226-0/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have several nearly identical default environments in the tree. Lets merge them to a single environment and use it on many boards. This defaultenv is arm centric at the moment due to the use of arm specific boot commands. This can be improved over time. changes since last version: - fix potentially empty variable tests - be a bit more verbose in boot script - run a board specific init script (/env/bin/init_board) if it exists Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * net: use a random mac address if the current device does not have a valid ↵Sascha Hauer2010-06-221-1/+10
| | | | | | | | | | | | address Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * net: implement random_ether_addrSascha Hauer2010-06-221-0/+16
| | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * include support for a simple pseudo number generatorSascha Hauer2010-06-224-0/+44
| | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * Allow to merge default environment from more than one directorySascha Hauer2010-06-224-19/+22
| | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>