[rtems commit] bsp/tms570: Enable cache manager implementation

Sebastian Huber sebh at rtems.org
Wed Dec 6 15:37:27 UTC 2023


Module:    rtems
Branch:    master
Commit:    4c6f562dc41b0773ea50428a95ff1e3b4c350e63
Changeset: http://git.rtems.org/rtems/commit/?id=4c6f562dc41b0773ea50428a95ff1e3b4c350e63

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Apr  3 08:09:26 2023 +0200

bsp/tms570: Enable cache manager implementation

---

 spec/build/bsps/arm/tms570/obj.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/spec/build/bsps/arm/tms570/obj.yml b/spec/build/bsps/arm/tms570/obj.yml
index 272ab64fcf..95ecb37963 100644
--- a/spec/build/bsps/arm/tms570/obj.yml
+++ b/spec/build/bsps/arm/tms570/obj.yml
@@ -86,7 +86,8 @@ source:
 - bsps/arm/tms570/start/bspstart.c
 - bsps/arm/tms570/start/pinmux.c
 - bsps/arm/tms570/start/tms570-pom.c
-- bsps/shared/cache/nocache.c
+- bsps/arm/shared/cache/cache-cp15.c
+- bsps/arm/shared/cache/cache-v7ar-disable-data.S
 - bsps/shared/dev/btimer/btimer-cpucounter.c
 - bsps/shared/dev/getentropy/getentropy-cpucounter.c
 - bsps/shared/dev/serial/console-termios.c



More information about the vc mailing list