[PATCHv5 00/14] Add a subcommand 'release' to cmd/cpu.c

Fabio Estevam festevam at gmail.com
Fri Aug 2 21:25:24 CEST 2024


On Thu, Aug 1, 2024 at 12:39 AM Zhiqiang Hou <Zhiqiang.Hou at nxp.com> wrote:
>
> From: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
>
> This patch set is to add a subcommand 'release' to the 'cpu' command
> in cmd/cpu.c, making the command is able to release a core to run
> baremetal and RTOS applications.
>
> Fixed some problems of the imx8_cpu.c and added i.MX 8M series SoCs
> support.
>
> Added ARM A53 core clock registration in clock driver of i.MX 8M Mini,
> Nano and Plus SoCs.
>
> And enabled the 'cpu' command and imx CPU driver for i.MX 8M series
> EVK boards and i.MX 93 EVK board.
>
> Hou Zhiqiang (14):
>   clk: imx8m: register ARM A53 core clock
>   cpu: add release_core callback
>   cpu: sandbox: implement release_core callback
>   test: cpu: add test for release CPU core.
>   cpu: imx: fix the CPU frequency in cpu_imx_get_info()
>   cpu: imx: fix the CPU type field width
>   cpu: imx: removed the tail '\n' of the CPU description
>   cpu: imx: Add i.MX 8M series SoCs
>   cpu: imx: implement release_core callback
>   cmd: cpu: add release subcommand
>   doc: cmd: add documentation for cpu command
>   MAINTAINERS: add entry for cpu command
>   configs: imx8m: enable the 'cpu' command
>   configs: imx93: enable the 'cpu' command

Applied all, thanks.


More information about the U-Boot mailing list