summaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorRandall Philipson <rtphilipson@cox.net>2007-04-09 22:27:45 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2007-04-09 22:27:45 +0000
commitc03106603a8a02ca73e49bae4e61b270b2df0b0d (patch)
tree81fe5516b1c2f747b4bec0ad8124688557af123f /chipset_enable.c
parent7038564346f660ce043d7942398f3e8a3a2db7ad (diff)
downloadast2050-flashrom-c03106603a8a02ca73e49bae4e61b270b2df0b0d.zip
ast2050-flashrom-c03106603a8a02ca73e49bae4e61b270b2df0b0d.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>
Diffstat (limited to 'chipset_enable.c')
-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