the following patch was just integrated into master: commit 9398cfcac1da9342e94a574e4c31c9e0b65198fd Author: Rudolf Marek r.marek@assembler.cz Date: Sun Apr 22 23:52:23 2012 +0200
Unbreak boards where chipset can select between FSB and serial APIC bus
Commit d4d5e4d3e10da06a83d57a147bd58a733381de18 contains #ifdef instead of #if, making the FSB/serial bus selection for APIC always select serial bus. The bug is harmless on most chipsets because the bit is often RO, but it breaks at least on VIA K8T890.
Change-Id: I89c4855922199eca7f921c3e4eb500656544c8e5 Signed-off-by: Rudolf Marek r.marek@assembler.cz
Build-Tested: build bot (Jenkins) at Mon Apr 23 00:40:52 2012, giving +1 Reviewed-By: Peter Stuge peter@stuge.se at Mon Apr 23 00:48:22 2012, giving +2 See http://review.coreboot.org/921 for details.
-gerrit