RTEMS | bsp/arm/tms570: Board selection and EMAC MII pin fragments (!1434)
Armaan Chowfin (@ar-in0)
gitlab at rtems.org
Mon Aug 31 09:54:38 UTC 2026
Armaan Chowfin commented on a discussion on spec/build/bsps/arm/tms570/optboardlchxl2.yml: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1434#note_158302
> +- env-enable: null
> +build-type: option
> +copyrights:
> +- Copyright (C) 2020 embedded brains GmbH & Co. KG
> +default:
> +- enabled-by: true
> + value: false
> +description: |
> + If set to true, then the board specific setup selects the LAUNCHXL2-570LC43
> + LaunchPad wiring instead of the Hercules Development Kit (HDK) wiring. The
> + two boards use the same TMS570LC4357 chip but route the EMAC MII signals to
> + different terminals, and the LaunchPad drives its PHY reference clock and
> + reset from the chip. Only meaningful when TMS570_VARIANT is 4357.
> +enabled-by: true
> +links: []
> +name: TMS570_BOARD_LCHXL2_570LC43
moved as requested:
\`\`\`
// lc4357-pins.h
#if TMS570_BOARD_LCHXL2_570LC43 #define TMS570LC4357_PINMMR_EMAC_MII_BOARD_LIST \
TMS570LC4357_PINMMR_EMAC_MII_LCHXL2_LIST #define TMS570_PHY_REFCLK_ECPDIV (3 - 1) #define TMS570_PHY_PWRDOWN_GIOA_PIN 3 #define TMS570_PHY_RESET_GIOA_PIN 4 #else #define TMS570LC4357_PINMMR_EMAC_MII_BOARD_LIST \
TMS570LC4357_PINMMR_EMAC_MII_HDK_LIST #endif
#define TMS570_PINMMR_EMAC_MII_INIT_LIST \
TMS570LC4357_PINMMR_EMAC_MII_BOARD_LIST
\`\`\`
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1434#note_158302
You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/5-etkw5yvfi49g16ea9ipngmqj8-1d/unsubscribe | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | Help: https://gitlab.rtems.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260831/ffbaf2b1/attachment-0001.htm>
More information about the bugs
mailing list