See patch.
This is a dual-CPU Intel 440BX board. The current patch boots fine into Linux _iff_ you use 'nosmp' or 'maxcpus=0'. I'm doing some stuff in coreboot to init the two CPUs, but I probably got some parts wrong or there is something missing. If I omit 'nosmp' the boot will hang at the poing where Linux tries to detect IDE drives. If you have any ideas how to debug or fix this, please let me know.
Either way, as it boots into Linux I think this is ready to go into svn, further fixes will follow.
See http://www.coreboot.org/ASUS_P2B-DS for the current board status.
Bootlog attached.
Uwe.
Uwe Hermann wrote:
Add initial support for the ASUS P2B-DS (dual-CPU) mainboard.
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de
Acked-by: Peter Stuge peter@stuge.se
On Mon, Dec 15, 2008 at 03:20:29AM +0100, Peter Stuge wrote:
Uwe Hermann wrote:
Add initial support for the ASUS P2B-DS (dual-CPU) mainboard.
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de
Acked-by: Peter Stuge peter@stuge.se
Thanks, r3815.
Uwe.