Commit c0310660 authored by Randall Philipson's avatar Randall Philipson Committed by Stefan Reinauer
Browse files

Add support for CX700 builtin southbridge


Corresponding to flashrom svn r101 and coreboot v2 svn r2599.
Signed-off-by: default avatarRandall Philipson <rtphilipson@cox.net>
Acked-by: default avatarRonald G. Minnich <rminnich@gmail.com>
Acked-by: default avatarStefan Reinauer <stepan@coresystems.de>
parent 70385643
......@@ -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},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment