summaryrefslogtreecommitdiff
path: root/bootstub.h
diff options
context:
space:
mode:
Diffstat (limited to 'bootstub.h')
-rw-r--r--bootstub.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstub.h b/bootstub.h
index cba655d..2e687bd 100644
--- a/bootstub.h
+++ b/bootstub.h
@@ -4,11 +4,15 @@
#ifndef _BOOT_STUB_HEAD
#define _BOOT_STUB_HEAD
+#define CPUID_MASK 0xffff0
#define PENWELL_FAMILY 0x20670
#define CLOVERVIEW_FAMILY 0x30650
+#define VALLEYVIEW2_FAMILY 0x30670
+
#define MRST_CPU_CHIP_LINCROFT 1
#define MRST_CPU_CHIP_PENWELL 2
#define MRST_CPU_CHIP_CLOVERVIEW 3
+#define MRST_CPU_CHIP_VALLEYVIEW2 4
#define CMDLINE_OFFSET 0x1100000
#define BZIMAGE_SIZE_OFFSET (CMDLINE_OFFSET + CMDLINE_SIZE)