[U-Boot] [PATCH][Re-Submit-again] Custom AFEB9260 board support

2008-10-26 Thread Sergey Lapin
This patch provides support for AFEB9260 board, a product of OpenSource hardware and software. Some commertial projects are made with this design. A board is basically AT91SAM9260-EK with some modifications and different peripherals and different parts used. Main purpose of this project is to gain

Re: [U-Boot] [PATCH 5/5] lcd: Let the board code show board-specific info

2008-10-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:23 Sun 26 Oct , Anatolij Gustschin wrote: Haavard Skinnemoen wrote: The information displayed when CONFIG_LCD_INFO is set is inherently board-specific, so it should be done by the board code. The current code dealing with this only handles two cases, and is already a horrible mess

[U-Boot] [PATCH] - fix nand erase clean problem

2008-10-26 Thread Ilko Iliev
With this patch nand erase clean writes correctly the cleanmarkers. Without this patch nand erase clean fills the OOB with zeros which marks all blocks as bad. Signed-off-by: Ilko Iliev [EMAIL PROTECTED] --- drivers/mtd/nand/nand_util.c | 27 +++ 1 files changed, 19

Re: [U-Boot] [PATCH][Re-Submit-again] Custom AFEB9260 board support

2008-10-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:43 Sun 26 Oct , Sergey Lapin wrote: This patch provides support for AFEB9260 board, a product of OpenSource hardware and software. Some commertial projects are made with this design. A board is basically AT91SAM9260-EK with some modifications and different peripherals and different

Re: [U-Boot] [PATCH][Re-Submit-again] Custom AFEB9260 board support

2008-10-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:49 Sun 26 Oct , Jean-Christophe PLAGNIOL-VILLARD wrote: On 13:43 Sun 26 Oct , Sergey Lapin wrote: This patch provides support for AFEB9260 board, a product of OpenSource hardware and software. Some commertial projects are made with this design. A board is basically

[U-Boot] [PATCH][Re-Submit-again2] Custom AFEB9260 board support

2008-10-26 Thread Sergey Lapin
This patch provides support for AFEB9260 board, a product of OpenSource hardware and software. Some commertial projects are made with this design. A board is basically AT91SAM9260-EK with some modifications and different peripherals and different parts used. Main purpose of this project is to gain

Re: [U-Boot] [PATCH 05/13 v4] ARM: OMAP3: Add lowlevel init and sys_info common files

2008-10-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:27 Fri 17 Oct , [EMAIL PROTECTED] wrote: Subject: [PATCH 05/13 v4] ARM: OMAP3: Add lowlevel init and sys_info common files From: Dirk Behme [EMAIL PROTECTED] Add assembly lowlevel init and sys_info common files Signed-off-by: Dirk Behme [EMAIL PROTECTED] --- Changes in

Re: [U-Boot] [PATCH 10/13 v4] ARM: OMAP3: Add I2C support

2008-10-26 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:29 Fri 17 Oct , [EMAIL PROTECTED] wrote: Subject: [PATCH 10/13 v4] ARM: OMAP3: Add I2C support From: Dirk Behme [EMAIL PROTECTED] Add I2C support Signed-off-by: Dirk Behme [EMAIL PROTECTED] --- Changes in version v2: - Remove SMC911X network init as proposed by Ben