Skip to content

Commit

Permalink
chipset_enable.c: Add TGL chipset detection based on SPI PCI ID
Browse files Browse the repository at this point in the history
Change-Id: Icb704032fe1560a71e66cb5c596aca6b65cade3d
Signed-off-by: Michał Żygowski <[email protected]>
  • Loading branch information
miczyg1 committed Oct 29, 2024
1 parent f5a48aa commit a961af7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chipset_enable.c
Original file line number Diff line number Diff line change
Expand Up @@ -2223,6 +2223,8 @@ const struct penable chipset_enables[] = {
{0x8086, 0x0284, B_S, DEP, "Intel", "Comet Lake U Premium", enable_flash_pch400},
{0x8086, 0x0285, B_S, DEP, "Intel", "Comet Lake U Base", enable_flash_pch400},
{0x8086, 0xa082, B_S, DEP, "Intel", "Tiger Lake U Premium", enable_flash_pch500},
{0x8086, 0xa0a4, B_S, DEP, "Intel", "Tiger Lake LP", enable_flash_pch500},
{0x8086, 0x43a4, B_S, DEP, "Intel", "Tiger Lake H", enable_flash_pch500},
{0x8086, 0xa141, B_S, NT, "Intel", "Sunrise Point Desktop Sample", enable_flash_pch100},
{0x8086, 0xa142, B_S, NT, "Intel", "Sunrise Point Unknown Sample", enable_flash_pch100},
{0x8086, 0xa143, B_S, DEP, "Intel", "H110", enable_flash_pch100},
Expand Down

0 comments on commit a961af7

Please sign in to comment.