aboutsummaryrefslogtreecommitdiffstats
path: root/roms/qboot/benchmark.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/qboot/benchmark.h')
-rw-r--r--roms/qboot/benchmark.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/qboot/benchmark.h b/roms/qboot/benchmark.h
new file mode 100644
index 000000000..2be08e7b2
--- /dev/null
+++ b/roms/qboot/benchmark.h
@@ -0,0 +1,14 @@
+#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
+#define LINUX_START_PVHBOOT 4
+
+#endif /* BENCHMARK_H */