Commit db7c153c authored by David Hendricks's avatar David Hendricks Committed by Carl-Daniel Hailfinger
Browse files

Add Intel NM10 chipset enable

Public chipset documentation available at
http://www.intel.com/Assets/PDF/datasheet/322896.pdf



Tested on NM10-based customer reference board from Intel.

Corresponding to flashrom svn r866.
Signed-off-by: default avatarDavid Hendricks <dhendrix@google.com>
Acked-by: default avatarSean Nelson <audiohacked@gmail.com>
Acked-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
parent 2aff7aa0
......@@ -1156,6 +1156,7 @@ const struct penable chipset_enables[] = {
{0x8086, 0x27b8, OK, "Intel", "ICH7/ICH7R", enable_flash_ich7},
{0x8086, 0x27b9, OK, "Intel", "ICH7M", enable_flash_ich7},
{0x8086, 0x27bd, OK, "Intel", "ICH7MDH", enable_flash_ich7},
{0x8086, 0x27bc, OK, "Intel", "NM10", enable_flash_ich7},
{0x8086, 0x2410, OK, "Intel", "ICH", enable_flash_ich_4e},
{0x8086, 0x2812, OK, "Intel", "ICH8DH", enable_flash_ich8},
{0x8086, 0x2814, OK, "Intel", "ICH8DO", enable_flash_ich8},
......
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