aboutsummaryrefslogtreecommitdiff
path: root/platform/platform_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/platform_interface.h')
-rw-r--r--platform/platform_interface.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/platform/platform_interface.h b/platform/platform_interface.h
new file mode 100644
index 0000000..0f49056
--- /dev/null
+++ b/platform/platform_interface.h
@@ -0,0 +1,14 @@
+#ifndef PLATFORM__PLATFORM_H
+#define PLATFORM__PLATFORM_H
+
+/* This interface is designed to allow BBL/PK to be portable to multiple target
+ * platforms. The current interface has been hacked up based on SiFive's fork
+ * of pk that runs on our FPGA boards. The idea here is that rather than
+ * forking pk and touching things all over the tree, changes should be local to
+ * the target directory.
+ *
+ * This interface isn't meant to be stable or sane, just better than what we
+ * had before.
+ */
+
+#endif