summaryrefslogtreecommitdiff
path: root/bootstub.h
diff options
context:
space:
mode:
Diffstat (limited to 'bootstub.h')
-rw-r--r--bootstub.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/bootstub.h b/bootstub.h
index dbd9dbf..2bab652 100644
--- a/bootstub.h
+++ b/bootstub.h
@@ -4,6 +4,12 @@
#ifndef _BOOT_STUB_HEAD
#define _BOOT_STUB_HEAD
+#define PENWELL_FAMILY 0x20670
+#define CLOVERVIEW_FAMILY 0x30650
+#define MRST_CPU_CHIP_LINCROFT 1
+#define MRST_CPU_CHIP_PENWELL 2
+#define MRST_CPU_CHIP_CLOVERVIEW 3
+
#define CMDLINE_OFFSET 0x1100000
#define BZIMAGE_SIZE_OFFSET 0x1100100
#define INITRD_SIZE_OFFSET 0x1100104