From: Russ D. <Rus...@as...> - 2001-10-15 22:02:36
|
On Mon, 2001-10-15 at 14:56, Erik Mouw wrote: > Update of /cvsroot/blob/blob/src/blob > In directory usw-pr-cvs1:/tmp/cvs-serv21169 > > Modified Files: > nesa.c pleb.c shannon.c system3.c > Log Message: > Nesa flash functions. Not tested, but they should work. Please test, Russ. You should really break this out a bit more, as both the nesa and shannon have identical flash (probably true with other platforms as well). Maybe there should be an amd.c, and an intel.c. Each would contain functions for erasing and writing the flash. <arch.c> would set the proper write function, as well as an optional read32/write32 (for plaiting). If no erase/write function was set, then flashing would barf. |