summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandall Philipson <rtphilipson@cox.net>2007-04-09 22:27:45 +0000
committerStefan Reinauer <stepan@coresystems.de>2007-04-09 22:27:45 +0000
commitde57b77453c49e96bbacb62c40f50450cbdca1f9 (patch)
tree81fe5516b1c2f747b4bec0ad8124688557af123f
parent509f6c34508bd77baccb575a43ff3dab59e189d1 (diff)
downloadflashrom-de57b77453c49e96bbacb62c40f50450cbdca1f9.zip
flashrom-de57b77453c49e96bbacb62c40f50450cbdca1f9.tar.gz
Add support for CX700 builtin southbridge
Corresponding to flashrom svn r101 and coreboot v2 svn r2599. Signed-off-by: Randall Philipson <rtphilipson@cox.net> Acked-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de>
-rw-r--r--chipset_enable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index 8add4d9..d49d085 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -410,6 +410,7 @@ static FLASH_ENABLE enables[] = {
{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},
OpenPOWER on IntegriCloud