summaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/Kconfig
diff options
context:
space:
mode:
authorWang Qing Pei <wangqingpei@gmail.com>2010-08-17 11:08:31 +0000
committerStefan Reinauer <stepan@openbios.org>2010-08-17 11:08:31 +0000
commit3f90125ab53af9957e4191b97c8e6e0f3da37f17 (patch)
treee3cba3551c029451c764c0f59e1c42482db39a0c /src/mainboard/gigabyte/Kconfig
parent92fafbd0d345b441204c518cc5573cc32a224c50 (diff)
downloadcoreboot-3f90125ab53af9957e4191b97c8e6e0f3da37f17.tar.xz
Add support for Gigabyte MA785GMT mainboard.
Details of the hardware configuration can be found at http://www.gigabyte.com/products/product-page.aspx?pid=3478 Brief configuration is: 1. CPU:Support for AM3 processors: AMD PhenomTM II processor/ AMD Athlon™ II processor 2. North Bridge: AMD 785G 3. South Bridge: AMD SB710 4: Super IO : ITE8718F The mainboard has two bios flashchip. Coreboot ROM should be flashed into the M_BIOS (which means main bios). Signed-off-by: Wang Qing Pei <wangqingpei@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5713 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/gigabyte/Kconfig')
-rw-r--r--src/mainboard/gigabyte/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/Kconfig b/src/mainboard/gigabyte/Kconfig
index 85469b7989..e9d6052122 100644
--- a/src/mainboard/gigabyte/Kconfig
+++ b/src/mainboard/gigabyte/Kconfig
@@ -25,6 +25,6 @@ source "src/mainboard/gigabyte/ga_2761gxdk/Kconfig"
source "src/mainboard/gigabyte/ga-6bxc/Kconfig"
source "src/mainboard/gigabyte/ga-6bxe/Kconfig"
source "src/mainboard/gigabyte/m57sli/Kconfig"
-
+source "src/mainboard/gigabyte/ma785gmt/Kconfig"
endchoice