Re: [PATCH 5/15] bootwrapper: occuppied memory ranges

2007-09-24 Thread Milton Miller
On Sep 23, 2007, at 10:09 PM, David Gibson wrote: > On Fri, Sep 21, 2007 at 06:04:18PM -0500, Milton Miller wrote: >> Add a set of library routines to manage gross memory allocations. >> >> This code uses an array in bss to store upto 32 entrys with merging >> representing a range of memory below r

Re: [PATCH 5/15] bootwrapper: occuppied memory ranges

2007-09-23 Thread David Gibson
On Fri, Sep 21, 2007 at 06:04:18PM -0500, Milton Miller wrote: > Add a set of library routines to manage gross memory allocations. > > This code uses an array in bss to store upto 32 entrys with merging > representing a range of memory below rma_end (aka end of real mode > memory at 0). > > To us

[PATCH 5/15] bootwrapper: occuppied memory ranges

2007-09-21 Thread Milton Miller
Add a set of library routines to manage gross memory allocations. This code uses an array in bss to store upto 32 entrys with merging representing a range of memory below rma_end (aka end of real mode memory at 0). To use this code, a platform would set rma_end (find_rma_end), mark memory ranges