diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-07 15:32:35 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-07 23:34:23 -0400 |
commit | f2bce4d21302f50e70dc8d00fbb846748749103b (patch) | |
tree | 5c8812ae180f8bde2bfdb661eb42051ac1fb84e5 /support | |
parent | cbf9ddff5b49ab838f9e03be5331ce14bae83b22 (diff) | |
download | librambutan-f2bce4d21302f50e70dc8d00fbb846748749103b.tar.gz librambutan-f2bce4d21302f50e70dc8d00fbb846748749103b.zip |
Tidy up linker scripts.
Comment/whitespace changes only.
Diffstat (limited to 'support')
-rw-r--r-- | support/ld/maple/flash.ld | 4 | ||||
-rw-r--r-- | support/ld/maple/jtag.ld | 5 | ||||
-rw-r--r-- | support/ld/maple/ram.ld | 3 | ||||
-rw-r--r-- | support/ld/maple_RET6/flash.ld | 4 | ||||
-rw-r--r-- | support/ld/maple_RET6/jtag.ld | 3 | ||||
-rw-r--r-- | support/ld/maple_RET6/ram.ld | 4 | ||||
-rw-r--r-- | support/ld/maple_mini/flash.ld | 3 | ||||
-rw-r--r-- | support/ld/maple_mini/jtag.ld | 5 | ||||
-rw-r--r-- | support/ld/maple_mini/ram.ld | 3 | ||||
-rw-r--r-- | support/ld/maple_native/flash.ld | 3 | ||||
-rw-r--r-- | support/ld/maple_native/jtag.ld | 6 | ||||
-rw-r--r-- | support/ld/maple_native/ram.ld | 3 |
12 files changed, 19 insertions, 27 deletions
diff --git a/support/ld/maple/flash.ld b/support/ld/maple/flash.ld index 44b0854..e9ff4b4 100644 --- a/support/ld/maple/flash.ld +++ b/support/ld/maple/flash.ld @@ -1,7 +1,5 @@ /* - * Linker script for STM32. - * STM32F103RBT6 medium density chip linker script for use with - * maple bootloader. Loads to flash. + * Maple (STM32F103RBT6, medium density) linker script for Flash builds. */ /* diff --git a/support/ld/maple/jtag.ld b/support/ld/maple/jtag.ld index ceda9c9..ed8cc1c 100644 --- a/support/ld/maple/jtag.ld +++ b/support/ld/maple/jtag.ld @@ -1,6 +1,6 @@ /* - * Linker script for STM32. - * STM32F103RBT6 medium density chip linker script. + * Maple (STM32F103RBT6, medium density) linker script for JTAG (bare + * metal, no bootloader) builds. */ /* @@ -25,4 +25,3 @@ REGION_ALIAS("REGION_BSS", ram); * Define the rest of the sections */ INCLUDE common_rom.inc - diff --git a/support/ld/maple/ram.ld b/support/ld/maple/ram.ld index 67391be..09bcb33 100644 --- a/support/ld/maple/ram.ld +++ b/support/ld/maple/ram.ld @@ -1,6 +1,5 @@ /* - * Linker script for STM32. - * STM32F103RBT6 medium density chip linker script. Loads to ram. + * Maple (STM32F103RBT6, medium density) linker script for RAM builds. */ /* diff --git a/support/ld/maple_RET6/flash.ld b/support/ld/maple_RET6/flash.ld index 2a4f0c7..524ed71 100644 --- a/support/ld/maple_RET6/flash.ld +++ b/support/ld/maple_RET6/flash.ld @@ -1,6 +1,6 @@ /* - * STM32F103RET6 high density chip linker script for use with Maple - * bootloader. Loads to Flash. + * Maple RET6 Edition (STM32F103RET6, high density) linker script for + * Flash builds. */ MEMORY diff --git a/support/ld/maple_RET6/jtag.ld b/support/ld/maple_RET6/jtag.ld index 88f45e0..3a8e41f 100644 --- a/support/ld/maple_RET6/jtag.ld +++ b/support/ld/maple_RET6/jtag.ld @@ -1,5 +1,6 @@ /* - * STM32F103RET6 high density bare metal linker script. + * Maple RET6 Edition (STM32F103RET6, high density) linker script for + * JTAG (bare metal, no bootloader) builds. */ MEMORY diff --git a/support/ld/maple_RET6/ram.ld b/support/ld/maple_RET6/ram.ld index f09acd9..787eb31 100644 --- a/support/ld/maple_RET6/ram.ld +++ b/support/ld/maple_RET6/ram.ld @@ -1,6 +1,6 @@ /* - * STM32F103RET6 high density chip linker script for use with Maple - * bootloader. Loads to RAM. + * Maple RET6 Edition (STM32F103RET6, high density) linker script for + * RAM builds. */ MEMORY diff --git a/support/ld/maple_mini/flash.ld b/support/ld/maple_mini/flash.ld index b3eb557..37d765e 100644 --- a/support/ld/maple_mini/flash.ld +++ b/support/ld/maple_mini/flash.ld @@ -1,6 +1,5 @@ /* - * Linker script for STM32. - * Maple mini flash linker script. + * Maple Mini (STM32F103CBT6, medium density) linker script for Flash builds. */ /* diff --git a/support/ld/maple_mini/jtag.ld b/support/ld/maple_mini/jtag.ld index cdf2cc9..a26e1b6 100644 --- a/support/ld/maple_mini/jtag.ld +++ b/support/ld/maple_mini/jtag.ld @@ -1,6 +1,6 @@ /* - * Linker script for STM32. - * Maple mini linker script bare metal target linker script. + * Maple Mini (STM32F103CBT6, medium density) linker script for JTAG + * (bare metal, no bootloader) builds. */ /* @@ -25,4 +25,3 @@ REGION_ALIAS("REGION_BSS", ram); * Define the rest of the sections */ INCLUDE common_rom.inc - diff --git a/support/ld/maple_mini/ram.ld b/support/ld/maple_mini/ram.ld index b8516de..3bf33c9 100644 --- a/support/ld/maple_mini/ram.ld +++ b/support/ld/maple_mini/ram.ld @@ -1,6 +1,5 @@ /* - * Linker script for STM32. - * Maple mini ram target linker script. + * Maple Mini (STM32F103CBT6, medium density) linker script for RAM builds. */ /* diff --git a/support/ld/maple_native/flash.ld b/support/ld/maple_native/flash.ld index e4d61d1..ad92d10 100644 --- a/support/ld/maple_native/flash.ld +++ b/support/ld/maple_native/flash.ld @@ -1,6 +1,5 @@ /* - * Linker script for STM32. - * STM32 high density chip linker script. Loads to flash with Maple bootloader + * Maple Native (STM32F103ZET6, high density) linker script for Flash builds. */ MEMORY diff --git a/support/ld/maple_native/jtag.ld b/support/ld/maple_native/jtag.ld index 2264d69..d6cf189 100644 --- a/support/ld/maple_native/jtag.ld +++ b/support/ld/maple_native/jtag.ld @@ -1,7 +1,8 @@ /* - * Linker script for STM32. - * STM32 high density chip linker script. Bare metal linker script. + * Maple Native (STM32F103ZET6, high density) linker script for JTAG + * (bare metal, no bootloader) builds. */ + MEMORY { ram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K @@ -18,4 +19,3 @@ REGION_ALIAS("REGION_DATA", ram); REGION_ALIAS("REGION_BSS", ram); INCLUDE common_rom.inc - diff --git a/support/ld/maple_native/ram.ld b/support/ld/maple_native/ram.ld index c3f418f..b092e54 100644 --- a/support/ld/maple_native/ram.ld +++ b/support/ld/maple_native/ram.ld @@ -1,6 +1,5 @@ /* - * Linker script for STM32. - * STM32 high density chip linker script. Loads to RAM with Maple bootloader + * Maple Native (STM32F103ZET6, high density) linker script for RAM builds. */ MEMORY |