Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31790
Change subject: util/intelmetool: Add Apollolake PCI ID ......................................................................
util/intelmetool: Add Apollolake PCI ID
Change-Id: I26b47819091a040550d472102447e6acceb6cfc7 Signed-off-by: Felix Singer felix.singer@9elements.com --- M util/intelmetool/intelmetool.h 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/31790/1
diff --git a/util/intelmetool/intelmetool.h b/util/intelmetool/intelmetool.h index 49f0537..4c4dfcd 100644 --- a/util/intelmetool/intelmetool.h +++ b/util/intelmetool/intelmetool.h @@ -261,6 +261,7 @@ #define PCI_DEVICE_ID_INTEL_SUNRISE_H1 0xa13a /* SUNRISE Point-H 1 */ #define PCI_DEVICE_ID_INTEL_SUNRISE_H2 0xa13b /* SUNRISE Point-H 2 */ #define PCI_DEVICE_ID_INTEL_SUNRISE_LP 0x9d3a /* SUNRISE Point-LP */ +#define PCI_DEVICE_ID_INTEL_APL 0x5a9a
#define PCI_DEV_HAS_SUPPORTED_ME(x) ( \ ((x) == PCI_DEVICE_ID_INTEL_COUGARPOINT_1) || \