Hi,
On 09.04.2008 09:32, Viswesh S wrote:
I am trying to flash Linux bios into my iwill dk8_htx board.
My bios flash is SST49Lf004A/B.
I am getting the following error.
ERROR: %s: W83627HF: Wrong ID:0xFF.
Please check if the message looks exactly like that.
Is the SST 49lf004B supported by flashrom?When I checked the coreboot site,I could see "?" in the respective column.
Yes.
I get the above error when I read or write the bios.
Could anyone please help me out.
Try this patch:
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Index: board_enable.c =================================================================== --- board_enable.c (Revision 3226) +++ board_enable.c (Arbeitskopie) @@ -106,8 +106,7 @@
static int w83627hf_gpio24_raise_2e(const char *name) { - /* TODO: Typo? Shouldn't this be 0x2e? */ - return w83627hf_gpio24_raise(0x2d, name); + return w83627hf_gpio24_raise(0x2e, name); }
/**