Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69259 )
Change subject: nb/intel/haswell: Add 9-series PCH IDs ......................................................................
nb/intel/haswell: Add 9-series PCH IDs
Change-Id: I5b7b1c218a0e8c8ba713b370622fbc37a1e57097 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/northbridge/intel/haswell/report_platform.c 1 file changed, 15 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/69259/1
diff --git a/src/northbridge/intel/haswell/report_platform.c b/src/northbridge/intel/haswell/report_platform.c index 0b5319b..d33902f 100644 --- a/src/northbridge/intel/haswell/report_platform.c +++ b/src/northbridge/intel/haswell/report_platform.c @@ -67,6 +67,11 @@ {0x8c54, "C224"}, {0x8c56, "C226"}, {0x8c5c, "H81"}, + {0x8cc1, "Mobile Engineering Sample (9 series)"}, + {0x8cc2, "Desktop Engineering Sample (9 series)"}, + {0x8cc3, "HM97"}, + {0x8cc4, "Z97"}, + {0x8cc6, "H97"}, {0x9c41, "LP Full Featured Engineering Sample"}, {0x9c43, "LP Premium"}, {0x9c45, "LP Mainstream"},