[GIT PULL] Please pull u-boot-imx-next-20250321
Fabio Estevam
festevam at gmail.com
Fri Mar 21 13:29:47 CET 2025
Hi Tom,
Please pull from u-boot-imx/next, thanks.
The following changes since commit 8bc3542384e3a1219e5ffb62b79d16dddc1b1fb9:
Merge patch series "pxe: Precursor series for supporting read_all() in extlinux / PXE" (2025-03-18 13:12:51 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-next-20250321
for you to fetch changes up to cc9dcba9cce185d8bca2dc5c4b55b21f4505cbe8:
configs: Remove duplicated bootcmd 'mmc dev ${mmcdev}' (2025-03-20 08:18:35 -0300)
u-boot-imx-next-20250321
------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/25267
- Allow the registration and enablement of the i.MX UART clocks via DM,
without the need of manually calling init_uart_clk().
- Remove duplicated 'mmc dev ${mmcdev}' commands.
- Rework some of the RAM related Kconfig symbols for phycore_imx8mp.
----------------------------------------------------------------
Adam Ford (10):
clk: imx6q: Properly handle imx6qp ECSPI clk_sels
clk: imx6q: Register UART clocks
clk: imx8mm: register UART clocks
clk: imx8mn: register UART clocks
serial: mxc: Support bulk enabling clocks
board: beacon: imx8mm: Let clock system enable UART clock
board: beacon: imx8mn: Let clock system enable UART clock
clk: imx: select SPL_CLK_COMPOSITE_CCF when SPL_CLK_IMX8MP
configs: imx8mp_beacon: Select SPL_CLK_IMX8MP
board: beacon: imx8mp: Let clock system enable UART clock
Aristo Chen (1):
configs: Remove duplicated bootcmd 'mmc dev ${mmcdev}'
Tom Rini (1):
phycore_imx8mp: Rework some of the RAM related Kconfig symbols
board/beacon/imx8mm/spl.c | 6 +-----
board/beacon/imx8mn/spl.c | 2 --
board/beacon/imx8mp/spl.c | 2 --
board/phytec/phycore_imx8mp/Kconfig | 2 --
configs/imx8mp_beacon_defconfig | 1 +
configs/mx6sxsabreauto_defconfig | 2 +-
configs/mx6ul_14x14_evk_defconfig | 2 +-
configs/mx6ul_9x9_evk_defconfig | 2 +-
configs/mx6ull_14x14_evk_defconfig | 2 +-
configs/mx6ull_14x14_evk_plugin_defconfig | 2 +-
configs/mx6ulz_14x14_evk_defconfig | 2 +-
drivers/clk/imx/Kconfig | 1 +
drivers/clk/imx/clk-imx6q.c | 28 +++++++++++++++++++++++--
drivers/clk/imx/clk-imx8mm.c | 34 +++++++++++++++++++++++++++++++
drivers/clk/imx/clk-imx8mn.c | 32 +++++++++++++++++++++++++++++
drivers/serial/serial_mxc.c | 11 ++++++++++
include/dm/platform_data/serial_mxc.h | 3 +++
17 files changed, 115 insertions(+), 19 deletions(-)
More information about the U-Boot
mailing list