[coreboot] [PATCH] more Kconfig default fixes

Myles Watson mylesgw at gmail.com
Tue Oct 13 05:51:39 CEST 2009


On Mon, Oct 12, 2009 at 9:47 PM, ron minnich <rminnich at gmail.com> wrote:

> On Mon, Oct 12, 2009 at 8:45 PM, Myles Watson <mylesgw at gmail.com> wrote:
>
> > The reason we're back on this topic is because we're having trouble
> nailing
> > down the correct values for CONFIG_STACK and CONFIG_HEAP.  I just noticed
> > that they don't actually matter in CAR, so we have RAM by the time we
> even
> > check those values.
>
> understood. OK, let's move along :-)
>

So I guess the question is how should we make sure the stack and heap are
sized correctly.  Using malloc to allocate the memory for lzma makes sense,
but it is used in CAR too, so that complicates our decision.

I guess in CAR we don't have much of a heap to run into, so everything is on
the stack?

Myles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20091012/765af904/attachment.html>


More information about the coreboot mailing list