summaryrefslogtreecommitdiff
path: root/src/arch/lm4f120h5qr-stellaris/lm4f120h5qr.ld
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-02-18 23:01:57 +0100
committerDaniel Friesel <derf@finalrewind.org>2021-02-18 23:01:57 +0100
commit38f0e84d3b5da56c1441f2f779246ccf7b23d5c4 (patch)
tree9fdb70ca1393ca8de11b11e751feb12c36afb8d3 /src/arch/lm4f120h5qr-stellaris/lm4f120h5qr.ld
parentb3cea73a75cb46e39ed7c7e6f765fc842a40fabf (diff)
add minimal LM4F120H5QR (LM4F120XL Stellaris Launchpad) support
Diffstat (limited to 'src/arch/lm4f120h5qr-stellaris/lm4f120h5qr.ld')
-rw-r--r--src/arch/lm4f120h5qr-stellaris/lm4f120h5qr.ld11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/arch/lm4f120h5qr-stellaris/lm4f120h5qr.ld b/src/arch/lm4f120h5qr-stellaris/lm4f120h5qr.ld
new file mode 100644
index 0000000..0bc8fe2
--- /dev/null
+++ b/src/arch/lm4f120h5qr-stellaris/lm4f120h5qr.ld
@@ -0,0 +1,11 @@
+/*
+ * Copyright 2021 Daniel Friesel
+ *
+ * SPDX-License-Identifier: CC0-1.0
+ */
+MEMORY {
+ rom (rx) : ORIGIN = 0x00000000, LENGTH = 256K
+ ram (rwx) : ORIGIN = 0x20000000, LENGTH = 32K
+}
+
+INCLUDE cortex-m-generic.ld