[U-Boot] [PATCH 00/13] i.MX8 misc patches

Peng Fan peng.fan at nxp.com
Mon Aug 26 08:31:33 UTC 2019


> Subject: [PATCH 00/13] i.MX8 misc patches
> 
> i.MX8 misc patches from NXP vendor trees
>  - smmu power up
>  - correct fdt_file
>  - disable node when resource not owned
>  - configure sid
>  - move cpu desc to drivers
>  - fix mac fuse word
>  - probe scu using uclass function

Missed to add, this patch set depends on
https://patchwork.ozlabs.org/patch/1132519/
https://patchwork.ozlabs.org/patch/1132521/
https://patchwork.ozlabs.org/patch/1132520/

Thanks,
Peng.

> 
> Peng Fan (12):
>   imx: sys_proto: add is_imx8qm helper
>   imx8qm: power up SMMU
>   imx8qm: correct fdt_file
>   imx8: disable node when the resource is not owned
>   configs: imx8qm/qxp_mek: enable CONFIG_OF_SYSTEM_SETUP
>   imx: scu_api: add sc_rm_set_master_sid
>   imx8: fdt: configure sid for masters
>   imx8: save args passed from ATF
>   imx8: fdt: add optee node
>   imx: scu_api: add sc_pm_is_partition_started
>   imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.c
>   imx8: cpu: fix mac fuse word for i.MX8QM
> 
> Ye Li (1):
>   imx8: Probe the SCU driver by using uclass function
> 
>  arch/arm/include/asm/arch-imx8/sci/rpc.h   |   5 +-
>  arch/arm/include/asm/arch-imx8/sci/sci.h   |   2 +
>  arch/arm/include/asm/arch-imx8/sys_proto.h |   1 +
>  arch/arm/include/asm/mach-imx/sys_proto.h  |   1 +
>  arch/arm/mach-imx/imx8/Makefile            |   3 +-
>  arch/arm/mach-imx/imx8/cpu.c               | 189 ++-----------------
>  arch/arm/mach-imx/imx8/fdt.c               | 292
> +++++++++++++++++++++++++++++
>  arch/arm/mach-imx/imx8/lowlevel_init.S     |  36 ++++
>  configs/imx8qm_mek_defconfig               |   1 +
>  configs/imx8qxp_mek_defconfig              |   1 +
>  drivers/cpu/Makefile                       |   1 +
>  drivers/cpu/imx8_cpu.c                     | 182
> ++++++++++++++++++
>  drivers/misc/imx8/scu_api.c                |  49 +++++
>  include/configs/imx8qm_mek.h               |   2 +-
>  14 files changed, 587 insertions(+), 178 deletions(-)  create mode 100644
> arch/arm/mach-imx/imx8/fdt.c  create mode 100644
> arch/arm/mach-imx/imx8/lowlevel_init.S
>  create mode 100644 drivers/cpu/imx8_cpu.c
> 
> --
> 2.16.4



More information about the U-Boot mailing list