Re: [coreboot] [PATCH] Fix util/mptable typo

2010-10-26 Thread Uwe Hermann
On Tue, Oct 26, 2010 at 07:27:09PM +0200, Tobias Diedrich wrote: > We need to call smp_write_lintsrc instead of smp_write_intsrc for > local ints. This is wrong in most coreboot mptables, probably all > generated by util/mptable.c > > After fixing this now XP can boot in MPS mode on my M2V. > >

[coreboot] [PATCH] Fix util/mptable typo

2010-10-26 Thread Tobias Diedrich
We need to call smp_write_lintsrc instead of smp_write_intsrc for local ints. This is wrong in most coreboot mptables, probably all generated by util/mptable.c After fixing this now XP can boot in MPS mode on my M2V. Signed-off-by: Tobias Diedrich --- Index: src/mainboard/iwill/dk8_htx/mptabl