This is to enable flashrom on the ga_2761gxdk.
I have tested it and it works.
ron
Good morning,
Am Donnerstag, den 03.01.2008, 20:28 -0800 schrieb ron minnich:
This is to enable flashrom on the ga_2761gxdk.
I guess, you missed the attachment.
Paul
man, this is weird. I sent two emails with attachments last night, and I can guarantee they were attached, and both got sent sans attachment.
Gee, am I seeing the first gmail bugs?
ron
Let's try this patch again.
ron
On 04.01.2008 17:14, ron minnich wrote:
Add board enable for the gigabyte ga_2761gxdk board
Signed-off-by: Ronald G. Minnich rminnich@gmail.com
Index: board_enable.c
--- board_enable.c (revision 3031) +++ board_enable.c (working copy) @@ -381,6 +381,8 @@ "gigabyte", "m57sli", "GIGABYTE GA-M57SLI-S4", it87xx_probe_spi_flash}, {0x10de, 0x03e0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, "gigabyte", "m61p", "GIGABYTE GA-M61P-S3", it87xx_probe_spi_flash},
- {0x1039, 0x0761, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
"gigabyte", "ga_2761gxdk", "GIGABYTE GA-2761GXDK", it87xx_probe_spi_flash},
Use "2761gxdk" instead of "ga_2761gxdk"? This would be more in line with the other boards... Your decision.
{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,
Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Regards, Carl-Daniel
On Jan 4, 2008 8:25 AM, Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net wrote
Use "2761gxdk" instead of "ga_2761gxdk"? This would be more in line with the other boards... Your decision.
Right, I went with your change,
Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Committed revision 3033.
thanks again.
ron