the following patch was just integrated into master: commit 2f35ad5db4e11e3843764c8bf8d982e4a174f4a1 Author: Martin Roth martin@se-eng.com Date: Fri Apr 27 13:54:36 2012 -0600
Add default map_oprom_vendev() for AMD Family 14h processors.
AMD supplies their video bios for the Family 14h processor line with Vendor ID: 1002, Device ID: 9802. This rom should work for Device IDs 9802-9809. This patch maps all those device IDs to 0x9802 so coreboot will be able to load the vbios. If a vbios rom using the ACTUAL Device ID is loaded, this function will not be called. This file should contain of all Family 14h Graphics PCI IDs so that they don't need to be overridden on a per mainboard basis.
Change-Id: If3d4a744b3c400dea9444a61f05382af2b2d0237 Signed-off-by: Martin L Roth martin@se-eng.com
Build-Tested: build bot (Jenkins) at Sun Apr 29 22:49:30 2012, giving +1 Reviewed-By: Marc Jones marcj303@gmail.com at Mon Apr 30 17:20:31 2012, giving +2 See http://review.coreboot.org/955 for details.
-gerrit