On Sun, Jul 27, 2008 at 7:36 AM, Stefan Reinauer stepan@coresystems.de wrote:
Since we know how big our RAM is when we copy coreboot to RAM, I suggest that we copy coreboot to the end of memory and run it from there. It is a pretty good assumption that no payload will require that space. During memory map creation, we just reserve 256k at the upper end, and we're good.
you mean somewhere below 4g? or below TOM.
also for ecc ram, only ram below CONFIG_LB_MEM_TOPK get inited
YH