Skip to content

Commit

Permalink
u-boot-compulab: adapt to upstream changes
Browse files Browse the repository at this point in the history
Changelog-entry: adapt u-boot-compulab to upstream changes
Signed-off-by: Alex Gonzalez <[email protected]>
  • Loading branch information
alexgg committed Oct 29, 2024
1 parent 8a11775 commit bf6a2be
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 60 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
From fae9d145c4d8258f1051c97cc458919a982e208a Mon Sep 17 00:00:00 2001
From: Alexandru Costache <[email protected]>
Date: Fri, 17 Nov 2023 10:24:27 +0100
Subject: [PATCH] integrate with balenaOS

Upstream-status: inaproppriate [configuration]
Signed-off-by: Alexandru Costache <[email protected]>
---
configs/iot-gate-imx8plus_defconfig | 8 ++++++
include/configs/compulab-imx8m-plus.h | 39 ++++++++++++---------------
2 files changed, 25 insertions(+), 22 deletions(-)
configs/iot-gate-imx8plus_defconfig | 8 +++++++
include/configs/compulab-imx8m-plus.h | 34 +++++++++++++--------------
2 files changed, 24 insertions(+), 18 deletions(-)

diff --git a/configs/iot-gate-imx8plus_defconfig b/configs/iot-gate-imx8plus_defconfig
index aebc7558d5..3b6772e6ad 100644
index ce4561486f4d..d848df2e85ab 100644
--- a/configs/iot-gate-imx8plus_defconfig
+++ b/configs/iot-gate-imx8plus_defconfig
@@ -154,3 +154,11 @@ CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y
@@ -156,3 +156,11 @@ CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y
CONFIG_EFI_CAPSULE_ON_DISK=y
CONFIG_EFI_CAPSULE_FIRMWARE_FIT=y
CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
Expand All @@ -27,10 +26,10 @@ index aebc7558d5..3b6772e6ad 100644
+CONFIG_CMD_FS_UUID=y
+CONFIG_CMD_USB_MASS_STORAGE
diff --git a/include/configs/compulab-imx8m-plus.h b/include/configs/compulab-imx8m-plus.h
index 3cce68f015..5c81fffbfb 100644
index ba8e706f8d1c..37715543f4f9 100644
--- a/include/configs/compulab-imx8m-plus.h
+++ b/include/configs/compulab-imx8m-plus.h
@@ -79,12 +79,13 @@
@@ -79,11 +79,13 @@
"scriptaddr=0x43500000\0" \
"kernel_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \
"bsp_script=boot.scr\0" \
Expand All @@ -39,16 +38,15 @@ index 3cce68f015..5c81fffbfb 100644
"splashimage=0x50000000\0" \
"console=ttymxc1,115200 console=tty1\0" \
- "fdt_addr_r=0x43000000\0" \
- "fdto_addr_r=0x43800000\0" \
- "fdt_addr=0x43000000\0" \
+ "fdt_addr_r=0x45000000\0" \
+ "fdto_addr_r=0x45800000\0" \
+ "fdt_addr=0x45000000\0" \
+ "fdto_addr_r=0x45800000\0"
+ "zip_addr=48440000\0" \
"boot_fdt=try\0" \
"fdt_high=0xffffffffffffffff\0" \
"boot_fit=no\0" \
@@ -94,7 +95,7 @@
@@ -93,7 +95,7 @@
"mmcpart=" __stringify(CONFIG_SYS_MMC_IMG_LOAD_PART) "\0" \
"mmcroot=" CONFIG_MMCROOT " rootwait rw\0" \
"mmcautodetect=yes\0" \
Expand All @@ -57,58 +55,47 @@ index 3cce68f015..5c81fffbfb 100644
"loadbootscript=load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${bsp_script};\0" \
"bootscript=echo Running bootscript from mmc ...; " \
"source\0" \
@@ -137,16 +138,15 @@
@@ -136,24 +138,21 @@
"usb_dev=0\0" \
"boot_part=1\0" \
"root_opt=rootwait rw\0" \
- "emmc_ul=setenv iface mmc; setenv dev ${emmc_dev}; setenv part ${boot_part};" \
- "setenv bootargs console=${console} root=${emmc_root} ${root_opt};\0" \
+ "emmc_ul=setenv iface mmc; setenv dev ${resin_dev_index}; setenv part ${resin_root_part};" \
+ "setenv bootargs console=${console} ${resin_kernel_root} ${os_cmdline};\0" \
+ "emmc_ul=setenv iface mmc; setenv dev ${emmc_dev}; setenv part ${resin_root_part};" \
+ "setenv bootargs console=${console} ${resin_kernel_root} ${root_opt};\0" \
"sd_ul=setenv iface mmc; setenv dev ${sd_dev}; setenv part ${boot_part};" \
"setenv bootargs console=${console} root=${sd_root} ${root_opt};\0" \
"usb_ul=usb start; setenv iface usb; setenv dev ${usb_dev}; setenv part ${boot_part};" \
"setenv bootargs console=${console} root=${usb_root} ${root_opt};\0" \
"ulbootscript=load ${iface} ${dev}:${part} ${loadaddr} ${script};\0" \
- "ulimage=load ${iface} ${dev}:${part} ${loadaddr} ${image}\0" \
- "ulfdt=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
- "load ${iface} ${dev}:${part} ${fdt_addr_r} ${fdtfile}; " \
- "load ${iface} ${dev}:${part} ${fdt_addr_r} ${fdtfile}; fi;\0" \
+ "ulimage=load ${iface} ${resin_dev_index}:${resin_root_part} ${zip_addr} boot/${image}; unzip ${zip_addr} ${loadaddr}; \0" \
+ "ulfdt=load ${iface} ${resin_dev_index}:${resin_root_part} ${fdt_addr_r} boot/${fdtfile};\0" \
"if itest.s x != x${fdtofile}; then " \
"load ${iface} ${dev}:${part} ${fdto_addr_r} ${fdtofile};" \
"fdt addr ${fdt_addr_r}; fdt resize 0x8000; fdt apply ${fdto_addr_r};" \
@@ -156,23 +156,18 @@
"fi;\0" \
"bootlist=usb_ul sd_ul emmc_ul\0" \
"bsp_bootcmd=echo Running BSP bootcmd ...; " \
+ "ulfdt=load ${iface} ${resin_dev_index}:${resin_root_part} ${fdt_addr_r} boot/${fdtfile}; \0" \
"bootlist=sd_ul usb_ul emmc_ul\0" \
- "bsp_bootcmd=echo Running BSP bootcmd ...; " \
- "for src in ${bootlist}; do " \
- "run ${src}; " \
- "env exist boot_opt && env exists bootargs && setenv bootargs ${bootargs} ${boot_opt}; " \
- "if run ulbootscript; then " \
- "run bootscript; " \
- "else " \
- "if run ulimage; then " \
- "if run ulfdt; then " \
- "booti ${loadaddr} - ${fdt_addr_r}; " \
+ "mmc dev 2; " \
+ "setenv resin_kernel_load_addr ${loadaddr};" \
+ "run resin_set_kernel_root; run set_os_cmdline; run emmc_ul;" \
+ "if run ulimage; then " \
+ "if run ulfdt; then " \
+ "booti ${loadaddr} - ${fdt_addr_r}; " \
"else " \
"if test ${boot_fdt} != yes; then " \
"booti ${loadaddr}; " \
+ "bsp_bootcmd=echo Running BSP bootcmd ...; " \
+ "for src in ${bootlist}; do " \
+ "mmc dev 2; " \
+ "setenv resin_kernel_load_addr ${loadaddr};" \
+ "run resin_set_kernel_root; run set_os_cmdline; run emmc_ul;" \
"if run ulimage; then " \
"if run ulfdt; then " \
"booti ${loadaddr} - ${fdt_addr_r}; " \
@@ -163,8 +162,7 @@
"fi; " \
"fi; " \
- "fi; " \
"fi; " \
- "fi; " \
- "done; "
+ "fi; "
+ "done; "
#endif

/* Link Definitions */
--
2.17.1

Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
From f0762d4a52bb485dd5be999fe0a8a35f13db7f0e Mon Sep 17 00:00:00 2001
From: Alexandru Costache <[email protected]>
Date: Fri, 17 Nov 2023 10:28:53 +0100
Subject: [PATCH] Run CRC32 checks on kernel image and fdt
Expand All @@ -10,29 +9,26 @@ Signed-off-by: Alexandru Costache <[email protected]>
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/configs/compulab-imx8m-plus.h b/include/configs/compulab-imx8m-plus.h
index 5c81fffbfb..86efb6f14b 100644
index 37715543f4f9..6e564b01b837 100644
--- a/include/configs/compulab-imx8m-plus.h
+++ b/include/configs/compulab-imx8m-plus.h
@@ -145,8 +145,8 @@
"usb_ul=usb start; setenv iface usb; setenv dev ${usb_dev}; setenv part ${boot_part};" \
"setenv bootargs console=${console} root=${usb_root} ${root_opt};\0" \
"ulbootscript=load ${iface} ${dev}:${part} ${loadaddr} ${script};\0" \
- "ulimage=load ${iface} ${resin_dev_index}:${resin_root_part} ${zip_addr} boot/${image}; unzip ${zip_addr} ${loadaddr}; \0" \
- "ulfdt=load ${iface} ${resin_dev_index}:${resin_root_part} ${fdt_addr_r} boot/${fdtfile};\0" \
- "ulfdt=load ${iface} ${resin_dev_index}:${resin_root_part} ${fdt_addr_r} boot/${fdtfile}; \0" \
+ "ulimage=if load ${iface} ${resin_dev_index}:${resin_root_part} ${zip_addr} boot/${image}; then unzip ${zip_addr} ${loadaddr}; run balena_kernel_load_crc_save; else false; fi; \0" \
+ "ulfdt=if load ${iface} ${resin_dev_index}:${resin_root_part} ${fdt_addr_r} boot/${fdtfile}; then run balena_fdt_load_crc_save; else false; fi; \0" \
"if itest.s x != x${fdtofile}; then " \
"load ${iface} ${dev}:${part} ${fdto_addr_r} ${fdtofile};" \
"fdt addr ${fdt_addr_r}; fdt resize 0x8000; fdt apply ${fdto_addr_r};" \
@@ -161,6 +161,8 @@
"run resin_set_kernel_root; run set_os_cmdline; run emmc_ul;" \
"if run ulimage; then " \
"if run ulfdt; then " \
"bootlist=sd_ul usb_ul emmc_ul\0" \
"bsp_bootcmd=echo Running BSP bootcmd ...; " \
"for src in ${bootlist}; do " \
@@ -155,6 +155,8 @@
"run resin_set_kernel_root; run set_os_cmdline; run emmc_ul;" \
"if run ulimage; then " \
"if run ulfdt; then " \
+ "run balena_kernel_load_crc_check; " \
+ "run balena_fdt_load_crc_check; " \
"booti ${loadaddr} - ${fdt_addr_r}; " \
"booti ${loadaddr} - ${fdt_addr_r}; " \
"else " \
"if test ${boot_fdt} != yes; then " \
--
2.17.1

Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@ DEPENDS = "bison-native"

BALENA_DEVICE_FDT_ADDR_VAR ?= "fdt_addr_r"

# Pin to last working version for now, because upstream changes
# have been breaking applying of patches multiple times already
SRCREV = "436b70159e2567daae8bd619e67272cf2439122e"

SRC_URI:remove = "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}"
SRC_URI:append = "git://github.com/nxp-imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}"
SRC_URI:append = " \
file://0001-Revert-remove-include-config_defaults.h.patch \
file://0001-iot-gate-imx8plus-Increase-default-ENV-size.patch \
file://0003-integrate-with-balenaOS.patch \
file://0006-Run-CRC32-checks-on-kernel-image-and-fdt.patch \
"

SRC_URI:remove:iot-gate-imx8plus-d1d8 = "file://d2d4.cfg"
Expand Down

0 comments on commit bf6a2be

Please sign in to comment.