diff options
| author | Luc Verhaegen <libv@skynet.be> | 2018-03-28 12:31:22 +0200 | 
|---|---|---|
| committer | Nico Huber <nico.h@gmx.de> | 2018-03-29 11:01:20 +0000 | 
| commit | 3f7e3419887c6d37330387f8e32c86ba47bdf70c (patch) | |
| tree | e51bbf17118c5ae3a4c1894892643ef09a6c8dbd | |
| parent | f73f8a732f8fd37a6a7dfef4acb7f7c416832ab2 (diff) | |
| download | flashrom-3f7e3419887c6d37330387f8e32c86ba47bdf70c.tar.gz flashrom-3f7e3419887c6d37330387f8e32c86ba47bdf70c.tar.bz2 flashrom-3f7e3419887c6d37330387f8e32c86ba47bdf70c.zip | |
board_enable: add AOpen i965GMt-LA
Change-Id: I8899bbe06707fe76256539f90f5b670301228d52
Signed-off-by: Luc Verhaegen <libv@skynet.be>
Reviewed-on: https://review.coreboot.org/25396
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
| -rw-r--r-- | board_enable.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/board_enable.c b/board_enable.c index 5e8f4dd6..182a4551 100644 --- a/board_enable.c +++ b/board_enable.c @@ -1692,6 +1692,7 @@ static int intel_ich_gpio19_raise(void)  /*   * Suited for:   *  - ASUS P5BV-R: LGA775 + 3200 + ICH7 + *  - AOpen i965GMt-LA: Intel Socket479 + 965GM + ICH8M   */  static int intel_ich_gpio20_raise(void)  { @@ -2324,6 +2325,7 @@ const struct board_match board_matches[] = {  	{0x1022, 0x2090,      0,      0,  0x1022, 0x2080,      0,      0, NULL,        "artecgroup", "dbe61", P3, "Artec Group", "DBE61",                 0,   OK, board_artecgroup_dbe6x},  	{0x1022, 0x2090,      0,      0,  0x1022, 0x2080,      0,      0, NULL,        "artecgroup", "dbe62", P3, "Artec Group", "DBE62",                 0,   OK, board_artecgroup_dbe6x},  	{0x8086, 0x27b9, 0xa0a0, 0x0632,  0x8086, 0x27da, 0xa0a0, 0x0632, NULL,         NULL, NULL,           P3, "AOpen",       "i945GMx-VFX",           0,   OK, intel_ich_gpio38_raise}, +	{0x8086, 0x2a00, 0xa0a0, 0x063e,  0x8086, 0x2815, 0xa0a0, 0x063e, NULL,         NULL, NULL,           P3, "AOpen",       "i965GMt-LA",            0,   OK, intel_ich_gpio20_raise},  	{0x8086, 0x277c, 0xa0a0, 0x060b,  0x8086, 0x27da, 0xa0a0, 0x060b, NULL,         NULL, NULL,           P3, "AOpen",       "i975Xa-YDG",            0,   OK, board_aopen_i975xa_ydg},  	{0x8086, 0x27A0, 0x8086, 0x7270,  0x8086, 0x27B9, 0x8086, 0x7270, "^iMac5,2$",  NULL, NULL,           P2, "Apple",       "iMac5,2",               0,   OK, p2_whitelist_laptop},  	{0x8086, 0x27A0, 0x8086, 0x7270,  0x8086, 0x27B9, 0x8086, 0x7270, "^MacBook2,1$", NULL, NULL,         P2, "Apple",       "MacBook2,1",            0,   OK, p2_whitelist_laptop}, | 
