
Hi Tom,
Please pull from u-boot-imx/next, thanks.
The following changes since commit 0aea8264f668bdcb2f352e6facc8d1cebe873e0a:
Merge tag 'xilinx-for-v2025.01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next (2024-09-23 08:11:01 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-next-20240925
for you to fetch changes up to 99abeaa648052e8e99682f046b8dfd3739b4e181:
net: fec_mxc: Skip recv packet process when fec is halted (2024-09-24 16:55:14 -0300)
u-boot-imx-next-20240925 ------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/22406
- i.MX93 FEC fixes. - Always name the generated fitImage u-boot.itb to keep compatibility with pr-buildman behavior. ---------------------------------------------------------------- Marek Vasut (1): arm64: dts: imx8m: Always name the generated fitImage u-boot.itb
Peng Fan (1): net: fec_mxc: Fix clk_ref rate on iMX93
Ye Li (1): net: fec_mxc: Skip recv packet process when fec is halted
arch/arm/dts/imx8mm-u-boot.dtsi | 1 + arch/arm/dts/imx8mn-u-boot.dtsi | 1 + arch/arm/dts/imx8mp-u-boot.dtsi | 1 + arch/arm/dts/imx8mq-u-boot.dtsi | 1 + drivers/net/fec_mxc.c | 10 ++++++++-- 5 files changed, 12 insertions(+), 2 deletions(-)