Submitter | Luc Verhaegen |
---|---|
Date | 2010-01-08 12:18:02 |
Message ID | <20100108121802.GC16029@skynet.be> |
Download | mbox | patch |
Permalink | /patch/750/ |
State | Superseded |
Headers | show |
Comments
On 08.01.2010 13:18, Luc Verhaegen wrote: > On Thu, Jan 07, 2010 at 09:39:51PM +0100, Carl-Daniel Hailfinger wrote: > >> On 03.12.2009 00:30, Luc Verhaegen wrote: >> >>> On Mon, Nov 09, 2009 at 07:39:52PM -0300, NotLim wrote: >>> >>> >>>> I need a board enable. My motherboard is an Abit AN-M2. Official links >>>> for bioses is here: >>>> >>>> >>> it's an award, which always makes libv a happy camper :) >>> >>> Give the attached patch a whirl. Raises what i think is GPIO2 on the >>> MCP SMBus. >>> >>> >> Luc, I think this patch is still unmerged and does not longer apply. >> Could you please regenerate it? Thanks. >> >> Regards, >> Carl-Daniel >> > > Ah, right-o, pulled this out of my git repo where it has been sitting > since the 24th :) > NotLim, if this works for you, please hit the reply-all button in your mailer and respond with a line saying Acked-by: {your real name here} <notlim@gmail.com> If you have problems using the patch Luc attached to his mail from a few minutes ago, use this link: http://patchwork.coreboot.org/patch/750/raw/ Regards, Carl-Daniel
Patch
From 022e9d797995d6532b23c1eaa3b28902a6738bb9 Mon Sep 17 00:00:00 2001 From: Luc Verhaegen <libv@quoth.site> Date: Thu, 3 Dec 2009 00:27:02 +0100 Subject: [PATCH] Board: Add Abit AN-M2. --- board_enable.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/board_enable.c b/board_enable.c index 39cdadc..3af8f05 100644 --- a/board_enable.c +++ b/board_enable.c @@ -1174,6 +1174,7 @@ static int board_asus_a7v600x(const char *name) /* Please keep this list alphabetically ordered by vendor/board name. */ struct board_pciid_enable board_pciid_enables[] = { /* first pci-id set [4], second pci-id set [4], coreboot id [2], vendor name board name flash enable */ + {0x10DE, 0x0547, 0x147B, 0x1C2F, 0x10DE, 0x0548, 0x147B, 0x1C2F, NULL, NULL, "Abit", "AN-M2", nvidia_mcp_gpio2_raise}, {0x8086, 0x2926, 0x147b, 0x1084, 0x11ab, 0x4364, 0x147b, 0x1084, NULL, NULL, "Abit", "IP35", intel_ich_gpio16_raise}, {0x105a, 0x0d30, 0x105a, 0x4d33, 0x8086, 0x1130, 0x8086, 0, NULL, NULL, "Acorp", "6A815EPD", board_acorp_6a815epd}, {0x8086, 0x24D4, 0x1849, 0x24D0, 0x8086, 0x24D5, 0x1849, 0x9739, NULL, NULL, "ASRock", "P4i65GV", intel_ich_gpio23_raise}, -- 1.6.0.2