summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/tms570/optmemsramsize.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-12-21 15:16:48 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2024-01-15 10:33:13 +0100
commit437da01f80cb2368beeed2aef69a5e8339caf2c5 (patch)
tree3e4806682fdedc122ad8f8bc828040e61a0f65f2 /spec/build/bsps/arm/tms570/optmemsramsize.yml
parentbsp/tms570: Add variant enable to build (diff)
downloadrtems-437da01f80cb2368beeed2aef69a5e8339caf2c5.tar.bz2
bsp/tms570: Add linkcmds.memory
Remove obsolete tms570ls3137_hdk_with_loader BSP variant. With the new memory origin/size build options this variant is no longer required. Update #4982.
Diffstat (limited to '')
-rw-r--r--spec/build/bsps/arm/tms570/optmemsramsize.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/spec/build/bsps/arm/tms570/optmemsramsize.yml b/spec/build/bsps/arm/tms570/optmemsramsize.yml
new file mode 100644
index 0000000000..515819daad
--- /dev/null
+++ b/spec/build/bsps/arm/tms570/optmemsramsize.yml
@@ -0,0 +1,20 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+actions:
+- get-integer: null
+- env-assign: null
+- format-and-define: TMS570_MEMORY_SRAM_SIZE
+build-type: option
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+default:
+- enabled-by: TMS570_VARIANT_4357
+ value: 0x00080000
+- enabled-by: true
+ value: 0x00040000
+description: |
+ Size in bytes of the internal SRAM memory.
+enabled-by: true
+format: '{:#010x}'
+links: []
+name: TMS570_MEMORY_SRAM_SIZE
+type: build