summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm
diff options
context:
space:
mode:
authorKarel Gardas <karel@functional.vision>2022-04-01 18:14:14 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-04-05 09:56:05 +0200
commit2414d9b151b691f10163be1ce5e74c2224d9bf15 (patch)
treefda9ef270b9f922dffc22e41c403c7686d71d8d4 /spec/build/bsps/arm
parentbsp/stm32h7: HSE clock value configuration for STM32H7B3I-DK BSP variant (diff)
downloadrtems-2414d9b151b691f10163be1ce5e74c2224d9bf15.tar.bz2
bsp/stm32h7: configure S(D)RAM values for STM32H7B3I-DK BSP variant
Caveat: SDRAM 1 is completely disabled for now.
Diffstat (limited to 'spec/build/bsps/arm')
-rw-r--r--spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml5
-rw-r--r--spec/build/bsps/arm/stm32h7/optmemsram1sz.yml5
-rw-r--r--spec/build/bsps/arm/stm32h7/optmemsram2sz.yml5
-rw-r--r--spec/build/bsps/arm/stm32h7/optmemsram3sz.yml5
-rw-r--r--spec/build/bsps/arm/stm32h7/optmemsram4sz.yml5
-rw-r--r--spec/build/bsps/arm/stm32h7/optmemsramaxisz.yml5
6 files changed, 24 insertions, 6 deletions
diff --git a/spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml b/spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml
index 11228ddb92..b748d7d3f7 100644
--- a/spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml
+++ b/spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml
@@ -3,7 +3,10 @@ actions:
- env-assign: null
build-type: option
default: 33554432
-default-by-variant: []
+default-by-variant:
+- value: 0
+ variants:
+ - arm/stm32h7b3i-dk
enabled-by: true
format: '{:#010x}'
links: []
diff --git a/spec/build/bsps/arm/stm32h7/optmemsram1sz.yml b/spec/build/bsps/arm/stm32h7/optmemsram1sz.yml
index 01e9dbe1cc..8e071f0939 100644
--- a/spec/build/bsps/arm/stm32h7/optmemsram1sz.yml
+++ b/spec/build/bsps/arm/stm32h7/optmemsram1sz.yml
@@ -3,7 +3,10 @@ actions:
- env-assign: null
build-type: option
default: 0x20000
-default-by-variant: []
+default-by-variant:
+- value: 0x10000
+ variants:
+ - arm/stm32h7b3i-dk
enabled-by: true
format: '{:#010x}'
links: []
diff --git a/spec/build/bsps/arm/stm32h7/optmemsram2sz.yml b/spec/build/bsps/arm/stm32h7/optmemsram2sz.yml
index 2a4890730a..782d7ba58c 100644
--- a/spec/build/bsps/arm/stm32h7/optmemsram2sz.yml
+++ b/spec/build/bsps/arm/stm32h7/optmemsram2sz.yml
@@ -3,7 +3,10 @@ actions:
- env-assign: null
build-type: option
default: 0x20000
-default-by-variant: []
+default-by-variant:
+- value: 0x10000
+ variants:
+ - arm/stm32h7b3i-dk
enabled-by: true
format: '{:#010x}'
links: []
diff --git a/spec/build/bsps/arm/stm32h7/optmemsram3sz.yml b/spec/build/bsps/arm/stm32h7/optmemsram3sz.yml
index eca335fd81..a4cd8c4eda 100644
--- a/spec/build/bsps/arm/stm32h7/optmemsram3sz.yml
+++ b/spec/build/bsps/arm/stm32h7/optmemsram3sz.yml
@@ -3,7 +3,10 @@ actions:
- env-assign: null
build-type: option
default: 0x8000
-default-by-variant: []
+default-by-variant:
+- value: 0x0
+ variants:
+ - arm/stm32h7b3i-dk
enabled-by: true
format: '{:#010x}'
links: []
diff --git a/spec/build/bsps/arm/stm32h7/optmemsram4sz.yml b/spec/build/bsps/arm/stm32h7/optmemsram4sz.yml
index cda2e722a4..9749bdfc6a 100644
--- a/spec/build/bsps/arm/stm32h7/optmemsram4sz.yml
+++ b/spec/build/bsps/arm/stm32h7/optmemsram4sz.yml
@@ -3,7 +3,10 @@ actions:
- env-assign: null
build-type: option
default: 0x10000
-default-by-variant: []
+default-by-variant:
+- value: 0x8000
+ variants:
+ - arm/stm32h7b3i-dk
enabled-by: true
format: '{:#010x}'
links: []
diff --git a/spec/build/bsps/arm/stm32h7/optmemsramaxisz.yml b/spec/build/bsps/arm/stm32h7/optmemsramaxisz.yml
index 9cb05540b7..89e116c1de 100644
--- a/spec/build/bsps/arm/stm32h7/optmemsramaxisz.yml
+++ b/spec/build/bsps/arm/stm32h7/optmemsramaxisz.yml
@@ -3,7 +3,10 @@ actions:
- env-assign: null
build-type: option
default: 0x80000
-default-by-variant: []
+default-by-variant:
+- value: 0xA0000
+ variants:
+ - arm/stm32h7b3i-dk
enabled-by: true
format: '{:#010x}'
links: []