[PULL] Please pull u-boot-coldfire/master

The following changes since commit 88e08fc5f6e508eac46cd1dfb0379b11ae032c0a:
Prepare v2023.04-rc4 (2023-03-13 20:52:48 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-coldfire.git master
for you to fetch changes up to 791840fdc41d7e937158a6ac56e9316391fde7ab:
board: m5253demo: remove floating point flash size calculation (2023-03-15 01:52:15 +0100)
---------------------------------------------------------------- Angelo Dureghello (10): board: amcore: fix u-boot mtd partition m68k: use longword-based jumps m68k: add global variable sdhc_per_clk for m68k board: stmark2: fix clock value arch: enable private libgcc for m68k m68k: dts: stmark2: set correct compatible field for spi nor m68k: rename CONFIG_MCFTMR to CFG_MCFTMR board: amcore: fix config options namespace m68k: add private libgcc ashrdi3 board: m5253demo: remove floating point flash size calculation
arch/Kconfig | 1 + arch/m68k/cpu/mcf523x/interrupts.c | 2 +- arch/m68k/cpu/mcf52x2/interrupts.c | 12 ++++++------ arch/m68k/cpu/mcf530x/start.S | 18 ++++++++++++------ arch/m68k/cpu/mcf532x/interrupts.c | 2 +- arch/m68k/cpu/mcf5445x/interrupts.c | 2 +- arch/m68k/dts/stmark2.dts | 2 +- arch/m68k/include/asm/global_data.h | 3 +++ arch/m68k/include/asm/immap.h | 24 ++++++++++++------------ arch/m68k/lib/Makefile | 2 +- arch/m68k/lib/ashrdi3.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ arch/m68k/lib/time.c | 4 ++-- board/freescale/m5253demo/flash.c | 20 ++------------------ board/freescale/m53017evb/README | 2 +- board/freescale/m5373evb/README | 2 +- board/sysam/stmark2/Kconfig | 2 +- configs/M5208EVBE_defconfig | 1 - configs/M5235EVB_Flash32_defconfig | 1 - configs/M5235EVB_defconfig | 1 - configs/M5249EVB_defconfig | 1 - configs/M5253DEMO_defconfig | 1 - configs/M5272C3_defconfig | 1 - configs/M5275EVB_defconfig | 1 - configs/M5282EVB_defconfig | 1 - configs/M53017EVB_defconfig | 1 - configs/M5329AFEE_defconfig | 1 - configs/M5329BFEE_defconfig | 1 - configs/M5373EVB_defconfig | 1 - configs/amcore_defconfig | 4 ++-- configs/astro_mcf5373l_defconfig | 1 - configs/cobra5272_defconfig | 1 - configs/eb_cpu5282_defconfig | 1 - configs/eb_cpu5282_internal_defconfig | 1 - configs/stmark2_defconfig | 1 - include/configs/M5208EVBE.h | 2 ++ include/configs/M5235EVB.h | 2 ++ include/configs/M5249EVB.h | 2 ++ include/configs/M5253DEMO.h | 2 ++ include/configs/M5272C3.h | 3 +++ include/configs/M5275EVB.h | 2 ++ include/configs/M5282EVB.h | 2 ++ include/configs/M53017EVB.h | 2 ++ include/configs/M5329EVB.h | 2 ++ include/configs/M5373EVB.h | 2 ++ include/configs/amcore.h | 15 +++++++++------ include/configs/astro_mcf5373l.h | 2 ++ include/configs/cobra5272.h | 2 ++ include/configs/eb_cpu5282.h | 2 ++ include/configs/stmark2.h | 2 ++ 49 files changed, 134 insertions(+), 77 deletions(-) create mode 100644 arch/m68k/lib/ashrdi3.c

On Wed, Mar 15, 2023 at 02:03:50AM +0100, Angelo Dureghello wrote:
The following changes since commit 88e08fc5f6e508eac46cd1dfb0379b11ae032c0a:
Prepare v2023.04-rc4 (2023-03-13 20:52:48 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-coldfire.git master
for you to fetch changes up to 791840fdc41d7e937158a6ac56e9316391fde7ab:
board: m5253demo: remove floating point flash size calculation (2023-03-15 01:52:15 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Angelo Dureghello
-
Tom Rini