summaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorChristopher Lentocha <christopherericlentocha@gmail.com>2023-01-18 12:36:18 -0500
committerThomas Heijligen <src@posteo.de>2023-02-16 17:28:14 +0000
commit998c9a8c9c72b6a947bcd70c918a7e6ae54ed844 (patch)
tree64a2deba24ad272d9c68c489a63bfe8953ddf51e /chipset_enable.c
parent7c3fa6d5cd94dd90eeff2b55a510e26d18393674 (diff)
downloadflashrom-998c9a8c9c72b6a947bcd70c918a7e6ae54ed844.tar.gz
flashrom-998c9a8c9c72b6a947bcd70c918a7e6ae54ed844.tar.bz2
flashrom-998c9a8c9c72b6a947bcd70c918a7e6ae54ed844.zip
Add missing Intel B460 flash chip id
Note that while I can read the chip, on my Lenovo Legion T5 28IMB05, cannot write to the flash chip with any tools except upgrading with vendor tool, no downgrades are allowed, due to the fact of SMM, even if I did manage to flash the BIOS chip somehow, would still face bootguard since this machine has bootguard. But if I read the chip, and verify my read bin file, it works fine, until changing the SMBIOS, which is in the vendor BIOS update package. Change-Id: Id8fcb59d5dbafea3e79c4e3ad75484bbd163feca Signed-off-by: Christopher Lentocha <christopherericlentocha@gmail.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/72056 Reviewed-by: Thomas Heijligen <src@posteo.de> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'chipset_enable.c')
-rw-r--r--chipset_enable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index 480113a69..e1dd6a379 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -2152,6 +2152,7 @@ const struct penable chipset_enables[] = {
{0x8086, 0xa30d, B_S, NT, "Intel", "HM370", enable_flash_pch300},
{0x8086, 0xa30e, B_S, DEP, "Intel", "CM246", enable_flash_pch300},
{0x8086, 0x3482, B_S, DEP, "Intel", "Ice Lake U Premium", enable_flash_pch300},
+ {0x8086, 0xa3c8, B_S, OK, "Intel", "B460", enable_flash_pch400},
{0x8086, 0x0684, B_S, NT, "Intel", "H470", enable_flash_pch400},
{0x8086, 0x0685, B_S, NT, "Intel", "Z490", enable_flash_pch400},
{0x8086, 0x0687, B_S, NT, "Intel", "Q470", enable_flash_pch400},