Re: [U-Boot] [PATCH RFC v2] non-blocking flash write/erase/status check functions

2010-01-25 Thread Stefan Roese
On Friday 22 January 2010 13:03:40 Wolfgang Denk wrote: > > > More tightly integrated non-blocking variants of some CFI flash access > > > functions. Enable with CONFIG_SYS_FLASH_CFI_NONBLOCK > > > These can be useful to erase flash or write complete sectors of flash > > > during a serial data tran

Re: [U-Boot] [PATCH RFC v2] non-blocking flash write/erase/status check functions

2010-01-22 Thread Wolfgang Denk
Dear Wolfgang Wegner, In message <20100122100332.gk23...@leila.ping.de> you wrote: > > On Wed, Dec 09, 2009 at 05:00:11PM +0100, Wolfgang Wegner wrote: > > More tightly integrated non-blocking variants of some CFI flash access > > functions. Enable with CONFIG_SYS_FLASH_CFI_NONBLOCK > > These can

Re: [U-Boot] [PATCH RFC v2] non-blocking flash write/erase/status check functions

2010-01-22 Thread Wolfgang Wegner
Hi, any comments on this? On Wed, Dec 09, 2009 at 05:00:11PM +0100, Wolfgang Wegner wrote: > More tightly integrated non-blocking variants of some CFI flash access > functions. Enable with CONFIG_SYS_FLASH_CFI_NONBLOCK > These can be useful to erase flash or write complete sectors of flash > duri

[U-Boot] [PATCH RFC v2] non-blocking flash write/erase/status check functions

2009-12-09 Thread Wolfgang Wegner
More tightly integrated non-blocking variants of some CFI flash access functions. Enable with CONFIG_SYS_FLASH_CFI_NONBLOCK These can be useful to erase flash or write complete sectors of flash during a serial data transfer for software updates. Signed-off-by: Wolfgang Wegner --- Re-worked patch