Pull request: Please pull u-boot-imx-next-20231220
Fabio Estevam
festevam at gmail.com
Wed Dec 20 19:21:19 CET 2023
Hi Tom,
Please pull this u-boot-imx material targetted for 'next', thanks.
The following changes since commit f7655af980dc376783bbdac833e450a86e3255f4:
Merge tag 'u-boot-amlogic-next-20231220' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next (2023-12-20 08:34:12 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-next-20231220
for you to fetch changes up to 8a72d193cf15cf0d6936886db4b2dd75956fb4d8:
colibri-imx8x: configure usb hub to bypass mode (2023-12-20 15:04:46 -0300)
u-boot-imx-next-20231220
------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/19043
- Put the USB hub out of reset on colibri-imx8x
- Fix VDDx brownout interrupt register of i.MX23/i.MX28
- Fix Phytec imx8m SoM detection
- Add TPM support for gw72xx boards
----------------------------------------------------------------
Andrejs Cainikovs (3):
apalis-imx8: remove -u-boot.dtsi include
colibri-imx8x: remove -u-boot.dtsi include
colibri-imx8x: configure usb hub to bypass mode
Cody Green (1):
mxs: Fix VDDx brownout interrupt disable/enable
Tim Harvey (3):
arm: dts: imx8mm-venice-gw72xx: add TPM device
arm: dts: imx8mp-venice-gw72xx: add TPM device
configs: imx8m{m, n, p}_venice_defconfig: add arch_misc_init
Yannic Moog (5):
board: phytec: imx8m_som_detection: change phytec_imx8m_detect return type
board: phytec: imx8m_som_detection: fix uninitialized pointer bug
board: phytec: phytec_som_detection: fix eeprom_data zero check
board: phytec: som_detection: move definitions to source file
board: phytec: phytec_som_detection: fix uninitialized bug
arch/arm/cpu/arm926ejs/mxs/spl_power_init.c | 8 +++--
arch/arm/dts/fsl-imx8qm-apalis.dts | 1 -
arch/arm/dts/fsl-imx8qxp-colibri-u-boot.dtsi | 15 ++++++++
arch/arm/dts/fsl-imx8qxp-colibri.dts | 3 --
arch/arm/dts/imx8mm-venice-gw72xx-0x-u-boot.dtsi | 7 ++++
arch/arm/dts/imx8mm-venice-gw72xx.dtsi | 10 +++++-
arch/arm/dts/imx8mp-venice-gw72xx-2x-u-boot.dtsi | 9 +++++
arch/arm/dts/imx8mp-venice-gw72xx.dtsi | 9 ++++-
board/phytec/common/imx8m_som_detection.c | 40 ++++++++++++++++++---
board/phytec/common/imx8m_som_detection.h | 34 +-----------------
board/phytec/common/phytec_som_detection.c | 46 ++++++++++++++++++++++--
board/phytec/common/phytec_som_detection.h | 38 --------------------
configs/colibri-imx8x_defconfig | 1 +
configs/imx8mm_venice_defconfig | 1 +
configs/imx8mn_venice_defconfig | 1 +
configs/imx8mp_venice_defconfig | 1 +
16 files changed, 137 insertions(+), 87 deletions(-)
More information about the U-Boot
mailing list