summaryrefslogtreecommitdiff
path: root/util/flashrom
diff options
context:
space:
mode:
authorMichael van der Kolff <mvanderkolff@gmail.com>2007-10-16 21:18:43 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2007-10-16 21:18:43 +0000
commite62537a948685b143f9630d3f5069999ed7bec99 (patch)
treed0cbf8360eac61e3a53c6b47b71304330455cd10 /util/flashrom
parent259aaf00f586ae75fbf94e8e2eb0db77aa1095c9 (diff)
downloadcoreboot-e62537a948685b143f9630d3f5069999ed7bec99.tar.xz
Add Gigabyte M61P-S3 SPI flash support to board_enable.c
Signed-off-by: Michael van der Kolff <mvanderkolff@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2864 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom')
-rw-r--r--util/flashrom/README3
-rw-r--r--util/flashrom/board_enable.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/util/flashrom/README b/util/flashrom/README
index 7e44d28759..59a4299c58 100644
--- a/util/flashrom/README
+++ b/util/flashrom/README
@@ -55,7 +55,8 @@ no LinuxBIOS table is found:
* ASUS P5A: use -m asus:p5a
* IBM x3455: use -m ibm:x3455
* EPoX EP-BX3: use -m epox:ep-bx3
-
+* GIGABYTE GA-M57SLI v2.0: use -m gigabyte:m57sli
+* GIGABYTE GA-M61P-S3: use -m gigabyte:m61ps3
ROM Layout Support
------------------
diff --git a/util/flashrom/board_enable.c b/util/flashrom/board_enable.c
index 9f2fc8ac5a..503f3917f5 100644
--- a/util/flashrom/board_enable.c
+++ b/util/flashrom/board_enable.c
@@ -356,6 +356,8 @@ struct board_pciid_enable {
struct board_pciid_enable board_pciid_enables[] = {
{0x10de, 0x0360, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
"gigabyte", "m57sli", "GIGABYTE GA-M57SLI", it87xx_probe_spi_flash},
+ {0x10de, 0x03e0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
+ "gigabyte", "m61ps3", "GIGABYTE GA-M61P-S3", it87xx_probe_spi_flash},
{0x1022, 0x7468, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
"iwill", "dk8_htx", "IWILL DK8-HTX", w83627hf_gpio24_raise_2e},
{0x10de, 0x005e, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,