]> git.dujemihanovic.xyz Git - u-boot.git/commit
misc: imx: S400_API: Move S400 MU and API to a common place
authorYe Li <ye.li@nxp.com>
Tue, 26 Jul 2022 08:40:49 +0000 (16:40 +0800)
committerStefano Babic <sbabic@denx.de>
Tue, 26 Jul 2022 09:29:00 +0000 (11:29 +0200)
commit03fcf966511d11aa67c7b52d9d68c7bf18edade6
tree2d82426ed58d741001fc1acb8d84df72f5af9751
parent636c95f82b9a184a9b45a8965488cea2dedcd78e
misc: imx: S400_API: Move S400 MU and API to a common place

Since iMX9 uses S401 which shares the API with iMX8ULP. So move S400
MU driver and API to a common place and selected by CONFIG_IMX_SENTINEL

Signed-off-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
15 files changed:
arch/arm/Kconfig
arch/arm/include/asm/global_data.h
arch/arm/include/asm/mach-imx/mu_hal.h [moved from arch/arm/include/asm/arch-imx8ulp/mu_hal.h with 79% similarity]
arch/arm/include/asm/mach-imx/s400_api.h [moved from arch/arm/include/asm/arch-imx8ulp/s400_api.h with 100% similarity]
arch/arm/mach-imx/imx8ulp/ahab.c [new file with mode: 0644]
arch/arm/mach-imx/imx8ulp/rdc.c
arch/arm/mach-imx/imx8ulp/soc.c
board/freescale/imx8ulp_evk/spl.c
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/imx8ulp/Makefile
drivers/misc/imx8ulp/fuse.c
drivers/misc/sentinel/Makefile [new file with mode: 0644]
drivers/misc/sentinel/s400_api.c [moved from drivers/misc/imx8ulp/s400_api.c with 98% similarity]
drivers/misc/sentinel/s4mu.c [moved from drivers/misc/imx8ulp/imx8ulp_mu.c with 98% similarity]