[coreboot-gerrit] Patch set updated for coreboot: a04801e AMD Olive Hill: Remove default VBIOS vendor/device ID

Bruce Griffith (Bruce.Griffith@se-eng.com) gerrit at coreboot.org
Tue Aug 6 12:18:10 CEST 2013


Bruce Griffith (Bruce.Griffith at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3816

-gerrit

commit a04801e9dab01c2fcd05ae0d5406370252bd76ed
Author: Bruce Griffith <Bruce.Griffith at se-eng.com>
Date:   Mon Jul 8 11:33:45 2013 -0600

    AMD Olive Hill: Remove default VBIOS vendor/device ID
    
    The VBIOS device ID is set by processor family using the
    map_oprom_vendev() function in the northbridge code.  There
    is rarely a reason why this should be overridden by the mainboard.
    Since Kabini includes a default VBIOS vendor/device ID in the
    northbridge Kconfig code, remove the setting from the Olive Hill
    mainboard settings.
    
    Change-Id: Icd69155f5b51105d564dd82c89e4bb54a6118a82
    Reviewed-by: Marc Jones <marc.jones at se-eng.com>
    Signed-off-by: Bruce Griffith <Bruce.Griffith at se-eng.com>
    Reviewed-by: Dave Frodin <dave.frodin at se-eng.com>
    Tested-by: Bruce Griffith <bruce.griffith at se-eng.com>
---
 src/mainboard/amd/olivehill/Kconfig | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/mainboard/amd/olivehill/Kconfig b/src/mainboard/amd/olivehill/Kconfig
index 20acba9..05d6a53 100644
--- a/src/mainboard/amd/olivehill/Kconfig
+++ b/src/mainboard/amd/olivehill/Kconfig
@@ -93,10 +93,6 @@ config ONBOARD_VGA_IS_PRIMARY
 	bool
 	default y
 
-config VGA_BIOS_ID
-	string
-	default "1002,9832"
-
 config WARNINGS_ARE_ERRORS
 	bool
 	default n



More information about the coreboot-gerrit mailing list