mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 00:51:29 +00:00
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:
@@ -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}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user