- Simplify stack size determination: MAX_CPUS * STACK_SIZE
authorPatrick Georgi <patrick.georgi@coresystems.de>
Mon, 1 Mar 2010 17:16:06 +0000 (17:16 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Mon, 1 Mar 2010 17:16:06 +0000 (17:16 +0000)
commit9d24c7f202c4ff353a8a97e955ee68ed340a98b1
treeaf95887035012a8703fbcfbd0db03603e0474ad4
parentd3b2bbe08c59e36488ca9d04d01ddd61c04504ca
- Simplify stack size determination: MAX_CPUS * STACK_SIZE
- Check that this doesn't run into vga/oprom/bios area at link time
- Avoid overly complicated and not well understood hack which avoids that
  area by leaving a hole in the stack area.
- Adapt technexion/tim5690 to put ramstage at 1MB

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5181 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/arch/i386/coreboot_ram.ld
src/cpu/x86/lapic/lapic_cpu_init.c
src/mainboard/technexion/tim5690/Kconfig