includes new startup for model 6ex. Avoids potential badness in the v2 code by replacing a strcpy with a more conservative use of memcpy.
Obviously, some of this stuff needs to be refactored and made common. But I want to get one SMP box working first.
ron
On 11.03.2009 5:58 Uhr, ron minnich wrote:
This includes the Kontron SMP changes. This also includes 6ex changes.
The various startup bits on core 0 -- which of these bits are done on core 1? I could use some feedback here.
Everything you find in v2's function
src/cpu/intel/model_6ex/model_6ex_init.c: static void model_6ex_init(device_t cpu)
plus, actually, SMM init (which is done when waking the CPU up, but that's a different story and for later)
Not tested.
Signed-off-by: Ronald G. Minnich rminnich@gmail.com
Acked-by: Stefan Reinauer stepan@coresystems.de