aboutsummaryrefslogtreecommitdiff
path: root/board/msc
AgeCommit message (Collapse)AuthorFilesLines
2023-03-30arm64: imx8mp: Drop EQoS GPR[1] board workaroundMarek Vasut1-15/+0
The EQoS interface mode is now configured in common board_interface_eth_init() and called by EQoS MAC driver when appropriate. Drop the board side duplicates if the same functionality. Signed-off-by: Marek Vasut <marex@denx.de>
2022-11-14Merge tag 'u-boot-imx-20221114' of ↵Tom Rini6-0/+2209
https://gitlab.denx.de/u-boot/custodians/u-boot-imx For 2022.01 ----------- CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/14083 - Fix UART - moved to binman (MX8 boards) - Toradex: sync DTS with Linux - Gateworks: fixes - New boards : MSC SM2S iMX8MP
2022-11-08arm: imx8mp: Initial MSC SM2S iMX8MP supportMartyn Welch6-0/+2209
Add support for the MSC SM2S-IMX8PLUS SMARC Module. Tested in conjunction with the MSC SM2-MB-EP1 Mini-ITX Carrier Board. Signed-off-by: Martyn Welch <martyn.welch@collabora.com> Signed-off-by: Fabio Estevam <festevam@denx.de>