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@gmail.com>
Reviewed-on: http://review.coreboot.org/488
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
This commit is contained in:
Marc Jones 2011-12-14 15:59:02 -07:00
parent 74b659992b
commit 374018d827
2 changed files with 8 additions and 0 deletions

View File

@ -73,4 +73,8 @@ config IRQ_SLOT_COUNT
int int
default 11 default 11
config VGA_BIOS_ID
string
default "1002,9615"
endif # BOARD_AMD_MAHOGANY endif # BOARD_AMD_MAHOGANY

View File

@ -83,4 +83,8 @@ config RAMBASE
hex hex
default 0x200000 default 0x200000
config VGA_BIOS_ID
string
default "1002,9615"
endif # BOARD_AMD_MAHOGANY_FAM10 endif # BOARD_AMD_MAHOGANY_FAM10