RTEMS | bsp/arm/tms570: Replace ref to old TMS570_MMR_SELECT_GMII_SEl macro (!1269)
Avi Weiss (@thnkslprpt)
gitlab at rtems.org
Thu May 28 07:59:48 UTC 2026
Avi Weiss created a merge request: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1269
Project:Branches: thnkslprpt/rtems:partial-fix-5593-TMS570_MMR_SELECT_GMII_SEL-macro to rtems/rtos/rtems:main
Author: Avi Weiss
## Summary
Partial fix for #5593
That issue should remain open for the 2nd part which is cleaning up the 4357 side of things.
Commit 3a0dcd5ee97dd150cdea9d1d2ca06e81f58436fc cleaned up the `TMS570_MMR_SELECT_GMII_SEL` somewhat, creating the `TMS570_MMR_SELECT_MII_MODE` and `TMS570_MMR_SELECT_RMII_MODE` macros.
There remains one reference to the `TMS570_MMR_SELECT_GMII_SEL` macro in the 3137 code. This commit replaces it with `TMS570_MMR_SELECT_MII_MODE` which preserves the same encoding as the pinmux was at the time (and is correct):
```c
TMS570_PIN_AND_FNC(TMS570_BALL_WITH_MMR(29, 3), 0)
```
<!-- Default settings, if it is a dropdown it will set after submission -->
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1269
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/20260528/cccc1374/attachment.htm>
More information about the bugs
mailing list