[U-Boot-Users] ubi and u-boot

2008-04-18 Thread Bernard Blackham
[apologies for the cross post] Is anyone working on ubi/ubifs support in u-boot? Kind regards, Bernard. - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's stil

Re: [U-Boot-Users] ubi and u-boot

2008-04-18 Thread Bernard Blackham
Jamie Lokier wrote: > Josh Boyer wrote: >>> Is anyone working on ubi/ubifs support in u-boot? >> I am not aware of anyone actively working on porting UBI to upstream >> U-Boot at this exact moment. > > Is it even a good idea? From what I've seen, UBI is the first solution with the potential for

[U-Boot-Users] [PATCH RFC] ARM: Davinci: NAND fix for large page ECC and linux compatibility

2008-06-26 Thread Bernard Blackham
(i.e. uboot with this patch and davinci git kernel can read/write the same NAND).] Signed-off-by: Bernard Blackham <[EMAIL PROTECTED]> --- cpu/arm926ejs/davinci/nand.c| 79 ++-- include/configs/davinci_dvevm.h | 12 ++ 2 files changed, 89 inser

Re: [U-Boot-Users] [PATCH RFC] ARM: Davinci: NAND fix for large page ECC and linux compatibility

2008-06-27 Thread Bernard Blackham
[offlist thread cc'd back to the list - hope you don't mind Scott!] Hi Scott, Thanks for your feedback. On Fri, Jun 27, 2008 at 12:04:00PM -0500, Scott Wood wrote: >Bernard Blackham wrote: >> What I would like to know though, is are you the right person to >> push this