summaryrefslogtreecommitdiffstats
path: root/ports/beagleboneblack/cpuio.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/beagleboneblack/cpuio.h')
-rw-r--r--ports/beagleboneblack/cpuio.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/ports/beagleboneblack/cpuio.h b/ports/beagleboneblack/cpuio.h
index 0e64a09..d18d19d 100644
--- a/ports/beagleboneblack/cpuio.h
+++ b/ports/beagleboneblack/cpuio.h
@@ -1,3 +1,18 @@
+/*
+ * General notice:
+ * This code is part of a boot-monitor package developed as a generic base
+ * platform for embedded system designs. As such, it is likely to be
+ * distributed to various projects beyond the control of the original
+ * author. Please notify the author of any enhancements made or bugs found
+ * so that all may benefit from the changes. In addition, notification back
+ * to the author will allow the new user to pick up changes that may have
+ * been made by other users after this version of the code was distributed.
+ *
+ * Author: Ed Sutter
+ * email: esutter@lucent.com
+ * phone: 908-582-2351
+ */
+
#define DEFAULT_BAUD_RATE 115200
#define HWREAD32(a) *(volatile unsigned long *)(a)