summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--host/arch/x86/lib/crossystem_arch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/arch/x86/lib/crossystem_arch.c b/host/arch/x86/lib/crossystem_arch.c
index 2b379a71..bc899a2b 100644
--- a/host/arch/x86/lib/crossystem_arch.c
+++ b/host/arch/x86/lib/crossystem_arch.c
@@ -108,6 +108,7 @@ const PlatformFamily platform_family_array[] = {
{0x8086, 0x0150, "IvyBridge"}, /* desktop */
{0x8086, 0x0a04, "Haswell"}, /* ult */
{0x8086, 0x0c04, "Haswell"}, /* mobile */
+ {0x8086, 0x0f00, "BayTrail"}, /* mobile */
/* Terminate with NULL entry */
{0, 0, 0}
};