Dear Vasili, In message <[email protected]> you wrote: > > On our system, we are interested in keeping all files, including the OS image > and U-Boot second stage on FAT filesystem residing on a SPI flash. > > I have not found existing U-Boot support for such functionality. Have I > missed it?
We do not have FAT suppot on flash devices yet. > In any case, I'm willing to implement this, do you see it reasonable > incorporating such code into U-Boot? (if it passes review of course) I think the best way to implement this would require a two staged approach: in the first stage, U-Boot should adapte the device driver model we've been waiting for so long; in the second stage, the file system support would more or less fall into place on to of the then existing storage device drivers. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] When some people discover the truth, they just can't understand why everybody isn't eager to hear it. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

