All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] Add MPFS Icicle kit with Production Silicon support
@ 2025-08-14 12:16 Jamie Gibbons via buildroot
  2025-08-14 12:16 ` [Buildroot] [PATCH 1/3] configs/microchip_mpfs_icicle: bump Linux and U-Boot, add hashes Jamie Gibbons via buildroot
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jamie Gibbons via buildroot @ 2025-08-14 12:16 UTC (permalink / raw)
  To: buildroot
  Cc: Thomas Petazzoni, Ludovic Desroches, Nicolas Ferre, Conor Dooley,
	Valentina Fernandez Alanis, Jamie Gibbons

Following Microchip's Linux 2025.07 release, this patch series updates the
relevant assets to the latest versions, this includes a Linux version bump and
addditional U-Boot drivers and functionality.

In this release support for the Icicle Kit production silicon was introduced.
With this introduction comes the need to support multiple board device trees
and so CONFIG_OF_BOARD is enabled. This series makes use of the device tree
compatible from the hart software services to essentially "detect" which board
is in use and therefore select the appropiate device tree for the board. The
series also adds a fdt production node to the .its referencing the production
Icicle Kit DTB with appropriate attributes and updates the configuration names
to match the device tree compatibles for each board configuration. The
compilation of the production silicon Icicle kit dtb is included in the Icicle
kit defconfig.

Thanks,
Jamie

Jamie Gibbons (3):
  configs/microchip_mpfs_icicle: bump Linux and U-Boot, add hashes
  board: microchip: mpfs_icicle: update to support production silicon
  configs/microchip_mpfs_icicle: add support for production silicon
    Icicle kit

 board/microchip/mpfs_icicle/mpfs_icicle.its   | 36 +++++++++++++++----
 .../mpfs_icicle/patches/linux/linux.hash      |  2 +-
 .../mpfs_icicle/patches/uboot/uboot.hash      |  2 +-
 board/microchip/mpfs_icicle/uboot-env.txt     | 21 ++++++-----
 .../mpfs_icicle/uboot-fragment-rootfs.config  |  1 +
 configs/microchip_mpfs_icicle_defconfig       |  8 ++---
 6 files changed, 48 insertions(+), 22 deletions(-)

-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/3] configs/microchip_mpfs_icicle: bump Linux and U-Boot, add hashes
  2025-08-14 12:16 [Buildroot] [PATCH 0/3] Add MPFS Icicle kit with Production Silicon support Jamie Gibbons via buildroot
@ 2025-08-14 12:16 ` Jamie Gibbons via buildroot
  2025-11-13  9:52   ` Jamie.Gibbons--- via buildroot
  2025-08-14 12:16 ` [Buildroot] [PATCH 2/3] board: microchip: mpfs_icicle: update to support production silicon Jamie Gibbons via buildroot
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Jamie Gibbons via buildroot @ 2025-08-14 12:16 UTC (permalink / raw)
  To: buildroot
  Cc: Thomas Petazzoni, Ludovic Desroches, Nicolas Ferre, Conor Dooley,
	Valentina Fernandez Alanis, Jamie Gibbons

Following Microchip's Linux 2025.07 release, update the assets to the
latest versions, this includes a Linux version bump and addditional
U-Boot drivers and functionality. Update the Linux headers to support
the updated v6.12 kernel. Update the corresponding package hashes.

Signed-off-by: Jamie Gibbons <jamie.gibbons@microchip.com>
---
 board/microchip/mpfs_icicle/patches/linux/linux.hash | 2 +-
 board/microchip/mpfs_icicle/patches/uboot/uboot.hash | 2 +-
 configs/microchip_mpfs_icicle_defconfig              | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/board/microchip/mpfs_icicle/patches/linux/linux.hash b/board/microchip/mpfs_icicle/patches/linux/linux.hash
index 416a8b1550..d0e2d5693c 100644
--- a/board/microchip/mpfs_icicle/patches/linux/linux.hash
+++ b/board/microchip/mpfs_icicle/patches/linux/linux.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256  dcb7b41fd363729675c34545fcb514d5a94dbb3714ee10f527a26ca7716c2579  linux-linux4microchip+fpga-2024.06.tar.gz
+sha256  7789cc2844cb9633aa8c146e194c9ad3482bf06ace707d66d0ca6039ed16833d  linux-linux4microchip+fpga-2025.07.tar.gz
diff --git a/board/microchip/mpfs_icicle/patches/uboot/uboot.hash b/board/microchip/mpfs_icicle/patches/uboot/uboot.hash
index 2628d4b4fd..0adbe15710 100644
--- a/board/microchip/mpfs_icicle/patches/uboot/uboot.hash
+++ b/board/microchip/mpfs_icicle/patches/uboot/uboot.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256  d461c45a9c5acd019776cdcf8ab2b571315282a880dd6580431f7dd5bfac3889  uboot-linux4microchip+fpga-2024.06.tar.gz
+sha256  8dab9abc2861d95e609cd62a44b4687d03dc13eae6487fd1ae1ded6398ddb0cd  uboot-linux4microchip+fpga-2025.07.tar.gz
diff --git a/configs/microchip_mpfs_icicle_defconfig b/configs/microchip_mpfs_icicle_defconfig
index 4337ac34b4..4d465016c7 100644
--- a/configs/microchip_mpfs_icicle_defconfig
+++ b/configs/microchip_mpfs_icicle_defconfig
@@ -1,13 +1,13 @@
 BR2_riscv=y
 BR2_RISCV_ISA_RVC=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_12=y
 BR2_GLOBAL_PATCH_DIR="board/microchip/mpfs_icicle/patches"
 BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
 BR2_TARGET_GENERIC_HOSTNAME="mpfs_icicle"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/microchip/mpfs_icicle/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,linux4microchip,linux,linux4microchip+fpga-2024.06)/linux-linux4microchip+fpga-2024.06.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,linux4microchip,linux,linux4microchip+fpga-2025.07)/linux-linux4microchip+fpga-2025.07.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="mpfs"
 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/microchip/mpfs_icicle/linux.fragment"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
@@ -17,7 +17,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
-BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,linux4microchip,u-boot-mchp,linux4microchip+fpga-2024.06)/uboot-linux4microchip+fpga-2024.06.tar.gz"
+BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,linux4microchip,u-boot-mchp,linux4microchip+fpga-2025.07)/uboot-linux4microchip+fpga-2025.07.tar.gz"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="microchip_mpfs_icicle"
 BR2_TARGET_UBOOT_CONFIG_FRAGMENT_FILES="board/microchip/mpfs_icicle/uboot-fragment-rootfs.config"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 2/3] board: microchip: mpfs_icicle: update to support production silicon
  2025-08-14 12:16 [Buildroot] [PATCH 0/3] Add MPFS Icicle kit with Production Silicon support Jamie Gibbons via buildroot
  2025-08-14 12:16 ` [Buildroot] [PATCH 1/3] configs/microchip_mpfs_icicle: bump Linux and U-Boot, add hashes Jamie Gibbons via buildroot
@ 2025-08-14 12:16 ` Jamie Gibbons via buildroot
  2025-08-14 12:16 ` [Buildroot] [PATCH 3/3] configs/microchip_mpfs_icicle: add support for production silicon Icicle kit Jamie Gibbons via buildroot
  2026-01-02 17:06 ` [Buildroot] [PATCH 0/3] Add MPFS Icicle kit with Production Silicon support Thomas Petazzoni via buildroot
  3 siblings, 0 replies; 6+ messages in thread
From: Jamie Gibbons via buildroot @ 2025-08-14 12:16 UTC (permalink / raw)
  To: buildroot
  Cc: Thomas Petazzoni, Ludovic Desroches, Nicolas Ferre, Conor Dooley,
	Valentina Fernandez Alanis, Jamie Gibbons

With the introduction of the production silicon Icicle Kit comes the
need to support multiple board device trees. The HSS puts a minimal dtb
in it's payload's ancillary-data immediately after U-Boot in memory.
CONFIG_OF_BOARD will use this dtb that the HSS carries with the bare
minimum of nodes enabled. It allows for firmware to provide the address
of the devicetree in memory using the `a1` register.
Use the device tree compatible from the hart software services to
essentially "detect" which board is in use and therefore select the
appropiate device tree for the board.
Add a fdt production node to the .its referencing the production Icicle
Kit DTB with appropriate attributes. Introduce matching configuration
entries to enable selection of the production Icicle kit FDT blob for
the MPFS Icicle Production Silicon board.
Update the configuration names to match the device tree compatibles for
each board configuration. With these updates, change image node and
configuration node names with more appropriate names.

Signed-off-by: Jamie Gibbons <jamie.gibbons@microchip.com>
---
 board/microchip/mpfs_icicle/mpfs_icicle.its   | 36 +++++++++++++++----
 board/microchip/mpfs_icicle/uboot-env.txt     | 21 ++++++-----
 .../mpfs_icicle/uboot-fragment-rootfs.config  |  1 +
 3 files changed, 42 insertions(+), 16 deletions(-)

diff --git a/board/microchip/mpfs_icicle/mpfs_icicle.its b/board/microchip/mpfs_icicle/mpfs_icicle.its
index a62b079fa1..2f89a6ee2f 100644
--- a/board/microchip/mpfs_icicle/mpfs_icicle.its
+++ b/board/microchip/mpfs_icicle/mpfs_icicle.its
@@ -24,7 +24,7 @@
 					algo = "sha256";
 				};
 			};
-			base_fdt {
+			fdt-mpfs-icicle-kit.dtb {
 				description = "Flattened Device Tree blob";
 				data = /incbin/("./mpfs-icicle-kit.dtb");
 				type = "flat_dt";
@@ -35,19 +35,41 @@
 					algo = "sha256";
 				};
 			};
+			fdt-mpfs-icicle-kit-prod.dtb {
+				description = "Flattened Device Tree blob";
+				data = /incbin/("./mpfs-icicle-kit-prod.dtb");
+				type = "flat_dt";
+				arch = "riscv";
+				compression = "none";
+				load = <0x8a000000>;
+				hash-1 {
+					algo = "sha256";
+				};
+			};
 		};
 
 		configurations {
-			default = "kernel_dtb";
-			kernel_dtb {
+			default = "conf-microchip,mpfs-icicle-kit-prod";
+			conf-microchip,mpfs-icicle-kit {
 				description = "1 Linux kernel, FDT blob";
 				kernel = "kernel";
-				fdt = "base_fdt";
+				fdt = "fdt-mpfs-icicle-kit.dtb";
 			};
 
-			base_dtb {
+			conf-microchip,mpfs-icicle-kit-prod {
+				description = "1 Linux kernel, FDT blob";
+				kernel = "kernel";
+				fdt = "fdt-mpfs-icicle-kit-prod.dtb";
+			};
+
+			conf-microchip,fdt-mpfs-icicle-kit.dtb {
 				description = "Base FDT blob for MPFS Icicle board";
-				fdt = "base_fdt";
+				fdt = "fdt-mpfs-icicle-kit.dtb";
+			};
+
+			conf-microchip,fdt-mpfs-icicle-kit-prod.dtb {
+				description = "Base FDT blob for MPFS Icicle Production board";
+				fdt = "fdt-mpfs-icicle-kit-prod.dtb";
 			};
 		};
-};
+};
\ No newline at end of file
diff --git a/board/microchip/mpfs_icicle/uboot-env.txt b/board/microchip/mpfs_icicle/uboot-env.txt
index 8a655085ed..befbfa2006 100644
--- a/board/microchip/mpfs_icicle/uboot-env.txt
+++ b/board/microchip/mpfs_icicle/uboot-env.txt
@@ -5,12 +5,15 @@
 setenv fdt_high 0xffffffffffffffff
 setenv initrd_high 0xffffffffffffffff
 
-load mmc 0:${distro_bootpart} ${scriptaddr} mpfs_icicle.itb;
-bootm start ${scriptaddr}#kernel_dtb;
-bootm loados ${scriptaddr};
-# Try to load a ramdisk if available inside fitImage
-bootm ramdisk;
-bootm prep;
-fdt set /soc/ethernet@20112000 mac-address ${icicle_mac_addr0};
-fdt set /soc/ethernet@20110000 mac-address ${icicle_mac_addr1};
-bootm go;
+fdt addr ${fdtcontroladdr}
+fdt get value board_compatible / compatible 1
+
+setenv fitconf conf-${board_compatible}
+
+load mmc 0:${distro_bootpart} ${scriptaddr} mpfs_icicle.itb
+bootm start ${scriptaddr}#${fitconf}
+bootm loados ${scriptaddr}
+bootm ramdisk
+bootm prep
+run design_overlays
+bootm go
diff --git a/board/microchip/mpfs_icicle/uboot-fragment-rootfs.config b/board/microchip/mpfs_icicle/uboot-fragment-rootfs.config
index e2a5eb9438..47f4c35ea4 100644
--- a/board/microchip/mpfs_icicle/uboot-fragment-rootfs.config
+++ b/board/microchip/mpfs_icicle/uboot-fragment-rootfs.config
@@ -1,3 +1,4 @@
 CONFIG_USE_BOOTARGS=y
 CONFIG_BOOTARGS="root=/dev/mmcblk0p3 rootwait uio_pdrv_genirq.of_id=generic-uio"
 CONFIG_MPFS_PRIORITISE_QSPI_BOOT=n
+CONFIG_OF_BOARD=y
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 3/3] configs/microchip_mpfs_icicle: add support for production silicon Icicle kit
  2025-08-14 12:16 [Buildroot] [PATCH 0/3] Add MPFS Icicle kit with Production Silicon support Jamie Gibbons via buildroot
  2025-08-14 12:16 ` [Buildroot] [PATCH 1/3] configs/microchip_mpfs_icicle: bump Linux and U-Boot, add hashes Jamie Gibbons via buildroot
  2025-08-14 12:16 ` [Buildroot] [PATCH 2/3] board: microchip: mpfs_icicle: update to support production silicon Jamie Gibbons via buildroot
@ 2025-08-14 12:16 ` Jamie Gibbons via buildroot
  2026-01-02 17:06 ` [Buildroot] [PATCH 0/3] Add MPFS Icicle kit with Production Silicon support Thomas Petazzoni via buildroot
  3 siblings, 0 replies; 6+ messages in thread
From: Jamie Gibbons via buildroot @ 2025-08-14 12:16 UTC (permalink / raw)
  To: buildroot
  Cc: Thomas Petazzoni, Ludovic Desroches, Nicolas Ferre, Conor Dooley,
	Valentina Fernandez Alanis, Jamie Gibbons

Include the compilation of the production silicon Icicle kit device
tree to support this device.

Signed-off-by: Jamie Gibbons <jamie.gibbons@microchip.com>
---
 configs/microchip_mpfs_icicle_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/microchip_mpfs_icicle_defconfig b/configs/microchip_mpfs_icicle_defconfig
index 4d465016c7..52b865ef77 100644
--- a/configs/microchip_mpfs_icicle_defconfig
+++ b/configs/microchip_mpfs_icicle_defconfig
@@ -11,7 +11,7 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,linux4microchip,linux,li
 BR2_LINUX_KERNEL_DEFCONFIG="mpfs"
 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/microchip/mpfs_icicle/linux.fragment"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="microchip/mpfs-icicle-kit"
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="microchip/mpfs-icicle-kit microchip/mpfs-icicle-kit-prod"
 BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [Buildroot] [PATCH 1/3] configs/microchip_mpfs_icicle: bump Linux and U-Boot, add hashes
  2025-08-14 12:16 ` [Buildroot] [PATCH 1/3] configs/microchip_mpfs_icicle: bump Linux and U-Boot, add hashes Jamie Gibbons via buildroot
@ 2025-11-13  9:52   ` Jamie.Gibbons--- via buildroot
  0 siblings, 0 replies; 6+ messages in thread
From: Jamie.Gibbons--- via buildroot @ 2025-11-13  9:52 UTC (permalink / raw)
  To: buildroot
  Cc: Nicolas.Ferre, Ludovic.Desroches, Conor.Dooley, thomas.petazzoni,
	Valentina.FernandezAlanis

Hi all,

On Thu, 2025-08-14 at 13:16 +0100, Jamie Gibbons wrote:
> Following Microchip's Linux 2025.07 release, update the assets to the
> latest versions, this includes a Linux version bump and addditional
> U-Boot drivers and functionality. Update the Linux headers to support
> the updated v6.12 kernel. Update the corresponding package hashes.
> 
It has been 3 months since I have sent this series and I have not
received any feedback, nor has the series been applied. I am wondering
is there anything delaying this and/or anything I can do to move the
series closer to being applied?

Thanks,
Jamie.

> Signed-off-by: Jamie Gibbons <jamie.gibbons@microchip.com>
> ---
>  board/microchip/mpfs_icicle/patches/linux/linux.hash | 2 +-
>  board/microchip/mpfs_icicle/patches/uboot/uboot.hash | 2 +-
>  configs/microchip_mpfs_icicle_defconfig              | 6 +++---
>  3 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/board/microchip/mpfs_icicle/patches/linux/linux.hash
> b/board/microchip/mpfs_icicle/patches/linux/linux.hash
> index 416a8b1550..d0e2d5693c 100644
> --- a/board/microchip/mpfs_icicle/patches/linux/linux.hash
> +++ b/board/microchip/mpfs_icicle/patches/linux/linux.hash
> @@ -1,2 +1,2 @@
>  # Locally calculated
> -sha256 
> dcb7b41fd363729675c34545fcb514d5a94dbb3714ee10f527a26ca7716c2579 
> linux-linux4microchip+fpga-2024.06.tar.gz
> +sha256 
> 7789cc2844cb9633aa8c146e194c9ad3482bf06ace707d66d0ca6039ed16833d 
> linux-linux4microchip+fpga-2025.07.tar.gz
> diff --git a/board/microchip/mpfs_icicle/patches/uboot/uboot.hash
> b/board/microchip/mpfs_icicle/patches/uboot/uboot.hash
> index 2628d4b4fd..0adbe15710 100644
> --- a/board/microchip/mpfs_icicle/patches/uboot/uboot.hash
> +++ b/board/microchip/mpfs_icicle/patches/uboot/uboot.hash
> @@ -1,2 +1,2 @@
>  # Locally calculated
> -sha256 
> d461c45a9c5acd019776cdcf8ab2b571315282a880dd6580431f7dd5bfac3889 
> uboot-linux4microchip+fpga-2024.06.tar.gz
> +sha256 
> 8dab9abc2861d95e609cd62a44b4687d03dc13eae6487fd1ae1ded6398ddb0cd 
> uboot-linux4microchip+fpga-2025.07.tar.gz
> diff --git a/configs/microchip_mpfs_icicle_defconfig
> b/configs/microchip_mpfs_icicle_defconfig
> index 4337ac34b4..4d465016c7 100644
> --- a/configs/microchip_mpfs_icicle_defconfig
> +++ b/configs/microchip_mpfs_icicle_defconfig
> @@ -1,13 +1,13 @@
>  BR2_riscv=y
>  BR2_RISCV_ISA_RVC=y
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_12=y
>  BR2_GLOBAL_PATCH_DIR="board/microchip/mpfs_icicle/patches"
>  BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
>  BR2_TARGET_GENERIC_HOSTNAME="mpfs_icicle"
>  BR2_ROOTFS_POST_IMAGE_SCRIPT="board/microchip/mpfs_icicle/post-
> image.sh"
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call
> github,linux4microchip,linux,linux4microchip+fpga-2024.06)/linux-
> linux4microchip+fpga-2024.06.tar.gz"
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call
> github,linux4microchip,linux,linux4microchip+fpga-2025.07)/linux-
> linux4microchip+fpga-2025.07.tar.gz"
>  BR2_LINUX_KERNEL_DEFCONFIG="mpfs"
>  BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/microchip/mpfs_icicle/
> linux.fragment"
>  BR2_LINUX_KERNEL_DTS_SUPPORT=y
> @@ -17,7 +17,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
>  BR2_TARGET_UBOOT=y
>  BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
>  BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
> -BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call
> github,linux4microchip,u-boot-mchp,linux4microchip+fpga-
> 2024.06)/uboot-linux4microchip+fpga-2024.06.tar.gz"
> +BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call
> github,linux4microchip,u-boot-mchp,linux4microchip+fpga-
> 2025.07)/uboot-linux4microchip+fpga-2025.07.tar.gz"
>  BR2_TARGET_UBOOT_BOARD_DEFCONFIG="microchip_mpfs_icicle"
>  BR2_TARGET_UBOOT_CONFIG_FRAGMENT_FILES="board/microchip/mpfs_icicle/
> uboot-fragment-rootfs.config"
>  BR2_TARGET_UBOOT_NEEDS_DTC=y

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Buildroot] [PATCH 0/3] Add MPFS Icicle kit with Production Silicon support
  2025-08-14 12:16 [Buildroot] [PATCH 0/3] Add MPFS Icicle kit with Production Silicon support Jamie Gibbons via buildroot
                   ` (2 preceding siblings ...)
  2025-08-14 12:16 ` [Buildroot] [PATCH 3/3] configs/microchip_mpfs_icicle: add support for production silicon Icicle kit Jamie Gibbons via buildroot
@ 2026-01-02 17:06 ` Thomas Petazzoni via buildroot
  3 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni via buildroot @ 2026-01-02 17:06 UTC (permalink / raw)
  To: Jamie Gibbons via buildroot
  Cc: Jamie Gibbons, Ludovic Desroches, Nicolas Ferre, Conor Dooley,
	Valentina Fernandez Alanis

On Thu, 14 Aug 2025 13:16:34 +0100
Jamie Gibbons via buildroot <buildroot@buildroot.org> wrote:

> Jamie Gibbons (3):
>   configs/microchip_mpfs_icicle: bump Linux and U-Boot, add hashes
>   board: microchip: mpfs_icicle: update to support production silicon
>   configs/microchip_mpfs_icicle: add support for production silicon
>     Icicle kit

Sorry for the delay, series applied!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-01-02 17:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-14 12:16 [Buildroot] [PATCH 0/3] Add MPFS Icicle kit with Production Silicon support Jamie Gibbons via buildroot
2025-08-14 12:16 ` [Buildroot] [PATCH 1/3] configs/microchip_mpfs_icicle: bump Linux and U-Boot, add hashes Jamie Gibbons via buildroot
2025-11-13  9:52   ` Jamie.Gibbons--- via buildroot
2025-08-14 12:16 ` [Buildroot] [PATCH 2/3] board: microchip: mpfs_icicle: update to support production silicon Jamie Gibbons via buildroot
2025-08-14 12:16 ` [Buildroot] [PATCH 3/3] configs/microchip_mpfs_icicle: add support for production silicon Icicle kit Jamie Gibbons via buildroot
2026-01-02 17:06 ` [Buildroot] [PATCH 0/3] Add MPFS Icicle kit with Production Silicon support Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.