From: Benjamin Hahn Date: Fri, 28 Nov 2025 16:38:41 +0000 (+0100) Subject: phytec: adapt env to ampliphy-boot bootscripts for imx8 boards X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b44120257bc02cece4b0431d02266589ea7ac897;p=thirdparty%2Fu-boot.git phytec: adapt env to ampliphy-boot bootscripts for imx8 boards Netboot script is named net_boot_fit.scr.uimg with ampliphy-boot. fit_fdtconf is not longer needed. The default config is automatically fetched from the fitImage. mmcroot is also not longer used, the bootscript has a builtin default. bootenv_addr_r is no longer used, as the bootenv is loaded into loadaddr. Signed-off-by: Benjamin Hahn --- diff --git a/board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env b/board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env index c744248ab7a..5fe49e2a375 100644 --- a/board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env +++ b/board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env @@ -1,14 +1,12 @@ -boot_script_dhcp=boot.scr.uimg +boot_script_dhcp=net_boot_fit.scr.uimg console=ttymxc3,CONFIG_BAUDRATE emmc_dev=2 /* This is needed by built-in uuu flash scripts */ fdtfile=CONFIG_DEFAULT_FDT_FILE fdt_addr_r=0x40480000 fdt_overlay_addr_r=0x404a0000 -fit_fdtconf=conf-imx8mp-libra-rdk-fpsc.dtb kernel_addr_r=0x40a00000 kernel_comp_addr_r=0x43a00000 kernel_comp_size=0x1e00000 -mmcroot=2 pxefile_addr_r=0x45800000 ramdisk_addr_r=0x45802000 scriptaddr=0x47600000 diff --git a/board/phytec/phycore_imx8mm/phycore_imx8mm.env b/board/phytec/phycore_imx8mm/phycore_imx8mm.env index b3f09154328..1eb255878ba 100644 --- a/board/phytec/phycore_imx8mm/phycore_imx8mm.env +++ b/board/phytec/phycore_imx8mm/phycore_imx8mm.env @@ -1,3 +1,4 @@ +boot_script_dhcp=net_boot_fit.scr.uimg console=ttymxc2,CONFIG_BAUDRATE emmc_dev=2 fdtfile=CONFIG_DEFAULT_FDT_FILE diff --git a/board/phytec/phycore_imx8mp/phycore_imx8mp.env b/board/phytec/phycore_imx8mp/phycore_imx8mp.env index 70044997adb..8fa275e388c 100644 --- a/board/phytec/phycore_imx8mp/phycore_imx8mp.env +++ b/board/phytec/phycore_imx8mp/phycore_imx8mp.env @@ -9,8 +9,7 @@ bootmeths=rauc script efi bootmeths=script efi #endif boot_targets=mmc2 mmc1 usb ethernet -bootenv_addr_r=0x49100000 -boot_script_dhcp=boot.scr.uimg +boot_script_dhcp=net_boot_fit.scr.uimg console=ttymxc0,115200 dofastboot=0 fastboot_raw_partition_all=0 4194304