Add RS780 defaut graphics ID to AMD Mahogany mainboard.
authorMarc Jones <marcj303@gmail.com>
Wed, 14 Dec 2011 22:59:02 +0000 (15:59 -0700)
committerMarc Jones <marcj303@gmail.com>
Wed, 21 Dec 2011 21:11:34 +0000 (22:11 +0100)
Added the default ID to the mainboard Kconfig.

Change-Id: Ie5d39ccdda9d4f5a86214b5bd9ca629070ff152a
Signed-off-by: Marc Jones <marcj303@gmail.com>
Reviewed-on: http://review.coreboot.org/488
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
src/mainboard/amd/mahogany/Kconfig
src/mainboard/amd/mahogany_fam10/Kconfig

index 731002de4ff066529e003480958f594f04fc4984..b0a46a4f689c2bd83c2325ca73086a192d073296 100644 (file)
@@ -73,4 +73,8 @@ config IRQ_SLOT_COUNT
        int
        default 11
 
+config VGA_BIOS_ID
+       string
+       default "1002,9615"
+
 endif # BOARD_AMD_MAHOGANY
index 9c2e081aacff5f2555484c798e3e37a9b8992e0a..b8d46eb979a41f1dcd4d3b4f2662e62400e5ac09 100644 (file)
@@ -83,4 +83,8 @@ config RAMBASE
        hex
        default 0x200000
 
+config VGA_BIOS_ID
+       string
+       default "1002,9615"
+
 endif # BOARD_AMD_MAHOGANY_FAM10