Add CX700 Device ID
Signed-off-by: Randall Philipson <[EMAIL PROTECTED]>
---
OK, this time I included the patch
---- Randall Philipson <[EMAIL PROTECTED]> wrote:
> Add CX700 Device ID
>
> Signed-off-by: Randall Philipson <[EMAIL PROTECTED]>
> ---
>
> This probably qualifies as a trivial patch since the CX700 uses the same
> register to enable flash programming. But I'd appreciate it if someone could
> ack if for me so I can start to get a feel for this check-in process. I've
> tested it with SST39SF040 and SST49LF004, at least reading and writing, and
> it seems to work fine. (At least on my development board). It is my goal to
> get a port working for the CX700, but there are a lot of obstacles in my way.
> The biggest being my lack of intellect. We shall see.
>
> --
> linuxbios mailing list
> [email protected]
> http://www.linuxbios.org/mailman/listinfo/linuxbios
Index: util/flashrom/flash_enable.c
===================================================================
--- util/flashrom/flash_enable.c (revision 2580)
+++ util/flashrom/flash_enable.c (working copy)
@@ -446,6 +446,7 @@
{0x1106, 0x8231, "VT8231", enable_flash_vt823x},
{0x1106, 0x3177, "VT8235", enable_flash_vt823x},
{0x1106, 0x3227, "VT8237", enable_flash_vt823x},
+ {0x1106, 0x8324, "CX700" , enable_flash_vt823x},
{0x1106, 0x0686, "VT82C686", enable_flash_amd8111},
{0x1078, 0x0100, "CS5530", enable_flash_cs5530},
{0x100b, 0x0510, "SC1100", enable_flash_sc1100},
--
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios