[PATCH V4 0/7] Migrate IMX8, IMX8M and IMX9 to use imx8_cpu

Fabio Estevam festevam at gmail.com
Tue Mar 25 13:56:38 CET 2025


On Mon, Mar 24, 2025 at 11:55 PM Adam Ford <aford173 at gmail.com> wrote:
>
> The imx8_cpu driver uses the driver model to represent the processor
> cores in the dm tree as well as display the processor type and speed
> on boot.  Currently, the imx8_cpu driver only displays the temperature
> grade of the processor if the processor is IMX9, so in order to display
> that info, the check in imx8_cpu is changed to check for IMX_TMU
> and IMX_TMU is implied for IMX8, IMX8M and IMX9 SoC familes.  If
> users want to fall back to the older method to display the SoC type
> or remove the temperature grade information, they can.  Doing this
> at the SoC family level reduces the number of duplicated config options
> for each board, and was done at the request of the IMX U-Boot custodian.
>
> V4:  Make IMX9 select CPU_IMX instead of imply since it appears to be
>      required for all in the platform.
>      Fixed some whitespace in imx8_cpu around the temperature grade message.
>      Re-ordered some items in Kconfig to keep them alphabetical
>      Added more CPU items to the list inside imx8_cpu to match what was done
>      from arch/arm/mach-imx/cpu.c.

Applied to u-boot-imx/next, thanks.


More information about the U-Boot mailing list