U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL v2] Please pull u-boot-imx-next-20240823
@ 2024-08-23 19:40 Fabio Estevam
  2024-08-23 21:57 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2024-08-23 19:40 UTC (permalink / raw)
  To: trini; +Cc: u-boot

Hi Tom,

Please pull from u-boot-imx/next, thanks.

The following changes since commit e93d343cc7d2886b1148d885aa137d46bbce0570:

  Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-samsung into next (2024-08-22 08:15:04 -0600)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-next-20240823

for you to fetch changes up to dda8444832ce32e0bdb9a05e2e90a7dc9f8663ca:

  ARM: imx: Enable cat and xxd commands on Data Modul i.MX8M Mini/Plus eDM SBC (2024-08-23 14:53:53 -0300)

u-boot-imx-next-20240823
--------------------------

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

- Add BOOTAUX support for apalis and colibri imx8 boards.
- Cleanup tqma6 board by removing unneeded board code.
- Add support for booting from ecspi3 via bmode command on imx6.
- Add a script to ease updating flash.bin on imx8mm phytec board.
- Enable cat and xxd commands on Data Modul i.MX8M Mini/Plus eDM SBC
and use USB SDPS as fallback option.
- Fix critical temperature on imx9.
- Add Cortex M and bootaux support for phycore-imx8mp.
----------------------------------------------------------------
Andrejs Cainikovs (4):
      board: apalis-imx8: add reset code
      apalis-imx8: enable i.MX specific BOOTAUX
      colibri-imx8x: enable i.MX specific BOOTAUX
      colibri-imx8x: enable i.MX specific SNVS configuration

Fabio Estevam (5):
      tqma6: Remove non-DM board code
      tqma6_mba6: Remove unused defines
      tqma6_mba6: Remove UART board code
      gw_ventana: Remove unneeded comments
      mx6: Expand bmode to support ecspi3 boot

Lukasz Majewski (1):
      config: Add 'update_bootimg' command to update flash.bin on Phytec's imx8mm

Marek Vasut (2):
      ARM: imx: Use USB SDPS as fallback option on Data Modul i.MX8M Plus eDM SBC
      ARM: imx: Enable cat and xxd commands on Data Modul i.MX8M Mini/Plus eDM SBC

Primoz Fiser (1):
      imx: imx9: Set correct critical temperature

Yashwanth Varakala (2):
      board: phytec: phycore_imx8mp: Add mcore support
      configs: phycore-imx8mp_defconfig: Enabled bootaux command

 arch/arm/dts/imx6qdl-mba6-u-boot.dtsi          |  16 ++++
 arch/arm/mach-imx/imx9/soc.c                   |   2 +-
 arch/arm/mach-imx/mx6/soc.c                    |   4 +
 board/data_modul/imx8mp_edm_sbc/spl.c          |   5 +-
 board/phytec/phycore_imx8mp/phycore_imx8mp.env |   5 +-
 board/toradex/apalis-imx8/apalis-imx8.c        |   8 ++
 board/tq/tqma6/tqma6.c                         | 126 -------------------------
 board/tq/tqma6/tqma6_mba6.c                    |  35 -------
 configs/apalis-imx8_defconfig                  |   1 +
 configs/colibri-imx8x_defconfig                |   2 +
 configs/imx8mm_data_modul_edm_sbc_defconfig    |   2 +
 configs/imx8mp_data_modul_edm_sbc_defconfig    |   2 +
 configs/phycore-imx8mp_defconfig               |   1 +
 include/configs/gw_ventana.h                   |  31 +-----
 include/configs/phycore_imx8mm.h               |   8 ++
 15 files changed, 53 insertions(+), 195 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL v2] Please pull u-boot-imx-next-20240823
  2024-08-23 19:40 [GIT PULL v2] Please pull u-boot-imx-next-20240823 Fabio Estevam
@ 2024-08-23 21:57 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2024-08-23 21:57 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 753 bytes --]

On Fri, Aug 23, 2024 at 04:40:52PM -0300, Fabio Estevam wrote:

> Hi Tom,
> 
> Please pull from u-boot-imx/next, thanks.
> 
> The following changes since commit e93d343cc7d2886b1148d885aa137d46bbce0570:
> 
>   Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-samsung into next (2024-08-22 08:15:04 -0600)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-next-20240823
> 
> for you to fetch changes up to dda8444832ce32e0bdb9a05e2e90a7dc9f8663ca:
> 
>   ARM: imx: Enable cat and xxd commands on Data Modul i.MX8M Mini/Plus eDM SBC (2024-08-23 14:53:53 -0300)
> 
> u-boot-imx-next-20240823

Applied to u-boot/next, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-23 21:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-23 19:40 [GIT PULL v2] Please pull u-boot-imx-next-20240823 Fabio Estevam
2024-08-23 21:57 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox