mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-29 16:03:47 +02:00
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: David Hendricks <dhendrix@google.com> Acked-by: Sean Nelson <audiohacked@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
parent
2aff7aa03f
commit
db7c153cdd
@ -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},
|
||||
|
Loading…
x
Reference in New Issue
Block a user