coreboot/src/cpu
Sven Schnelle 6f73a5bf70 Fix stack assignment during CPU initialization
There are two errors in the code. The first one is a missing
$ sign in mov _stack, %esp. Thanks to Ronald G Minnich for
catching that bug.

The second bug is the 'incl %eax', which shouldn't be there, as
there's no secondary CPU with index 0. CPU0 uses always the stack
below _estack.

Change-Id: Id267a654ba95b0e898eeaaafb2403b438250a563
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Reviewed-on: http://review.coreboot.org/1212
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
2012-07-12 07:11:57 +02:00
..
amd AGESA F15 wrapper for Trinity 2012-07-03 09:38:55 +02:00
intel Intel cpus: Extend cache to cover complete Flash Device 2012-07-04 14:47:53 +02:00
via Replace cache control magic numbers with symbols 2012-04-25 16:27:07 +02:00
x86 Fix stack assignment during CPU initialization 2012-07-12 07:11:57 +02:00
Kconfig Drop CONFIG_MAX_PHYSICAL_CPUS on non-AMD boards 2012-05-01 21:20:21 +02:00
Makefile.inc qemu: drop "northbridge.c" from src/cpu/... 2010-03-29 21:17:25 +00:00