Nico Huber would like David Hendricks to review this change.

View Change

chipset_enable: Mark Braswell as tested

Reported by Uwe Vieweg:
https://mail.coreboot.org/pipermail/flashrom/2017-August/015059.html

Original-Change-Id: Iaf7558af8737af36401f577ca7aba9fd7114a3df
Original-Reviewed-on: https://review.coreboot.org/20923
Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Original-Reviewed-by: Nico Huber <nico.h@gmx.de>
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>

Change-Id: I77c49c89ca552e8483022e3cd2a1db10b52554b1
Signed-off-by: David Hendricks <david.hendricks@gmail.com>
---
M chipset_enable.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/17/21817/1
diff --git a/chipset_enable.c b/chipset_enable.c
index 6a93d0d..36e2838 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -1740,7 +1740,7 @@
{0x8086, 0x1f39, NT, "Intel", "Avoton/Rangeley", enable_flash_silvermont},
{0x8086, 0x1f3a, NT, "Intel", "Avoton/Rangeley", enable_flash_silvermont},
{0x8086, 0x1f3b, NT, "Intel", "Avoton/Rangeley", enable_flash_silvermont},
- {0x8086, 0x229c, NT, "Intel", "Braswell", enable_flash_silvermont},
+ {0x8086, 0x229c, OK, "Intel", "Braswell", enable_flash_silvermont},
{0x8086, 0x2310, NT, "Intel", "DH89xxCC (Cave Creek)", enable_flash_pch7},
{0x8086, 0x2390, NT, "Intel", "Coleto Creek", enable_flash_pch7},
{0x8086, 0x2410, OK, "Intel", "ICH", enable_flash_ich0},

To view, visit change 21817. To unsubscribe, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: stable
Gerrit-MessageType: newchange
Gerrit-Change-Id: I77c49c89ca552e8483022e3cd2a1db10b52554b1
Gerrit-Change-Number: 21817
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: David Hendricks <david.hendricks@gmail.com>