On 13 April 2011 02:18, Andrew Thompson <thom...@freebsd.org> wrote: > +struct map_desc { > > + uint8_t name [16]; /* null-terminated name */ > > + uint32_t offset; /* offset in flash */ > > + uint32_t addr; /* address in memory */ > > + uint32_t size; /* image size in bytes */ > > + uint32_t entry; /* offset in image for entry point */ > > + uint32_t dsize; /* data size in bytes */ > > +}; > > It could at some point be used on larger storage, perhaps get rid of > the 4G limit now? >
If someone would like to submit patches to implement this and they're verified to work, I'll commit them. Thanks, Adrian _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"