[rtems commit] bsp/tms570: Enable hardware init for some variants

Sebastian Huber sebh at rtems.org
Mon Jan 15 09:36:31 UTC 2024


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Dec 21 15:16:48 2023 +0100

bsp/tms570: Enable hardware init for some variants

Update #4982.

---

 spec/build/bsps/arm/tms570/optlowinit.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/spec/build/bsps/arm/tms570/optlowinit.yml b/spec/build/bsps/arm/tms570/optlowinit.yml
index e9aa3557b3..32b84aa08c 100644
--- a/spec/build/bsps/arm/tms570/optlowinit.yml
+++ b/spec/build/bsps/arm/tms570/optlowinit.yml
@@ -7,10 +7,15 @@ build-type: option
 copyrights:
 - Copyright (C) 2020 embedded brains GmbH & Co. KG
 default:
+- enabled-by:
+  - arm/tms570ls3137_hdk
+  - arm/tms570lc4357_hdk
+  value: true
 - enabled-by: true
   value: false
 description: |
-  Include BSP startup code for TMS570LS3137 which allows to start RTEMS application directly after reset
+  Include BSP startup code for TMS570LS3137 or TMS57LC4357 which allows to
+  start RTEMS application directly after reset.
 enabled-by: true
 links: []
 name: TMS570_USE_HWINIT_STARTUP



More information about the vc mailing list