RTEMS | bsp/arm/tms570: tms570_pom_remap programs non-existent ETO field for LC43x variant (#5584)
Avi Weiss (@thnkslprpt)
gitlab at rtems.org
Sat May 23 06:17:52 UTC 2026
Avi Weiss created an issue: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5584
## Summary
In `bsps/arm/tms570/start/tms570-pom.c`
```c
TMS570_POM.GLBCTRL = TMS570_POM_GLBCTRL_ON_OFF(0xa) |
TMS570_POM_GLBCTRL_ETO(0xa) |
(TMS570_POM_GLBCTRL_OTADDR(~0) &
pom_global_overlay_target_address_start);
```
`LS31x` variants have this `ETO` field in `POMGLBCTRL`:
{width=714 height=291}
but the `LC43x` variants do not:
{width=694 height=168}
## Expected behaviour
Guard the write to the `ETO` register for only `LS31x` variants or have 2 different versions of that section/function.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5584
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260523/7a55ac72/attachment.htm>
More information about the bugs
mailing list