diff mbox series

[v2] board/mx6cubox: Switch to extlinux.conf

Message ID 20210719195537.3794060-1-festevam@gmail.com
State Accepted
Headers show
Series [v2] board/mx6cubox: Switch to extlinux.conf | expand

Commit Message

Fabio Estevam July 19, 2021, 7:55 p.m. UTC
Currently mx6cubox uses a custom boot.scr.txt script
and custom image generation scripts: genimage.cfg, post-build.sh
and post-image.sh.

Switch to using the more standard extlinux.conf solution
and remove the custom scripts in favor of the standard
board/freescale/common/imx/post-image.sh one.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
Changes since v1:
- Fix the console variable to avoid passing the baudrate twice:
console=ttymxc0,115200,115200

 board/solidrun/mx6cubox/boot.scr.txt          |  7 ----
 board/solidrun/mx6cubox/genimage.cfg          | 29 --------------
 ...xi-Fix-the-mmc-device-for-the-rootfs.patch | 29 ++++++++++++++
 ...2-mx6cuboxi-Fix-the-console-variable.patch | 40 +++++++++++++++++++
 board/solidrun/mx6cubox/post-build.sh         |  8 ----
 board/solidrun/mx6cubox/post-image.sh         | 14 -------
 .../boot/extlinux/extlinux.conf               |  4 ++
 configs/mx6cubox_defconfig                    |  5 ++-
 8 files changed, 76 insertions(+), 60 deletions(-)
 delete mode 100644 board/solidrun/mx6cubox/boot.scr.txt
 delete mode 100644 board/solidrun/mx6cubox/genimage.cfg
 create mode 100644 board/solidrun/mx6cubox/patches/uboot/0001-mx6cuboxi-Fix-the-mmc-device-for-the-rootfs.patch
 create mode 100644 board/solidrun/mx6cubox/patches/uboot/0002-mx6cuboxi-Fix-the-console-variable.patch
 delete mode 100755 board/solidrun/mx6cubox/post-build.sh
 delete mode 100755 board/solidrun/mx6cubox/post-image.sh
 create mode 100644 board/solidrun/mx6cubox/rootfs_overlay/boot/extlinux/extlinux.conf

Comments

Francois Perrad July 20, 2021, 4:22 a.m. UTC | #1
Le lun. 19 juil. 2021 à 21:55, Fabio Estevam <festevam@gmail.com> a écrit :

> Currently mx6cubox uses a custom boot.scr.txt script
> and custom image generation scripts: genimage.cfg, post-build.sh
> and post-image.sh.
>
> Switch to using the more standard extlinux.conf solution
> and remove the custom scripts in favor of the standard
> board/freescale/common/imx/post-image.sh one.
>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
> Changes since v1:
> - Fix the console variable to avoid passing the baudrate twice:
> console=ttymxc0,115200,115200
>
>
Now fixed:
# cat /proc/cmdline
root=PARTUUID=00000000-01 rootwait rw console=ttymxc0,115200

Tested-by: Francois Perrad <francois.perrad@gadz.org>


>  board/solidrun/mx6cubox/boot.scr.txt          |  7 ----
>  board/solidrun/mx6cubox/genimage.cfg          | 29 --------------
>  ...xi-Fix-the-mmc-device-for-the-rootfs.patch | 29 ++++++++++++++
>  ...2-mx6cuboxi-Fix-the-console-variable.patch | 40 +++++++++++++++++++
>  board/solidrun/mx6cubox/post-build.sh         |  8 ----
>  board/solidrun/mx6cubox/post-image.sh         | 14 -------
>  .../boot/extlinux/extlinux.conf               |  4 ++
>  configs/mx6cubox_defconfig                    |  5 ++-
>  8 files changed, 76 insertions(+), 60 deletions(-)
>  delete mode 100644 board/solidrun/mx6cubox/boot.scr.txt
>  delete mode 100644 board/solidrun/mx6cubox/genimage.cfg
>  create mode 100644
> board/solidrun/mx6cubox/patches/uboot/0001-mx6cuboxi-Fix-the-mmc-device-for-the-rootfs.patch
>  create mode 100644
> board/solidrun/mx6cubox/patches/uboot/0002-mx6cuboxi-Fix-the-console-variable.patch
>  delete mode 100755 board/solidrun/mx6cubox/post-build.sh
>  delete mode 100755 board/solidrun/mx6cubox/post-image.sh
>  create mode 100644
> board/solidrun/mx6cubox/rootfs_overlay/boot/extlinux/extlinux.conf
>
> diff --git a/board/solidrun/mx6cubox/boot.scr.txt
> b/board/solidrun/mx6cubox/boot.scr.txt
> deleted file mode 100644
> index e4cf8147837d..000000000000
> --- a/board/solidrun/mx6cubox/boot.scr.txt
> +++ /dev/null
> @@ -1,7 +0,0 @@
> -setenv finduuid "part uuid mmc 1:1 uuid"
> -run finduuid
> -run findfdt
> -setenv bootargs "console=ttymxc0,115200 root=PARTUUID=${uuid} rootwait
> rootfstype=ext4"
> -load mmc 1:1 ${fdt_addr} boot/${fdtfile}
> -load mmc 1:1 ${loadaddr} boot/zImage
> -bootz ${loadaddr} - ${fdt_addr}
> diff --git a/board/solidrun/mx6cubox/genimage.cfg
> b/board/solidrun/mx6cubox/genimage.cfg
> deleted file mode 100644
> index 490986ac8674..000000000000
> --- a/board/solidrun/mx6cubox/genimage.cfg
> +++ /dev/null
> @@ -1,29 +0,0 @@
> -# Minimal SD card image for the MX6 Cubox/Hummingboard
> -#
> -# U-Boot SPL and u-boot.img are flashed in the first 1MB raw partition.
> -# A single root filesystem partition is used (Ext4 in this case).
> -#
> -
> -image sdcard.img {
> -       hdimage {
> -       }
> -
> -       partition spl {
> -               in-partition-table = "no"
> -               image = "SPL"
> -               offset = 1K
> -       }
> -
> -       partition u-boot {
> -               in-partition-table = "no"
> -               image = "u-boot.img"
> -               offset = 69K
> -       }
> -
> -       partition rootfs {
> -               partition-type = 0x83
> -               image = "rootfs.ext4"
> -               offset = 1M
> -               size = 512M
> -       }
> -}
> diff --git
> a/board/solidrun/mx6cubox/patches/uboot/0001-mx6cuboxi-Fix-the-mmc-device-for-the-rootfs.patch
> b/board/solidrun/mx6cubox/patches/uboot/0001-mx6cuboxi-Fix-the-mmc-device-for-the-rootfs.patch
> new file mode 100644
> index 000000000000..b9755a042b1d
> --- /dev/null
> +++
> b/board/solidrun/mx6cubox/patches/uboot/0001-mx6cuboxi-Fix-the-mmc-device-for-the-rootfs.patch
> @@ -0,0 +1,29 @@
> +From 96db7c072b96f9b7a1d9a986eff20353f7459004 Mon Sep 17 00:00:00 2001
> +From: Fabio Estevam <festevam@gmail.com>
> +Date: Sun, 18 Jul 2021 19:08:36 -0300
> +Subject: [PATCH] mx6cuboxi: Fix the mmc device for the rootfs
> +
> +After the comversion to DM_MMC, the rootfs is mmc 1, so
> +adjust it accordingly.
> +
> +Signed-off-by: Fabio Estevam <festevam@gmail.com>
> +---
> + include/configs/mx6cuboxi.h | 2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h
> +index 55717c77ab38..1a06f29b8c17 100644
> +--- a/include/configs/mx6cuboxi.h
> ++++ b/include/configs/mx6cuboxi.h
> +@@ -57,7 +57,7 @@
> +       "console=" CONSOLE_DEV ",115200\0" \
> +       "bootm_size=0x10000000\0" \
> +       "mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
> +-      "finduuid=part uuid mmc 0:1 uuid\0" \
> ++      "finduuid=part uuid mmc 1:1 uuid\0" \
> +       "update_sd_firmware=" \
> +               "if test ${ip_dyn} = yes; then " \
> +                       "setenv get_cmd dhcp; " \
> +--
> +2.25.1
> +
> diff --git
> a/board/solidrun/mx6cubox/patches/uboot/0002-mx6cuboxi-Fix-the-console-variable.patch
> b/board/solidrun/mx6cubox/patches/uboot/0002-mx6cuboxi-Fix-the-console-variable.patch
> new file mode 100644
> index 000000000000..c02134101fc4
> --- /dev/null
> +++
> b/board/solidrun/mx6cubox/patches/uboot/0002-mx6cuboxi-Fix-the-console-variable.patch
> @@ -0,0 +1,40 @@
> +From ab1dd9332c379164925aee755a013dbd8839501b Mon Sep 17 00:00:00 2001
> +From: Fabio Estevam <festevam@gmail.com>
> +Date: Mon, 19 Jul 2021 16:48:07 -0300
> +Subject: [PATCH 2/2] mx6cuboxi: Fix the console variable
> +
> +Do not pass the console baudrate to the 'console' variable
> +to avoid the baudrate being passed twice when using extlinux.conf:
> +
> +cat /proc/cmdline
> +root=PARTUUID=00000000-01 rootwait rw console=ttymxc0,115200,115200
> +
> +Signed-off-by: Fabio Estevam <festevam@gmail.com>
> +---
> + include/configs/mx6cuboxi.h | 3 +--
> + 1 file changed, 1 insertion(+), 2 deletions(-)
> +
> +diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h
> +index 1a06f29b8c17..9e5083b0d876 100644
> +--- a/include/configs/mx6cuboxi.h
> ++++ b/include/configs/mx6cuboxi.h
> +@@ -38,7 +38,6 @@
> + /* Command definition */
> +
> + #define CONFIG_MXC_UART_BASE  UART1_BASE
> +-#define CONSOLE_DEV   "ttymxc0"
> +
> + #ifndef CONFIG_SPL_BUILD
> + #define CONFIG_EXTRA_ENV_SETTINGS \
> +@@ -54,7 +53,7 @@
> +       "ramdiskaddr=0x13000000\0" \
> +       "initrd_high=0xffffffff\0" \
> +       "ip_dyn=yes\0" \
> +-      "console=" CONSOLE_DEV ",115200\0" \
> ++      "console=ttymxc0\0" \
> +       "bootm_size=0x10000000\0" \
> +       "mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
> +       "finduuid=part uuid mmc 1:1 uuid\0" \
> +--
> +2.25.1
> +
> diff --git a/board/solidrun/mx6cubox/post-build.sh
> b/board/solidrun/mx6cubox/post-build.sh
> deleted file mode 100755
> index 6ddc1137022d..000000000000
> --- a/board/solidrun/mx6cubox/post-build.sh
> +++ /dev/null
> @@ -1,8 +0,0 @@
> -#!/bin/sh
> -
> -BOARD_DIR="$(dirname $0)"
> -
> -install -d -m 755 $TARGET_DIR/boot
> -
> -$HOST_DIR/bin/mkimage -A arm -O linux -T script -C none  \
> -       -n "boot script" -d $BOARD_DIR/boot.scr.txt
> $TARGET_DIR/boot/boot.scr
> diff --git a/board/solidrun/mx6cubox/post-image.sh
> b/board/solidrun/mx6cubox/post-image.sh
> deleted file mode 100755
> index b4ac4608ffa4..000000000000
> --- a/board/solidrun/mx6cubox/post-image.sh
> +++ /dev/null
> @@ -1,14 +0,0 @@
> -#!/usr/bin/env bash
> -
> -BOARD_DIR="$(dirname $0)"
> -GENIMAGE_CFG="${BOARD_DIR}/genimage.cfg"
> -GENIMAGE_TMP="${BUILD_DIR}/genimage.tmp"
> -
> -rm -rf "${GENIMAGE_TMP}"
> -
> -genimage \
> -  --rootpath "${TARGET_DIR}" \
> -  --tmppath "${GENIMAGE_TMP}" \
> -  --inputpath "${BINARIES_DIR}" \
> -  --outputpath "${BINARIES_DIR}" \
> -  --config "${GENIMAGE_CFG}"
> diff --git
> a/board/solidrun/mx6cubox/rootfs_overlay/boot/extlinux/extlinux.conf
> b/board/solidrun/mx6cubox/rootfs_overlay/boot/extlinux/extlinux.conf
> new file mode 100644
> index 000000000000..d01106635742
> --- /dev/null
> +++ b/board/solidrun/mx6cubox/rootfs_overlay/boot/extlinux/extlinux.conf
> @@ -0,0 +1,4 @@
> +Label imx6qdl-cubox Buildroot
> +       kernel ../zImage
> +       fdtdir ../
> +       append root=PARTUUID=${uuid} rootwait rw
> console=${console},${baudrate}
> diff --git a/configs/mx6cubox_defconfig b/configs/mx6cubox_defconfig
> index 24226ba30d41..60bfd17092b8 100644
> --- a/configs/mx6cubox_defconfig
> +++ b/configs/mx6cubox_defconfig
> @@ -11,8 +11,9 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
>
>  # System configuration
>  BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
> -BR2_ROOTFS_POST_BUILD_SCRIPT="board/solidrun/mx6cubox/post-build.sh"
> -BR2_ROOTFS_POST_IMAGE_SCRIPT="board/solidrun/mx6cubox/post-image.sh"
> +BR2_ROOTFS_OVERLAY="board/solidrun/mx6cubox/rootfs_overlay"
> +BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
> +BR2_GLOBAL_PATCH_DIR="board/solidrun/mx6cubox/patches"
>
>  # Kernel
>  BR2_LINUX_KERNEL=y
> --
> 2.25.1
>
>
Thomas Petazzoni July 20, 2021, 7:27 p.m. UTC | #2
On Mon, 19 Jul 2021 16:55:37 -0300
Fabio Estevam <festevam@gmail.com> wrote:

> Currently mx6cubox uses a custom boot.scr.txt script
> and custom image generation scripts: genimage.cfg, post-build.sh
> and post-image.sh.
> 
> Switch to using the more standard extlinux.conf solution
> and remove the custom scripts in favor of the standard
> board/freescale/common/imx/post-image.sh one.
> 
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
> Changes since v1:
> - Fix the console variable to avoid passing the baudrate twice:
> console=ttymxc0,115200,115200

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/board/solidrun/mx6cubox/boot.scr.txt b/board/solidrun/mx6cubox/boot.scr.txt
deleted file mode 100644
index e4cf8147837d..000000000000
--- a/board/solidrun/mx6cubox/boot.scr.txt
+++ /dev/null
@@ -1,7 +0,0 @@ 
-setenv finduuid "part uuid mmc 1:1 uuid"
-run finduuid
-run findfdt
-setenv bootargs "console=ttymxc0,115200 root=PARTUUID=${uuid} rootwait rootfstype=ext4"
-load mmc 1:1 ${fdt_addr} boot/${fdtfile}
-load mmc 1:1 ${loadaddr} boot/zImage
-bootz ${loadaddr} - ${fdt_addr}
diff --git a/board/solidrun/mx6cubox/genimage.cfg b/board/solidrun/mx6cubox/genimage.cfg
deleted file mode 100644
index 490986ac8674..000000000000
--- a/board/solidrun/mx6cubox/genimage.cfg
+++ /dev/null
@@ -1,29 +0,0 @@ 
-# Minimal SD card image for the MX6 Cubox/Hummingboard
-#
-# U-Boot SPL and u-boot.img are flashed in the first 1MB raw partition.
-# A single root filesystem partition is used (Ext4 in this case).
-#
-
-image sdcard.img {
-	hdimage {
-	}
-
-	partition spl {
-		in-partition-table = "no"
-		image = "SPL"
-		offset = 1K
-	}
-
-	partition u-boot {
-		in-partition-table = "no"
-		image = "u-boot.img"
-		offset = 69K
-	}
-
-	partition rootfs {
-		partition-type = 0x83
-		image = "rootfs.ext4"
-		offset = 1M
-		size = 512M
-	}
-}
diff --git a/board/solidrun/mx6cubox/patches/uboot/0001-mx6cuboxi-Fix-the-mmc-device-for-the-rootfs.patch b/board/solidrun/mx6cubox/patches/uboot/0001-mx6cuboxi-Fix-the-mmc-device-for-the-rootfs.patch
new file mode 100644
index 000000000000..b9755a042b1d
--- /dev/null
+++ b/board/solidrun/mx6cubox/patches/uboot/0001-mx6cuboxi-Fix-the-mmc-device-for-the-rootfs.patch
@@ -0,0 +1,29 @@ 
+From 96db7c072b96f9b7a1d9a986eff20353f7459004 Mon Sep 17 00:00:00 2001
+From: Fabio Estevam <festevam@gmail.com>
+Date: Sun, 18 Jul 2021 19:08:36 -0300
+Subject: [PATCH] mx6cuboxi: Fix the mmc device for the rootfs
+
+After the comversion to DM_MMC, the rootfs is mmc 1, so
+adjust it accordingly.
+
+Signed-off-by: Fabio Estevam <festevam@gmail.com>
+---
+ include/configs/mx6cuboxi.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h
+index 55717c77ab38..1a06f29b8c17 100644
+--- a/include/configs/mx6cuboxi.h
++++ b/include/configs/mx6cuboxi.h
+@@ -57,7 +57,7 @@
+ 	"console=" CONSOLE_DEV ",115200\0" \
+ 	"bootm_size=0x10000000\0" \
+ 	"mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
+-	"finduuid=part uuid mmc 0:1 uuid\0" \
++	"finduuid=part uuid mmc 1:1 uuid\0" \
+ 	"update_sd_firmware=" \
+ 		"if test ${ip_dyn} = yes; then " \
+ 			"setenv get_cmd dhcp; " \
+-- 
+2.25.1
+
diff --git a/board/solidrun/mx6cubox/patches/uboot/0002-mx6cuboxi-Fix-the-console-variable.patch b/board/solidrun/mx6cubox/patches/uboot/0002-mx6cuboxi-Fix-the-console-variable.patch
new file mode 100644
index 000000000000..c02134101fc4
--- /dev/null
+++ b/board/solidrun/mx6cubox/patches/uboot/0002-mx6cuboxi-Fix-the-console-variable.patch
@@ -0,0 +1,40 @@ 
+From ab1dd9332c379164925aee755a013dbd8839501b Mon Sep 17 00:00:00 2001
+From: Fabio Estevam <festevam@gmail.com>
+Date: Mon, 19 Jul 2021 16:48:07 -0300
+Subject: [PATCH 2/2] mx6cuboxi: Fix the console variable
+
+Do not pass the console baudrate to the 'console' variable
+to avoid the baudrate being passed twice when using extlinux.conf:
+
+cat /proc/cmdline
+root=PARTUUID=00000000-01 rootwait rw console=ttymxc0,115200,115200
+
+Signed-off-by: Fabio Estevam <festevam@gmail.com>
+---
+ include/configs/mx6cuboxi.h | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h
+index 1a06f29b8c17..9e5083b0d876 100644
+--- a/include/configs/mx6cuboxi.h
++++ b/include/configs/mx6cuboxi.h
+@@ -38,7 +38,6 @@
+ /* Command definition */
+ 
+ #define CONFIG_MXC_UART_BASE	UART1_BASE
+-#define CONSOLE_DEV	"ttymxc0"
+ 
+ #ifndef CONFIG_SPL_BUILD
+ #define CONFIG_EXTRA_ENV_SETTINGS \
+@@ -54,7 +53,7 @@
+ 	"ramdiskaddr=0x13000000\0" \
+ 	"initrd_high=0xffffffff\0" \
+ 	"ip_dyn=yes\0" \
+-	"console=" CONSOLE_DEV ",115200\0" \
++	"console=ttymxc0\0" \
+ 	"bootm_size=0x10000000\0" \
+ 	"mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
+ 	"finduuid=part uuid mmc 1:1 uuid\0" \
+-- 
+2.25.1
+
diff --git a/board/solidrun/mx6cubox/post-build.sh b/board/solidrun/mx6cubox/post-build.sh
deleted file mode 100755
index 6ddc1137022d..000000000000
--- a/board/solidrun/mx6cubox/post-build.sh
+++ /dev/null
@@ -1,8 +0,0 @@ 
-#!/bin/sh
-
-BOARD_DIR="$(dirname $0)"
-
-install -d -m 755 $TARGET_DIR/boot
-
-$HOST_DIR/bin/mkimage -A arm -O linux -T script -C none  \
-	-n "boot script" -d $BOARD_DIR/boot.scr.txt $TARGET_DIR/boot/boot.scr
diff --git a/board/solidrun/mx6cubox/post-image.sh b/board/solidrun/mx6cubox/post-image.sh
deleted file mode 100755
index b4ac4608ffa4..000000000000
--- a/board/solidrun/mx6cubox/post-image.sh
+++ /dev/null
@@ -1,14 +0,0 @@ 
-#!/usr/bin/env bash
-
-BOARD_DIR="$(dirname $0)"
-GENIMAGE_CFG="${BOARD_DIR}/genimage.cfg"
-GENIMAGE_TMP="${BUILD_DIR}/genimage.tmp"
-
-rm -rf "${GENIMAGE_TMP}"
-
-genimage \
-  --rootpath "${TARGET_DIR}" \
-  --tmppath "${GENIMAGE_TMP}" \
-  --inputpath "${BINARIES_DIR}" \
-  --outputpath "${BINARIES_DIR}" \
-  --config "${GENIMAGE_CFG}"
diff --git a/board/solidrun/mx6cubox/rootfs_overlay/boot/extlinux/extlinux.conf b/board/solidrun/mx6cubox/rootfs_overlay/boot/extlinux/extlinux.conf
new file mode 100644
index 000000000000..d01106635742
--- /dev/null
+++ b/board/solidrun/mx6cubox/rootfs_overlay/boot/extlinux/extlinux.conf
@@ -0,0 +1,4 @@ 
+Label imx6qdl-cubox Buildroot
+	kernel ../zImage
+	fdtdir ../
+	append root=PARTUUID=${uuid} rootwait rw console=${console},${baudrate} 
diff --git a/configs/mx6cubox_defconfig b/configs/mx6cubox_defconfig
index 24226ba30d41..60bfd17092b8 100644
--- a/configs/mx6cubox_defconfig
+++ b/configs/mx6cubox_defconfig
@@ -11,8 +11,9 @@  BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
 
 # System configuration
 BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
-BR2_ROOTFS_POST_BUILD_SCRIPT="board/solidrun/mx6cubox/post-build.sh"
-BR2_ROOTFS_POST_IMAGE_SCRIPT="board/solidrun/mx6cubox/post-image.sh"
+BR2_ROOTFS_OVERLAY="board/solidrun/mx6cubox/rootfs_overlay"
+BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
+BR2_GLOBAL_PATCH_DIR="board/solidrun/mx6cubox/patches"
 
 # Kernel
 BR2_LINUX_KERNEL=y