the following patch was just integrated into master: commit 33fc183e24db943bff249bca42cb8946e84ffd4a Author: Kostr aladyshev@nicevt.ru Date: Sat Oct 6 13:27:58 2012 +0400
Revert order in VGA device choice
Before change "Simplify VGA card discovery" (http://review.coreboot.org/#/c/1255/) coreboot was setting up VGA for the last found VGA device. After this change it setting up VGA for the first found. This change broke compatibility to my Supermicro H8QGI board. Revert order back to old to save compatibility for this board (and maybe any other boards)
Change-Id: Id5f2be60f95298059651c26133806e2694ff60aa Signed-off-by: Kostr aladyshev@nicevt.ru
Reviewed-By: Patrick Georgi patrick@georgi-clan.de at Sun Oct 7 07:24:57 2012, giving +2 See http://review.coreboot.org/1561 for details.
-gerrit