summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release v2010.09.0v2010.09.0Sascha Hauer2010-08-301-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* omap3: add arch specific dcache invalidateNishanth Menon2010-08-251-0/+43
| | | | | | | | | | | | | | | | | | | | | | Add OMAP3 architecture specific dcache flush back in. Commit 78104ae181f78d83664fdc7522eb632d9c3b2ec9 isolates the cache handling to appropriate handlers, but certain architectures may need special handling esp during boot time. without this patch, building barebox with omap3530_beagle_per_uart_defconfig and attempting to use peripheral download with pusb/pserial will fail as OMAP ROM code depends on 2nd stage bootloaders to clean up things. Discussion Thread: http://www.spinics.net/lists/u-boot-v2/msg01286.html Cc: Michael <mgr@pengutronix.de> Cc: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* defaultenv: create /dev/ram0.kernel at offset 8MMarc Kleine-Budde2010-08-251-1/+1
| | | | | | | otherwise uImages won't boot. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* defaultenv: fix adding of nand_partsMarc Kleine-Budde2010-08-251-1/+1
| | | | | | | Really add nand_parts if nand_parts are set, not nor_parts. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* defaultenv: fix physmap-flash device nameMarc Kleine-Budde2010-08-251-1/+1
| | | | | | | | The first physmap-flash device is called "physmap-flash.0" (like zero), not "physmap-flash.o" (like in oops). Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* pcm043: remove unused definesSascha Hauer2010-08-161-6/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* cp: fix help textBaruch Siach2010-08-111-2/+0
| | | | | | | Copy to target directory is supported since commit b36fca0c, circa 2007. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* md: fix help textBaruch Siach2010-08-041-1/+0
| | | | | Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* omap clock: bugfix remove silicon offset sil_indexMichael Grzeschik2010-08-031-9/+1
| | | | | | | | In omap3_clock_core.S we have just clock values for the ES2 revision, so we should not set any silicon index. Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* beagle: add missing nand headerfileMichael Grzeschik2010-08-031-0/+1
| | | | | Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'next'Sascha Hauer2010-08-03400-782/+14595
|\
| * drivers/usb: regorganisationJean-Christophe PLAGNIOL-VILLARD2010-08-0213-13/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | move to linux usb driver organisation as following drivers/usb/core drivers/usb/gadget drivers/usb/host drivers/usb/otg Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * eukrea_cpuimx25: update default configEric Bénard2010-08-021-3/+8
| | | | | | | | | | | | | | NAND now requires CONFIG_MTD=y to be enabled Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * eukrea_cpuimx35: fix board supportEric Bénard2010-08-025-102/+52
| | | | | | | | | | | | | | | | | | - updated mDDR init sequence - LCD fixes - default configuration update Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * fs: add basic sanity check before accessing the files arrayBaruch Siach2010-07-281-0/+34
| | | | | | | | | | | | | | | | | | This patch adds some basic file descriptor sanity checks to the file access routines. Check whether the given file descriptor is in the files array range, and whether the file entry is valid. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * atmel_nand: fix comment where this code is derived fromSascha Hauer2010-07-231-2/+2
| | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * move boards to arch/<architecure>/boardsJean-Christophe PLAGNIOL-VILLARD2010-07-23320-64/+65
| | | | | | | | | | | | | | | | | | | | | | | | this will allow each arch to handle the boards more simply and depending on there need the env var BOARD will refer to the current board dirent for sandbox as we have only one board the board dirent is arch/sandbox/board Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * barebox_default_env: fix out of tree buildJean-Christophe PLAGNIOL-VILLARD2010-07-222-6/+10
| | | | | | | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * Merge remote branch 'origin/omap' into nextSascha Hauer2010-07-129-326/+225
| |\
| | * beagle: Whitespace cleanupSascha Hauer2010-07-051-120/+122
| | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| | * omap nand: cleanupSascha Hauer2010-07-057-188/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move oob layout to driver - make hwecc support nonoptional but selectable by the board. - let the boards decide which buswidth / ecc type to use. They know better than the user which gets confused by too many kconfig options. - Let the boards explicitly register the nand device. I tried to seperate this further, but failed because of too many dependencies in the code. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| | * omap: remove unused defines and corresponding kconfig optionsSascha Hauer2010-07-052-19/+0
| | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | Merge remote branch 'origin/guf-neso' into nextSascha Hauer2010-07-129-0/+925
| |\ \
| | * | Add Garz+Fricke Neso defconfigSascha Hauer2010-07-051-0/+264
| | | | | | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| | * | Add Garz+Fricke Neso supportSascha Hauer2010-07-058-0/+661
| | |/ | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | Add UBI commands: ubiattach, ubidetach, ubimkvol, ubirmvolSascha Hauer2010-07-053-0/+136
| | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | barebox ubi changesSascha Hauer2010-07-058-172/+323
| | | | | | | | | | | | | | | | | | This adds the layer between barebox and UBI. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | add ubi support from u-boot. Just enough to compile and scanSascha Hauer2010-07-0523-0/+11854
| | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | include stuff missing for ubiSascha Hauer2010-07-051-0/+10
| | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | devfs: only check for ioctl function when neededSascha Hauer2010-07-051-8/+7
| | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | cfi_flash: Add mtd partition support for UBISascha Hauer2010-07-052-4/+98
| | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | cfi_flash: Do not print debug info while erasingSascha Hauer2010-07-051-1/+1
| | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | cfi_flash: Do not typedef struct flash_infoSascha Hauer2010-07-054-60/+60
| | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | add partition mtd supportSascha Hauer2010-07-058-0/+185
| | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | add rbtree support (needed for ubi)Sascha Hauer2010-07-053-0/+550
| | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | move drivers/nand to drivers/mtd/nandSascha Hauer2010-07-0518-3/+12
| | | | | | | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * | crc32: activate crc32_no_comp (needed for jffs2 and UBI)Sascha Hauer2010-07-052-7/+8
| |/ | | | | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | 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>