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

Bruce Griffith (Bruce.Griffith@se-eng.com) gerrit at coreboot.org
Thu Aug 1 14:56:16 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 594cfc12a11ee6e667b1ec20aa7f6c16849c4ef1
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 c91af1e..78b3514 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 HUDSON_LEGACY_FREE
 	bool
 	default y



More information about the coreboot-gerrit mailing list