summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps
diff options
context:
space:
mode:
authorKarel Gardas <karel@functional.vision>2022-05-27 22:27:25 +0200
committerKarel Gardas <karel@functional.vision>2022-06-01 11:20:59 +0200
commitbdfc8d8f4d40afee4243d5168b19b9490f67da40 (patch)
tree6536cf2357cd3ccf96c82f85591b0f0dcf2cb604 /spec/build/bsps
parentbsps/stm32h7: enable cache and MPU only on Cortex-M7 (diff)
downloadrtems-bdfc8d8f4d40afee4243d5168b19b9490f67da40.tar.bz2
bsps/stm32h7: move cache implementation from obj to BSPs own yml file
This is done in preparation for future Cortex-M4 based BSP variants which do not provide cache at all. Sponsored-By: Precidata
Diffstat (limited to 'spec/build/bsps')
-rw-r--r--spec/build/bsps/arm/stm32h7/bspnucleoh743zi.yml1
-rw-r--r--spec/build/bsps/arm/stm32h7/bspstm32h7.yml1
-rw-r--r--spec/build/bsps/arm/stm32h7/bspstm32h757i-eval.yml1
-rw-r--r--spec/build/bsps/arm/stm32h7/bspstm32h7b3i-dk.yml1
-rw-r--r--spec/build/bsps/arm/stm32h7/obj.yml1
5 files changed, 4 insertions, 1 deletions
diff --git a/spec/build/bsps/arm/stm32h7/bspnucleoh743zi.yml b/spec/build/bsps/arm/stm32h7/bspnucleoh743zi.yml
index 1cad10b39d..9a3e556eda 100644
--- a/spec/build/bsps/arm/stm32h7/bspnucleoh743zi.yml
+++ b/spec/build/bsps/arm/stm32h7/bspnucleoh743zi.yml
@@ -19,4 +19,5 @@ source:
- bsps/arm/stm32h7/boards/stm/nucleo-h743zi/stm32h7-config-per.c
- bsps/arm/stm32h7/boards/stm/nucleo-h743zi/system_stm32h7xx.c
- bsps/arm/stm32h7/boards/stm/nucleo-h743zi/ext-mem-ctl.c
+- bsps/arm/shared/cache/cache-v7m.c
type: build
diff --git a/spec/build/bsps/arm/stm32h7/bspstm32h7.yml b/spec/build/bsps/arm/stm32h7/bspstm32h7.yml
index 89ded74e05..52d47295d9 100644
--- a/spec/build/bsps/arm/stm32h7/bspstm32h7.yml
+++ b/spec/build/bsps/arm/stm32h7/bspstm32h7.yml
@@ -19,4 +19,5 @@ source:
- bsps/arm/stm32h7/boards/stm/stm32h743i-eval/stm32h7-config-per.c
- bsps/arm/stm32h7/boards/stm/stm32h743i-eval/system_stm32h7xx.c
- bsps/arm/stm32h7/boards/stm/stm32h743i-eval/ext-mem-ctl.c
+- bsps/arm/shared/cache/cache-v7m.c
type: build
diff --git a/spec/build/bsps/arm/stm32h7/bspstm32h757i-eval.yml b/spec/build/bsps/arm/stm32h7/bspstm32h757i-eval.yml
index 541210952c..c8a4df954a 100644
--- a/spec/build/bsps/arm/stm32h7/bspstm32h757i-eval.yml
+++ b/spec/build/bsps/arm/stm32h7/bspstm32h757i-eval.yml
@@ -20,4 +20,5 @@ source:
- bsps/arm/stm32h7/boards/stm/stm32h757i-eval/stm32h7-config-osc.c
- bsps/arm/stm32h7/boards/stm/stm32h757i-eval/stm32h7-config-per.c
- bsps/arm/stm32h7/boards/stm/stm32h757i-eval/system_stm32h7xx.c
+- bsps/arm/shared/cache/cache-v7m.c
type: build
diff --git a/spec/build/bsps/arm/stm32h7/bspstm32h7b3i-dk.yml b/spec/build/bsps/arm/stm32h7/bspstm32h7b3i-dk.yml
index f3456cacca..907c107a33 100644
--- a/spec/build/bsps/arm/stm32h7/bspstm32h7b3i-dk.yml
+++ b/spec/build/bsps/arm/stm32h7/bspstm32h7b3i-dk.yml
@@ -21,4 +21,5 @@ source:
- bsps/arm/stm32h7/boards/stm/stm32h7b3i-dk/stm32h7-config-per.c
- bsps/arm/stm32h7/boards/stm/stm32h7b3i-dk/system_stm32h7xx.c
- bsps/arm/stm32h7/boards/stm/stm32h7b3i-dk/ext-mem-ctl.c
+- bsps/arm/shared/cache/cache-v7m.c
type: build
diff --git a/spec/build/bsps/arm/stm32h7/obj.yml b/spec/build/bsps/arm/stm32h7/obj.yml
index 93fa91f023..9b1cc62a22 100644
--- a/spec/build/bsps/arm/stm32h7/obj.yml
+++ b/spec/build/bsps/arm/stm32h7/obj.yml
@@ -171,7 +171,6 @@ install:
- bsps/arm/stm32h7/include/stm32h7/mpu-config.h
links: []
source:
-- bsps/arm/shared/cache/cache-v7m.c
- bsps/arm/shared/clock/clock-armv7m.c
- bsps/arm/shared/cpucounter/cpucounter-armv7m.c
- bsps/arm/shared/irq/irq-armv7m.c