imx: imx8qxp: giedi switch to binman
authorOliver Graute <oliver.graute@kococonnector.com>
Fri, 4 Nov 2022 15:03:41 +0000 (16:03 +0100)
committerStefano Babic <sbabic@denx.de>
Wed, 9 Nov 2022 16:12:32 +0000 (17:12 +0100)
Switch to use binman to pack images

Signed-off-by: Oliver Graute <oliver.graute@kococonnector.com>
arch/arm/dts/imx8qxp-capricorn-u-boot.dtsi
arch/arm/mach-imx/imx8/Kconfig
board/siemens/capricorn/imximage.cfg
configs/giedi_defconfig

index 1cf58fc..f3e6421 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright 2019 Siemens AG
  */
 
+#include "imx8qxp-u-boot.dtsi"
+
 &{/imx8qx-pm} {
 
        u-boot,dm-spl;
index 4ccbabf..63d99ea 100644 (file)
@@ -62,6 +62,7 @@ config TARGET_DENEB
 
 config TARGET_GIEDI
        bool "Support i.MX8QXP Capricorn Giedi board"
+       select BINMAN
        select BOARD_LATE_INIT
        select FACTORYSET
        select IMX8QXP
index fa871ba..4350e29 100644 (file)
@@ -8,7 +8,7 @@
 
 
 /* Boot from SD, sector size 0x400 */
-BOOT_FROM SD 0x400
+BOOT_FROM      sd
 /* SoC type IMX8QX */
 SOC_TYPE IMX8QX
 /* Append seco container image */
index e20830d..6d00a61 100644 (file)
@@ -26,6 +26,8 @@ CONFIG_SYS_LOAD_ADDR=0x80280000
 CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
 CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80200000
 CONFIG_REMAKE_ELF=y
+CONFIG_FIT=y
+CONFIG_FIT_EXTERNAL_OFFSET=0x3000
 CONFIG_OF_BOARD_SETUP=y
 CONFIG_OF_SYSTEM_SETUP=y
 CONFIG_BOOTDELAY=3