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

The following changes since commit 12c1e5782401abca1a8cff578d1911a9ca7d2e7d:
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-marvell (2023-04-14 10:50:55 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-coldfire.git master
for you to fetch changes up to ea82cd1cbdc9d2bf8ff94d2f993edce9fec16d1e:
configs: m68k: Use default shell prompt (2023-04-16 21:43:28 +0200)
---------------------------------------------------------------- Marek Vasut (6): arch: m68k: Use existing CONFIG_MCFTMR instead of CFG_MCFTMR arch: m68k: Introduce trivial PIT based timer arch: m68k: Add QEMU specific RAMBAR workaround CI: Add m68k target travis-ci: Add m68k M5208EVBE machine configs: m68k: Use default shell prompt
.azure-pipelines.yml | 5 +++++ .gitlab-ci.yml | 8 ++++++++ arch/m68k/Kconfig | 10 ++++++++++ arch/m68k/cpu/mcf523x/interrupts.c | 2 +- arch/m68k/cpu/mcf52x2/interrupts.c | 12 ++++++------ arch/m68k/cpu/mcf52x2/start.S | 4 ++-- arch/m68k/cpu/mcf532x/interrupts.c | 2 +- arch/m68k/cpu/mcf5445x/interrupts.c | 2 +- arch/m68k/include/asm/immap.h | 48 ++++++++++++++++++++++++++++++++++++------------ arch/m68k/lib/time.c | 38 +++++++++++++++++++++++++++++++++++--- bin/travis-ci/conf.M5208EVBE_qemu | 27 +++++++++++++++++++++++++++ board/freescale/m53017evb/README | 2 +- board/freescale/m5373evb/README | 2 +- common/board_f.c | 2 +- configs/M5208EVBE_defconfig | 1 - configs/M5235EVB_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 - include/configs/M5208EVBE.h | 1 - include/configs/M5235EVB.h | 1 - include/configs/M5249EVB.h | 1 - include/configs/M5253DEMO.h | 1 - include/configs/M5272C3.h | 1 - include/configs/M5275EVB.h | 1 - include/configs/M5282EVB.h | 1 - include/configs/M53017EVB.h | 1 - include/configs/M5329EVB.h | 1 - include/configs/M5373EVB.h | 1 - include/configs/amcore.h | 1 - include/configs/astro_mcf5373l.h | 1 - include/configs/cobra5272.h | 1 - include/configs/eb_cpu5282.h | 1 - include/configs/stmark2.h | 1 - py/travis-ci/u_boot_boardenv_M5208EVBE_qemu.py | 6 ++++++ 39 files changed, 141 insertions(+), 53 deletions(-) create mode 100644 bin/travis-ci/conf.M5208EVBE_qemu create mode 100644 py/travis-ci/u_boot_boardenv_M5208EVBE_qemu.py

On Sun, Apr 16, 2023 at 10:55:56PM +0200, Angelo Dureghello wrote:
The following changes since commit 12c1e5782401abca1a8cff578d1911a9ca7d2e7d:
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-marvell (2023-04-14 10:50:55 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-coldfire.git master
for you to fetch changes up to ea82cd1cbdc9d2bf8ff94d2f993edce9fec16d1e:
configs: m68k: Use default shell prompt (2023-04-16 21:43:28 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Angelo Dureghello
-
Tom Rini