nb/intel/haswell: Add 9-series PCH IDs
Change-Id: I5b7b1c218a0e8c8ba713b370622fbc37a1e57097 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69259 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
This commit is contained in:
parent
434d7d4582
commit
72de822ddc
|
@ -67,6 +67,11 @@ static struct {
|
||||||
{0x8c54, "C224"},
|
{0x8c54, "C224"},
|
||||||
{0x8c56, "C226"},
|
{0x8c56, "C226"},
|
||||||
{0x8c5c, "H81"},
|
{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"},
|
{0x9c41, "LP Full Featured Engineering Sample"},
|
||||||
{0x9c43, "LP Premium"},
|
{0x9c43, "LP Premium"},
|
||||||
{0x9c45, "LP Mainstream"},
|
{0x9c45, "LP Mainstream"},
|
||||||
|
|
Loading…
Reference in New Issue