On Fri, Nov 06, 2009 at 03:40:20PM +0100, Andreas Henriksson wrote: > Hello everybody! > > I've been unsuccessful in updating by BIOS on my ASUS A8N-SLI Deluxe > motherboard using flashrom. To my novice eyes it looks like the first > 768kB has been erased and the rest left as is.... > > I'll put some information below.... >
Although i think that this will be more a flashchip issue than anything else, please give this patch a whirl. Luc Verhaegen.
>From 1279b579a377a638c7f9045519a1b9e0e8497828 Mon Sep 17 00:00:00 2001 From: Luc Verhaegen <[email protected]> Date: Tue, 15 Dec 2009 15:28:18 +0100 Subject: [PATCH] Board: Add Asus A8N. Signed-off-by: Luc Verhaegen <[email protected]> --- board_enable.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/board_enable.c b/board_enable.c index 19a77e9..f8b1e10 100644 --- a/board_enable.c +++ b/board_enable.c @@ -1128,6 +1128,7 @@ struct board_pciid_enable board_pciid_enables[] = { {0x1106, 0x3189, 0x1043, 0x807F, 0x1106, 0x3065, 0x1043, 0x80ED, NULL, NULL, "ASUS", "A7V600-X", board_asus_a7v600x}, {0x1106, 0x3189, 0x1043, 0x807F, 0x1106, 0x3177, 0x1043, 0x808C, NULL, NULL, "ASUS", "A7V8X", board_asus_a7v8x}, {0x1106, 0x3177, 0x1043, 0x80A1, 0x1106, 0x3205, 0x1043, 0x8118, NULL, NULL, "ASUS", "A7V8X-MX SE", w836xx_memw_enable_2e}, + {0x10DE, 0x005E, 0x1043, 0x815A, 0x10DE, 0x0054, 0x1043, 0x815A, NULL, NULL, "ASUS", "A8N", board_shuttle_fn25}, {0x1106, 0x1336, 0x1043, 0x80ed, 0x1106, 0x3288, 0x1043, 0x8249, NULL, NULL, "ASUS", "M2V-MX", via_vt823x_gpio5_raise}, {0x8086, 0x1a30, 0x1043, 0x8070, 0x8086, 0x244b, 0x1043, 0x8028, NULL, NULL, "ASUS", "P4B266", intel_ich_gpio22_raise}, {0x8086, 0x1A30, 0x1043, 0x8025, 0x8086, 0x244B, 0x104D, 0x80F0, NULL, NULL, "ASUS", "P4B266-LM", intel_ich_gpio21_raise}, -- 1.6.0.2
_______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
