[U-Boot] [PATCH v4 0/1] imx: support i.MX8QM ROM 7720 a1 board

Peng Fan peng.fan at nxp.com
Tue Sep 10 05:52:23 UTC 2019


> Subject: [PATCH v4 0/1] imx: support i.MX8QM ROM 7720 a1 board
> 
> Hello list,
> 
> need some information howto avoid the imx-mkimage repo and create full
> boostream directly from u-boot with all the binary blobs.

Try the diff, and see whether it helps.
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
index 08ee52edbf..4d0f0970df 100644
--- a/arch/arm/mach-imx/Makefile
+++ b/arch/arm/mach-imx/Makefile
@@ -159,10 +159,8 @@ MKIMAGEFLAGS_flash.bin = -n spl/u-boot-spl.cfgout -T $(IMAGE_TYPE) -e 0x100000
 flash.bin: MKIMAGEOUTPUT = flash.log

 flash.bin: spl/u-boot-spl.bin u-boot.itb FORCE
-ifeq ($(SPL_DEPFILE_EXISTS),0)
        $(call if_changed,mkimage)
 endif
-endif

 else
 MKIMAGEFLAGS_SPL = -n $(filter-out $(PLUGIN).bin $< $(PHONY),$^) \

Regards,
Peng.

> 
> Best regards,
> 
> Oliver
> 
> 
> Oliver Graute (1):
>   imx: support i.MX8QM ROM 7720 a1 board
> 
>  arch/arm/dts/Makefile                         |   1 +
>  arch/arm/dts/imx8qm-rom7720-a1.dts            | 373
> ++++++++++++++++++
>  arch/arm/mach-imx/imx8/Kconfig                |   7 +
>  board/advantech/imx8qm_rom7720_a1/Kconfig     |  14 +
>  board/advantech/imx8qm_rom7720_a1/MAINTAINERS |   6 +
>  board/advantech/imx8qm_rom7720_a1/Makefile    |  11 +
>  board/advantech/imx8qm_rom7720_a1/README      |  70 ++++
>  .../imx8qm_rom7720_a1/imx8qm_rom7720_a1.c     | 141 +++++++
>  .../advantech/imx8qm_rom7720_a1/imximage.cfg  |  21 +
>  board/advantech/imx8qm_rom7720_a1/spl.c       | 223 +++++++++++
>  configs/imx8qm_rom7720_a1_4G_defconfig        |  83 ++++
>  include/configs/imx8qm_rom7720.h              | 176 +++++++++
>  12 files changed, 1126 insertions(+)
>  create mode 100644 arch/arm/dts/imx8qm-rom7720-a1.dts
>  create mode 100644 board/advantech/imx8qm_rom7720_a1/Kconfig
>  create mode 100644
> board/advantech/imx8qm_rom7720_a1/MAINTAINERS
>  create mode 100644 board/advantech/imx8qm_rom7720_a1/Makefile
>  create mode 100644 board/advantech/imx8qm_rom7720_a1/README
>  create mode 100644
> board/advantech/imx8qm_rom7720_a1/imx8qm_rom7720_a1.c
>  create mode 100644 board/advantech/imx8qm_rom7720_a1/imximage.cfg
>  create mode 100644 board/advantech/imx8qm_rom7720_a1/spl.c
>  create mode 100644 configs/imx8qm_rom7720_a1_4G_defconfig
>  create mode 100644 include/configs/imx8qm_rom7720.h
> 
> --
> 2.17.1



More information about the U-Boot mailing list