mbox series

Pull request: Please pull u-boot-imx-20240115

Message ID 20240122130258.1161602-1-festevam@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request: Please pull u-boot-imx-20240115 | expand

Pull-request

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

Message

Fabio Estevam Jan. 22, 2024, 1:02 p.m. UTC
Hi Tom,

Please pull from u-boot-imx, thanks.

The following changes since commit 3c04fcf3137d5f694d52b8f355373e4baabe5f78:

  Merge patch series "k3-j721e: beagleboneai: Fix USB" (2024-01-20 11:39:13 -0500)

are available in the Git repository at:

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

for you to fetch changes up to a80e0e7711a2b2890a583d88dcd9af978ddada32:

  ARM: imx: Enable kaslrseed command on DH i.MX8M Plus DHCOM (2024-01-22 08:40:02 -0300)

u-boot-imx-master-20240122
--------------------------

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

- Allow i.MX8M Plus DHCOM to operate in overdrive mode.
- Allow i.MX8M Plus eDM SBC to operate in overdrive mode.
- Enable the 'kaslrseed' command on DH i.MX8M Plus DHCOM.
- Select LTO by default on i.MX8M.
- Convert pico-dwarf/hobbit-imx6ul to CONFIG_DM_SERIAL.
- Fix 'reset' command on wandboard.

----------------------------------------------------------------
Fabio Estevam (3):
      imx8m: Enable LTO by default
      wandboard: Convert to watchdog driver model
      pico-dwarf/hobbit-imx6ul: Convert to CONFIG_DM_SERIAL

Marek Vasut (3):
      ARM: imx: Enable SPL_BOARD_INIT on DH i.MX8M Plus DHCOM
      ARM: imx: Configure GIC clock parent on Data Modul i.MX8M Plus eDM SBC
      ARM: imx: Enable kaslrseed command on DH i.MX8M Plus DHCOM

 arch/arm/dts/imx6qdl-wandboard-u-boot.dtsi  | 10 ++++++++++
 arch/arm/mach-imx/imx8m/Kconfig             |  1 +
 board/data_modul/imx8mp_edm_sbc/spl.c       | 13 +++++++++++++
 configs/imx8mp_data_modul_edm_sbc_defconfig |  1 +
 configs/imx8mp_dhcom_pdk2_defconfig         |  3 +++
 configs/imx8mp_dhcom_pdk3_defconfig         |  3 +++
 configs/pico-dwarf-imx6ul_defconfig         |  1 +
 configs/pico-hobbit-imx6ul_defconfig        |  1 +
 configs/wandboard_defconfig                 |  3 +++
 9 files changed, 36 insertions(+)

Comments

Tom Rini Jan. 22, 2024, 3:10 p.m. UTC | #1
On Mon, Jan 22, 2024 at 10:02:58AM -0300, Fabio Estevam wrote:

> Hi Tom,
> 
> Please pull from u-boot-imx, thanks.
> 
> The following changes since commit 3c04fcf3137d5f694d52b8f355373e4baabe5f78:
> 
>   Merge patch series "k3-j721e: beagleboneai: Fix USB" (2024-01-20 11:39:13 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20240122
> 
> for you to fetch changes up to a80e0e7711a2b2890a583d88dcd9af978ddada32:
> 
>   ARM: imx: Enable kaslrseed command on DH i.MX8M Plus DHCOM (2024-01-22 08:40:02 -0300)
> 
> u-boot-imx-master-20240122

Applied to u-boot/master, thanks!