Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/linux-sunxi/sunxi-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Andersen <jens.andersen@gmail.com>2012-08-15 12:06:17 +0400
committerJens Andersen <jens.andersen@gmail.com>2012-08-15 12:06:17 +0400
commit2949c124e63769f672a54cf372c4321de06903b3 (patch)
tree9247cadb7fd4563eea5c28a084dad6377d197d95 /jtag-loop.S
parentbb6b97d2183a274b4ad96d07a2782de4ebd0a1af (diff)
Rename fel-loop to jtag-loop
Diffstat (limited to 'jtag-loop.S')
-rw-r--r--jtag-loop.S41
1 files changed, 41 insertions, 0 deletions
diff --git a/jtag-loop.S b/jtag-loop.S
new file mode 100644
index 0000000..0d0918f
--- /dev/null
+++ b/jtag-loop.S
@@ -0,0 +1,41 @@
+/*
+ * (C) Copyright 2012 Jens Andersen <jens.andersen@gmail.com>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ */
+
+/*
+
+Build instructions:
+
+arm-none-linux-gnueabi-gcc -g -fno-common -ffixed-r8 -msoft-float -fno-builtin -ffreestanding -nostdinc -mno-thumb-interwork -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fno-toplevel-reorder fel-loop.S -c
+
+arm-none-linux-gnueabi-objcopy -O binary fel-loop.o fel-loop.bin
+
+arm-none-linux-gnueabi-nm fel-loop.o
+*/
+
+.file "fel-loop.S"
+.global entry
+.text
+.code 32
+.section ".start", "ax"
+
+entry:
+ ldr r0,=0x01c208b4
+ ldr r1,=0x00444444
+ str r1, [r0]
+ b .