Re: Pull request: please pull u-boot-imx-20230525

2023-05-25 Thread Tom Rini
On Thu, May 25, 2023 at 09:05:07AM +0200, Stefano Babic wrote:

> Hi Tom,
> 
> please pull from u-boot-imx, thanks !
> 
> This PR conbtains :
> 
>   - Fixes
>   - Improvement support for i.MX93
> 
> 
> The following changes since commit 6e1852ca2c418e2536ead4b51c4d84a59926b3f1:
> 
>   Merge tag 'efi-2023-07-rc3' of
> https://source.denx.de/u-boot/custodians/u-boot-efi (2023-05-16 11:23:30
> -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> tags/u-boot-imx-20230525
> 
> for you to fetch changes up to ff476897ed698eae1fa439d52b30694a2b40464a:
> 
>   serial: mxs: Add MXS AUART driver (2023-05-21 16:54:41 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Pull request: please pull u-boot-imx-20230525

2023-05-25 Thread Stefano Babic

Hi Tom,

please pull from u-boot-imx, thanks !

This PR conbtains :

- Fixes
- Improvement support for i.MX93


The following changes since commit 6e1852ca2c418e2536ead4b51c4d84a59926b3f1:

  Merge tag 'efi-2023-07-rc3' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2023-05-16 11:23:30 
-0400)


are available in the Git repository at:

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


for you to fetch changes up to ff476897ed698eae1fa439d52b30694a2b40464a:

  serial: mxs: Add MXS AUART driver (2023-05-21 16:54:41 +0200)


u-boot-imx-20230525
---

- i.MX93 series
- Fixes

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


Fabio Estevam (1):
  ARM: dts: imx7d-sdb-u-boot: Fix usdhc1 UHS operation

Fedor Ross (1):
  ARM: imx: Fix parsing of ROM log event IDs on iMX8M

Jacky Bai (4):
  ddr: imx9: Change the saved ddr data base to 0x2051c000
  ddr: imx93: Add 625M bypass clock support
  ddr: imx93: update the ddr init to support mult setpoints
  ddr: imx9: update the rank setting for multi fsp support

Marek Vasut (3):
  thermal: imx_tmu: Clean up all prints
  thermal: imx_tmu: Move architecture code into driver
  serial: mxs: Add MXS AUART driver

Peng Fan (33):
  imx8ulp: build ahab
  imx: spl_imx_romapi: typo fix
  imx: move imx8 sci header file to include/firmware/imx
  imx: firmware: sci: add inline functions when IMX8 not enabled
  imx: imx8_cpu: use static for local functions
  imx: imx8_cpu: support i.MX9
  imx: imx8_cpu: support get temperature for i.MX9
  imx: imx8_cpu: print cpu grade temperature
  imx9: configure M33 systick to 24M
  imx9: add more PLL settings
  imx9: use parameter freq when set_arm_clk
  imx9: correct getting LPI2C clk
  imx9: simplify clk settings
  imx9: cut off OPTEE memory region from U-Boot
  imx9: imx93_evk: enable CPU_IMX
  imx9: imx93_evk: drop unused macro
  imx9: imx93_evk: select IMX_TMU
  imx9: imx93_evk: enable CONFIG_WDT
  watchdog: ulp_wdog: guard reset_cpu with condition check
  imx9: soc: support reset cause
  imx9: Get market segment and speed grading
  imx9: clock: clear HW_CTRL_SEL
  imx9: clock: add CONFIG_IMX9_LOW_DRIVE_MODE support
  imx9: clock: config arm alt root to 500mhz
  imx9: add i.MX93 variants support
  imx9: correct coding style
  imx9: use i.MX generic rom api function
  imx9: imx93_evk: add low drive mode support on 11x11 EVK
  arm: dts: imx93: sync device tree with Linux
  arm: dts: imx93: add tmu
  imx9: imx93_evk: Update spl stack & bss base address
  imx9: imx93_evk: update ddr timing file
  imx9: imx93_evk: enable sysreset

Ye Li (5):
  thermal: imx_tmu: Update TMU driver to support iMX93
  imx9: Change hard coded MAC to read from fuse
  imx9: allow to bootaux Mcore with input address
  ddr: imx9: Add workaround for DDRPHY rank-to-rank errata
  imx9: Calculate DDR size from DDRC setting

 arch/arm/dts/imx7d-sdb-u-boot.dtsi 
 |   51 +++
 arch/arm/dts/imx93-11x11-evk-u-boot.dtsi 
 |   29 --
 arch/arm/dts/imx93-11x11-evk.dts 
 |  385 -
 arch/arm/dts/imx93-pinfunc.h 
 |  194 +
 arch/arm/dts/imx93.dtsi 
 |  618 +--
 arch/arm/include/asm/arch-imx/cpu.h 
 |7 +
 arch/arm/include/asm/arch-imx8/power-domain.h 
 |2 +-
 arch/arm/include/asm/arch-imx8/sci/sci.h 
 |  138 --
 arch/arm/include/asm/arch-imx8/sys_proto.h 
 |2 +-
 arch/arm/include/asm/arch-imx8m/ddr.h 
 |2 +-
 arch/arm/include/asm/arch-imx9/clock.h 
 |6 +
 arch/arm/include/asm/arch-imx9/ddr.h 
 |   23 +-
 arch/arm/include/asm/arch-imx9/imx-regs.h 
 |3 +
 arch/arm/include/asm/mach-imx/sys_proto.h 
 |   12 +-
 arch/arm/mach-imx/cmd_dek.c 
 |2 +-
 arch/arm/mach-imx/imx8/ahab.c 
 |2 +-
 arch/arm/mach-imx/imx8/cpu.c 
 |2 +-
 arch/arm/mach-imx/imx8/fdt.c 
 |2 +-
 arch/arm/mach-imx/imx8/iomux.c 
 |2 +-
 arch/arm/mach-imx/imx8/misc.c 
 |2 +-
 arch/arm/mach-imx/imx8/snvs_security_sc.c 
 |2 +-
 arch/arm/mach-imx/imx8m/soc.c 
 |   74 +---
 arch/arm/mach-imx/imx8ulp/Kconfig 
 |5 +
 arch/arm/mach-imx/imx8ulp/Makefile 
 |1 +
 arch/arm/mach-imx/imx9/Kconfig 
 |5 +
 arch/arm/mach-imx/imx9/clock.c 
 |  113 -
 arch/arm/mach-imx/imx9/imx_bootaux.c 
 |   10 +-
 arch/arm/mach-imx/imx9/soc.c 
 |  384 -
 arch/arm/mach-imx/parse-container.c 
 |2 +-
 arch/arm/mach-imx/spl_imx_romapi.c 
 |2 +-
 board/advantech/imx8qm_dmsse20_a1/imx8qm_dmsse20_a1.c 
 |2 +-
 board/advantech/imx8qm_dmsse20_a1/spl.c 
 |2 +-