Ronald G Minnich <[EMAIL PROTECTED]> writes:
> should sizeram just return an e810-style struct?
Roughly.
I'm using.
struct mem_range {
unsigned long basek;
unsigned long sizek;
};
I don't see a reason to go 64bit, or to have multiple types.
I'm trying to figure out what the best way to allocate it is. Either
to statically allocate the array in hardwaremain.c (with the size set in
the config file) or to actually pass it back from the sizeram function.
Probably the latter, probably already have to many config options.
Eric