The following changes since commit bb0f3eebb3c196d9b6efbbd1e5aa9b16abbb9ad6:
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi (2026-05-01 08:12:31 -0600) are available in the Git repository at: git://git.denx.de/u-boot-coldfire.git master for you to fetch changes up to 44684aabc2983cabab7056cf5840a04c97c42b1f: m68k: set proper u-boot image size for initial boot (2026-05-04 22:19:49 +0200) ---------------------------------------------------------------- Angelo Dureghello (9): m68k: dts: mcf5441x: add mmc device for mcf5441x m68k: dts: stmark2: enable esdhc board: stmark2: add sd boot command board: stmark2: remove old garbage mmc: Kconfig: allows m68k to use esdhc imx driver configs: stmark2: add support for mmc configs: stmark2: add bdinfo command m68k: mcf5441x: create stub to use imx drivers m68k: set proper u-boot image size for initial boot arch/m68k/Kconfig | 1 + arch/m68k/cpu/mcf5445x/start.S | 3 +-- arch/m68k/dts/mcf5441x.dtsi | 8 ++++++++ arch/m68k/dts/stmark2.dts | 4 ++++ arch/m68k/include/asm/arch-mcf5445x/clock.h | 19 +++++++++++++++++++ arch/m68k/lib/Makefile | 1 + arch/m68k/lib/clock.c | 23 +++++++++++++++++++++++ configs/stmark2_defconfig | 19 +++++++++++++------ drivers/mmc/Kconfig | 2 +- include/configs/stmark2.h | 6 ++++-- 10 files changed, 75 insertions(+), 11 deletions(-) create mode 100644 arch/m68k/include/asm/arch-mcf5445x/clock.h create mode 100644 arch/m68k/lib/clock.c

