summaryrefslogtreecommitdiff
path: root/rbutil/mkamsboot/README
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/mkamsboot/README')
-rw-r--r--rbutil/mkamsboot/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/rbutil/mkamsboot/README b/rbutil/mkamsboot/README
new file mode 100644
index 0000000000..bf9ea698a2
--- /dev/null
+++ b/rbutil/mkamsboot/README
@@ -0,0 +1,10 @@
+mkamsboot
+---------
+
+A tool to inject some code (contained in test.S) into a firmware file.
+
+Edit the INFILE variable in the Makefile to point to the original
+firmware file you want to patch, edit "test.S" appropriately, and then
+type "make".
+
+