From 512059118e9ff56d2b4f3c324db5e764e288ac68 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Fri, 17 Mar 2017 17:59:54 +0100 Subject: Handle Intel Wildcat Point *LP* like Lynx Point LP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The subtle difference was ignored when adding these chipsets. The integrated Wildcat Point LP PCH is documented in [1]. I'm not sure how to account for "Broadwell H" which seems not publicly documented. Maybe it's an unreleased HM9*, in which case the non-LP path should be correct. [1] Mobile 5th Generation Intel® Core(TM) Processor Family I/O, Intel® Core(TM) M Processor Family I/O, Mobile Intel® Pentium® Processor Family I/O, and Mobile Intel® Celeron® Processor Family I/O Datasheet Revision 004 Document Number: 330837 Change-Id: I6b7ca3c0bde111b04ed7c745ed76d28d3d05f01c Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/18883 Reviewed-by: Youness Alaoui Reviewed-by: David Hendricks Reviewed-by: Philippe Mathieu-Daudé Tested-by: build bot (Jenkins) --- programmer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'programmer.h') diff --git a/programmer.h b/programmer.h index 1a6216aad..9beaf98ac 100644 --- a/programmer.h +++ b/programmer.h @@ -649,6 +649,7 @@ enum ich_chipset { CHIPSET_8_SERIES_LYNX_POINT_LP, CHIPSET_8_SERIES_WELLSBURG, CHIPSET_9_SERIES_WILDCAT_POINT, + CHIPSET_9_SERIES_WILDCAT_POINT_LP, }; /* ichspi.c */ -- cgit v1.2.3