mbox series

[GIT,PULL] Please pull u-boot-imx-master-20240304

Message ID 20240304175251.823846-1-festevam@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] Please pull u-boot-imx-master-20240304 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20240304

Message

Fabio Estevam March 4, 2024, 5:52 p.m. UTC
Hi Tom,

Please pull from u-boot-imx, thanks.

The following changes since commit eac52e4be4e234d563d6911737ee7ccdc0ada1f1:

  Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" (2024-03-02 14:30:25 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20240304

for you to fetch changes up to 9b9f022e7368cacafa368beaa7fadd931f2cfcdb:

  video: mxsfb: add back imx6ul/imx6ull support (2024-03-04 08:18:48 -0300)

u-boot-imx-master-20240304
--------------------------

CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/19817

- Fix i.MX93 OP-TEE support.
- Use the container image for i.MX93 revision A1.
- Fix display regression on opos6uldev.
----------------------------------------------------------------
Mathieu Othacehe (3):
      imx9: Fix OP-TEE support
      tools: imx9_image: Reword warning message.
      imx9: Update to mx93 A1 chip revision.

Sébastien Szymanski (2):
      opos6uldev: make the LCD work again
      video: mxsfb: add back imx6ul/imx6ull support

 arch/arm/dts/imx6ul-opos6uldev-u-boot.dtsi | 28 ++++++++++++++++++++++------
 arch/arm/mach-imx/imx9/container.cfg       |  3 ++-
 arch/arm/mach-imx/imx9/imximage.cfg        |  2 +-
 board/armadeus/opos6uldev/opos6uldev.env   |  1 -
 board/freescale/imx93_evk/spl.c            |  7 +++++++
 board/phytec/phycore_imx93/spl.c           |  7 +++++++
 board/variscite/imx93_var_som/spl.c        |  6 ++++++
 configs/opos6uldev_defconfig               |  3 ---
 doc/board/nxp/imx93_11x11_evk.rst          |  8 ++++----
 doc/board/phytec/imx93-phyboard-segin.rst  |  8 ++++----
 doc/board/variscite/imx93_var_som.rst      |  8 ++++----
 drivers/video/mxsfb.c                      |  1 +
 tools/imx9_image.sh                        |  2 +-
 13 files changed, 59 insertions(+), 25 deletions(-)

Comments

Tom Rini March 4, 2024, 11:44 p.m. UTC | #1
On Mon, Mar 04, 2024 at 02:52:51PM -0300, Fabio Estevam wrote:

> Hi Tom,
> 
> Please pull from u-boot-imx, thanks.
> 
> The following changes since commit eac52e4be4e234d563d6911737ee7ccdc0ada1f1:
> 
>   Merge patch series "ARM: renesas: Rename R-Mobile to Renesas" (2024-03-02 14:30:25 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20240304
> 
> for you to fetch changes up to 9b9f022e7368cacafa368beaa7fadd931f2cfcdb:
> 
>   video: mxsfb: add back imx6ul/imx6ull support (2024-03-04 08:18:48 -0300)
> 
> u-boot-imx-master-20240304

Applied to u-boot/master, thanks!