diff options
author | Angel Pons <th3fanbus@gmail.com> | 2022-10-07 00:36:00 +0200 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2023-02-09 21:40:52 +0000 |
commit | 434d7d45829ed9da41b17fe56fe7affca001be21 (patch) | |
tree | eace33bde0f5cda1c07272899bad213c9201881b /src/southbridge/intel/lynxpoint/lpc.c | |
parent | 05df1084edecdd7a0e9560371debacfe70ab3896 (diff) |
sb/intel/lynxpoint: Add PCI DIDs for 9 series PCHs
The desktop 9 series PCHs should be the same as the 8 series PCHs.
Change-Id: Iee93fee4f28b88a72c537944159fb7cbb2796235
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68187
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'src/southbridge/intel/lynxpoint/lpc.c')
-rw-r--r-- | src/southbridge/intel/lynxpoint/lpc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/southbridge/intel/lynxpoint/lpc.c b/src/southbridge/intel/lynxpoint/lpc.c index b8e9d5f595..e44d9a8d17 100644 --- a/src/southbridge/intel/lynxpoint/lpc.c +++ b/src/southbridge/intel/lynxpoint/lpc.c @@ -834,6 +834,11 @@ static const unsigned short pci_device_ids[] = { PCI_DID_INTEL_LPT_LP_PREMIUM, PCI_DID_INTEL_LPT_LP_MAINSTREAM, PCI_DID_INTEL_LPT_LP_VALUE, + PCI_DID_INTEL_LPT_MOBILE_SAMPLE_9, + PCI_DID_INTEL_LPT_DESKTOP_SAMPLE_9, + PCI_DID_INTEL_LPT_HM97, + PCI_DID_INTEL_LPT_Z97, + PCI_DID_INTEL_LPT_H97, 0 }; |