From 3385cb806930698f61898e2622c3e75057c05c4b Mon Sep 17 00:00:00 2001 From: Michael van der Kolff Date: Tue, 16 Oct 2007 21:18:43 +0000 Subject: Add Gigabyte M61P-S3 SPI flash support to board_enable.c Corresponding to flashrom svn r148 and coreboot v2 svn r2864. Signed-off-by: Michael van der Kolff Acked-by: Carl-Daniel Hailfinger --- board_enable.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'board_enable.c') diff --git a/board_enable.c b/board_enable.c index 9f2fc8a..503f391 100644 --- a/board_enable.c +++ b/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, -- cgit v1.1