Re: [coreboot] [PATCH] Add IOAPIC support for Intel 82371EB and fixup SMP on ASUS P2B-D

2010-10-28 Thread Uwe Hermann
On Thu, Oct 28, 2010 at 08:58:45AM +0200, Peter Stuge wrote: > Acked-by: Peter Stuge Thanks, r5998. Uwe. -- http://hermann-uwe.de | http://sigrok.org http://randomprojects.org | http://unmaintained-free-software.org -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/

Re: [coreboot] [PATCH] Add IOAPIC support for Intel 82371EB and fixup SMP on ASUS P2B-D

2010-10-27 Thread Peter Stuge
Uwe Hermann wrote: > Add IOAPIC support for Intel 82371EB and fixup SMP on ASUS P2B-D. > > - Add enable_intel_82093aa_ioapic() which enables IOAPIC usage in the >Intel 82371EB southbridge (sets the proper chip-select) and sets an >IOAPIC ID. > > - We only call enable_intel_82093aa_ioapi

Re: [coreboot] [PATCH] Add IOAPIC support for Intel 82371EB and fixup SMP on ASUS P2B-D

2010-10-26 Thread Uwe Hermann
On Tue, Oct 26, 2010 at 03:44:05PM -0400, Keith Hui wrote: > Some 440BX SMP activity! Woot! :-D > > There is a note in northbridge/intel/i440bx/raminit.c about a bit in a > 440BX register that needs configured for SMP machines (NBXCFG I think? > don't recall off my head - could be myself who left

Re: [coreboot] [PATCH] Add IOAPIC support for Intel 82371EB and fixup SMP on ASUS P2B-D

2010-10-26 Thread Keith Hui
essed. Cheers Keith On Mon, Oct 25, 2010 at 6:00 AM, wrote: > Date: Sun, 24 Oct 2010 23:56:15 +0200 > From: Uwe Hermann > To: coreboot@coreboot.org > Subject: [coreboot] [PATCH] Add IOAPIC support for Intel 82371EB and >        fixup SMP on ASUS P2B-D > Message-ID: <20101

[coreboot] [PATCH] Add IOAPIC support for Intel 82371EB and fixup SMP on ASUS P2B-D

2010-10-24 Thread Uwe Hermann
See patch. As soon as this patch is merged, I'll send follow-up patches to convert/fix the other 440BX/82371EB-based SMP-capable boards. Uwe. -- http://hermann-uwe.de | http://sigrok.org http://randomprojects.org | http://unmaintained-free-software.org Add IOAPIC support for Intel 82371EB a