aboutsummaryrefslogtreecommitdiff
path: root/benchmark.h
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark.h')
-rw-r--r--benchmark.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/benchmark.h b/benchmark.h
new file mode 100644
index 0000000..089c549
--- /dev/null
+++ b/benchmark.h
@@ -0,0 +1,13 @@
+#ifndef BENCHMARK_H
+#define BENCHMARK_H
+
+/* IO ports for different exit points */
+#define LINUX_EXIT_PORT 0xf4
+#define FW_EXIT_PORT 0xf5
+
+/* Exit point values */
+#define FW_START 1
+#define LINUX_START_FWCFG 2
+#define LINUX_START_BOOT 3
+
+#endif