On Mon, Oct 12, 2009 at 8:36 PM, Myles Watson mylesgw@gmail.com wrote:
On Sat, Oct 10, 2009 at 5:02 PM, Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net wrote:
On 11.10.2009 00:28, Myles Watson wrote:
On Sat, Oct 10, 2009 at 4:18 PM, Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net wrote:
On 10.10.2009 23:55, Myles Watson wrote:
One thing though: We're using lzma per default now if we're using compression. This means each board needs at _least_ a stack size of 0x8000.
I think I need some clarification. When we're talking about STACK_SIZE and HEAP_SIZE it only refers to coreboot_ram, right? So unless you use a compressed payload, LZMA doesn't come into play. When you're using cache_as_ram, I don't see that we have a way of dividing the cache between stack and heap. Am I missing something?
Thanks, Myles