[coreboot] New patch to review for coreboot: b4145dc Add RS780 defaut graphics ID to AMD Mahogany mainboard.

Marc Jones (marcj303@gmail.com) gerrit at coreboot.org
Thu Dec 15 00:02:26 CET 2011


Marc Jones (marcj303 at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/488

-gerrit

commit b4145dcaed06d31ba8c85270e25b810448cd0ea1
Author: Marc Jones <marcj303 at gmail.com>
Date:   Wed Dec 14 15:59:02 2011 -0700

    Add RS780 defaut graphics ID to AMD Mahogany mainboard.
    
    Added the default ID to the mainboard Kconfig.
    
    Change-Id: Ie5d39ccdda9d4f5a86214b5bd9ca629070ff152a
    Signed-off-by: Marc Jones <marcj303 at gmail.com>
---
 src/mainboard/amd/mahogany/Kconfig       |    4 ++++
 src/mainboard/amd/mahogany_fam10/Kconfig |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/mainboard/amd/mahogany/Kconfig b/src/mainboard/amd/mahogany/Kconfig
index 731002d..b0a46a4 100644
--- a/src/mainboard/amd/mahogany/Kconfig
+++ b/src/mainboard/amd/mahogany/Kconfig
@@ -73,4 +73,8 @@ config IRQ_SLOT_COUNT
 	int
 	default 11
 
+config VGA_BIOS_ID
+	string
+	default "1002,9615"
+
 endif # BOARD_AMD_MAHOGANY
diff --git a/src/mainboard/amd/mahogany_fam10/Kconfig b/src/mainboard/amd/mahogany_fam10/Kconfig
index 9c2e081..b8d46eb 100644
--- a/src/mainboard/amd/mahogany_fam10/Kconfig
+++ b/src/mainboard/amd/mahogany_fam10/Kconfig
@@ -83,4 +83,8 @@ config RAMBASE
 	hex
 	default 0x200000
 
+config VGA_BIOS_ID
+	string
+	default "1002,9615"
+
 endif # BOARD_AMD_MAHOGANY_FAM10




More information about the coreboot mailing list