crossystem: Add device IDs for haswell

0x8086,0x0a04 is Haswell ULT
0x8086,0x0c04 is Haswell Mobile

BUG=chrome-os-partner:19263
BRANCH=none
TEST=manual test on slippy hardware:

$ crossystem platform_family
Haswell

Change-Id: Ia885d0c8f0be2fb626257ca513f581df50259173
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/56075
Reviewed-by: Bill Richardson <wfrichar@chromium.org>
This commit is contained in:
Duncan Laurie
2013-05-21 11:20:18 -07:00
committed by ChromeBot
parent 01bc003cff
commit 7e3f8601ba

View File

@@ -105,6 +105,8 @@ const PlatformFamily platform_family_array[] = {
{0x8086, 0x0100, "SandyBridge"}, /* desktop */
{0x8086, 0x0154, "IvyBridge"}, /* mobile */
{0x8086, 0x0150, "IvyBridge"}, /* desktop */
{0x8086, 0x0a04, "Haswell"}, /* ult */
{0x8086, 0x0c04, "Haswell"}, /* mobile */
/* Terminate with NULL entry */
{0, 0, 0}
};