From b3cca20779f24167a035039f6141ac6d9ac1e894 Mon Sep 17 00:00:00 2001 From: Chris Dimich Date: Fri, 4 Aug 2023 11:38:16 -0700 Subject: [PATCH 1/2] u-boot-boundary: bump revision to 7e7eff74 Mainly to support 8mp Smarc. Signed-off-by: Chris Dimich --- recipes-bsp/u-boot/u-boot-boundary-common_2022.04.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-boundary-common_2022.04.inc b/recipes-bsp/u-boot/u-boot-boundary-common_2022.04.inc index 28c86635..9729f094 100644 --- a/recipes-bsp/u-boot/u-boot-boundary-common_2022.04.inc +++ b/recipes-bsp/u-boot/u-boot-boundary-common_2022.04.inc @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" PV = "v2022.04+git${SRCPV}" -SRCREV = "3693c9d6e557cce02b5570a5f72afbc1641ad3c4" +SRCREV = "7e7eff7463572dbe689ea1c557c34d11c5f7a9ec" SRCBRANCH = "boundary-v2022.04" SRC_URI = "git://github.com/boundarydevices/u-boot.git;branch=${SRCBRANCH};protocol=https" From 3ab0b127c0957ee5511269cfa32bc94556b49c76 Mon Sep 17 00:00:00 2001 From: Chris Dimich Date: Fri, 4 Aug 2023 11:58:22 -0700 Subject: [PATCH 2/2] nitrogen8mp: add 8mp smarc uboot support Signed-off-by: Chris Dimich --- conf/machine/nitrogen8mp.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/machine/nitrogen8mp.conf b/conf/machine/nitrogen8mp.conf index 476358e8..f52f7a8f 100644 --- a/conf/machine/nitrogen8mp.conf +++ b/conf/machine/nitrogen8mp.conf @@ -44,11 +44,12 @@ PREFERRED_PROVIDER_imx-atf ??= "imx-atf-boundary" SPL_BINARY = "spl/u-boot-spl.bin" UBOOT_SUFFIX = "bin" -UBOOT_CONFIG ??= "2g 2gr0 4g 8g" +UBOOT_CONFIG ??= "2g 2gr0 4g 8g smarc" UBOOT_CONFIG[2g] = "${MACHINE}_2g_defconfig,sdcard" UBOOT_CONFIG[2gr0] = "${MACHINE}_2gr0_defconfig,sdcard" UBOOT_CONFIG[4g] = "${MACHINE}_4g_defconfig,sdcard" UBOOT_CONFIG[8g] = "${MACHINE}_8g_defconfig,sdcard" +UBOOT_CONFIG[smarc] = "imx8mp_nitrogen_smarc_2gr0_defconfig,sdcard" ATF_PLATFORM = "imx8mp" @@ -66,6 +67,7 @@ IMAGE_BOOT_FILES:append = " \ flash.bin-${MACHINE}-2gr0;u-boot.${MACHINE}_2gr0 \ flash.bin-${MACHINE}-4g;u-boot.${MACHINE}_4g \ flash.bin-${MACHINE}-8g;u-boot.${MACHINE}_8g \ + flash.bin-${MACHINE}-smarc;u-boot.imx8mp_nitrogen_smarc_2gr0 \ " # wic support