Re: [U-Boot] [PATCH] post: new parallel nor flash test

2013-05-18 Thread Mathieu Clavette
Envoyé de mon iPad ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] post: new parallel nor flash test

2012-02-01 Thread Mike Frysinger
On Wednesday 01 February 2012 02:47:32 Vaibhav Kothari wrote: > i am asking about possibility that in function 'write_buff' > there is no checking of protect[] status...so how to get sure that over > uboot sector is protected or not??? your summary doesn't seem to match the actual question here .

[U-Boot] [PATCH] post: new parallel nor flash test

2012-02-01 Thread Vaibhav Kothari
 i am asking about possibility that in function 'write_buff' there is no checking of protect[] status...so how to get sure that over uboot sector is protected or not??? thanks in advanece___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de

Re: [U-Boot] [PATCH] post: new parallel nor flash test

2011-05-10 Thread Mike Frysinger
On Tuesday, May 10, 2011 17:59:42 Wolfgang Denk wrote: > Mike Frysinger wrote: > > > > This adds a simple parallel nor flash test to automatically verify > > > > erasing/writing/reading of sectors. The code is based on existing > > > > Blackfin tests but generalized for everyone to use. > > > > >

Re: [U-Boot] [PATCH] post: new parallel nor flash test

2011-05-10 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201105101711.07625.vap...@gentoo.org> you wrote: > > > > This adds a simple parallel nor flash test to automatically verify > > > erasing/writing/reading of sectors. The code is based on existing > > > Blackfin tests but generalized for everyone to use. > > > > W

Re: [U-Boot] [PATCH] post: new parallel nor flash test

2011-05-10 Thread Mike Frysinger
On Tuesday, May 10, 2011 16:17:00 Wolfgang Denk wrote: > Mike Frysinger wrote: > > This adds a simple parallel nor flash test to automatically verify > > erasing/writing/reading of sectors. The code is based on existing > > Blackfin tests but generalized for everyone to use. > > What exactly does

Re: [U-Boot] [PATCH] post: new parallel nor flash test

2011-05-10 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1305058102-26936-1-git-send-email-vap...@gentoo.org> you wrote: > This adds a simple parallel nor flash test to automatically verify > erasing/writing/reading of sectors. The code is based on existing > Blackfin tests but generalized for everyone to use. What exa

[U-Boot] [PATCH] post: new parallel nor flash test

2011-05-10 Thread Mike Frysinger
This adds a simple parallel nor flash test to automatically verify erasing/writing/reading of sectors. The code is based on existing Blackfin tests but generalized for everyone to use. Signed-off-by: Mike Frysinger --- include/post.h|1 + post/drivers/Makefile |2 +- post/driver