summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--host/arch/x86/lib/crossystem_arch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/arch/x86/lib/crossystem_arch.c b/host/arch/x86/lib/crossystem_arch.c
index 675a9cdc..9398a35a 100644
--- a/host/arch/x86/lib/crossystem_arch.c
+++ b/host/arch/x86/lib/crossystem_arch.c
@@ -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}
};