Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Apr 2011 10:32:57 +0800
From:      Adrian Chadd <adrian@freebsd.org>
To:        Andrew Thompson <thompsa@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r220559 - in head/sys: conf geom
Message-ID:  <BANLkTi=Nv6kd79q9rvmO1wUCurmA4Pq7ZA@mail.gmail.com>
In-Reply-To: <BANLkTimhGV3pnYqcc-OkK3xsuU%2BDKoeWvg@mail.gmail.com>
References:  <201104120810.p3C8AQs0014704@svn.freebsd.org> <BANLkTimhGV3pnYqcc-OkK3xsuU%2BDKoeWvg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 13 April 2011 02:18, Andrew Thompson <thompsa@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTi=Nv6kd79q9rvmO1wUCurmA4Pq7ZA>