Commit d9ca8f5
committed
modules: CMSIS_6: fix path and use it for TF-M
What is the change?
Fix the path for module CMSIS_6 and pass it to TF-M.
Why do we need this change?
After Zephyr updated TF-M to v2.1.0, bb037d4469842c96f5872b271490aceb0734d965
added a local copy of CMSIS_6 to stop Zephyr's TF-M from downloading the
CMSIS_6 from upstream.
The correct way would be to have CMSIS_6 as a module in Zephyr (which we have
now) and pass the path of this module to TF-M.
A fork of the upstream CMSIS_6 was added to Zephyr however,
the path in west.yml makes it a lib and not a module.
Fixing the path generates the ZEPHYR_CMSIS_6_MODULE_DIR symbol which can
now be used to pass to TF-M.
Signed-off-by: Sudan Landge <sudan.landge@arm.com>1 parent 6fc11ca commit d9ca8f5
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
134 | 136 | | |
135 | 137 | | |
136 | 138 | | |
| |||
0 commit comments