DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Fabian Pfitzner <f.pfitzner@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Fabian Pfitzner <f.pfitzner@pengutronix.de>
Subject: [DistroKit] [PATCH 1/6] v8a: add imx8mp-frdm image
Date: Tue, 20 Jan 2026 17:42:34 +0100	[thread overview]
Message-ID: <20260120-fpf-imx8mp-frdm-v1-1-7c104011f896@pengutronix.de> (raw)
In-Reply-To: <20260120-fpf-imx8mp-frdm-v1-0-7c104011f896@pengutronix.de>

Signed-off-by: Fabian Pfitzner <f.pfitzner@pengutronix.de>
---
 .../platform-v8a/platforms/image-imx8mp-frdm.in    | 10 +++++++
 configs/platform-v8a/rules/image-imx8mp-frdm.make  | 35 ++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/configs/platform-v8a/platforms/image-imx8mp-frdm.in b/configs/platform-v8a/platforms/image-imx8mp-frdm.in
new file mode 100644
index 0000000000000000000000000000000000000000..851eebee55c1769f4fcc08ac7d8348c09263484f
--- /dev/null
+++ b/configs/platform-v8a/platforms/image-imx8mp-frdm.in
@@ -0,0 +1,10 @@
+## SECTION=image
+
+config IMAGE_IMX8MP_FRDM
+	tristate
+	select HOST_GENIMAGE
+	select IMAGE_ROOT_EXT
+	select BAREBOX
+	prompt "Generate images/imx8mp-frdm.img"
+	help
+	  Generate a bootable SD card image to deploy a NXP i.MX8MP-FRDM board.
diff --git a/configs/platform-v8a/rules/image-imx8mp-frdm.make b/configs/platform-v8a/rules/image-imx8mp-frdm.make
new file mode 100644
index 0000000000000000000000000000000000000000..e602d59eae68b67f36c78e22a67059a7df3b252b
--- /dev/null
+++ b/configs/platform-v8a/rules/image-imx8mp-frdm.make
@@ -0,0 +1,35 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2025 by Fabian Pfitzner <f.pfitzner@pengutronix.de>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+IMAGE_PACKAGES-$(PTXCONF_IMAGE_IMX8MP_FRDM) += image-imx8mp-frdm
+
+#
+# Paths and names
+#
+IMAGE_IMX8MP_FRDM		:= image-imx8mp-fdrm
+IMAGE_IMX8MP_FRDM_DIR	:= $(BUILDDIR)/$(IMAGE_IMX8MP_FRDM)
+IMAGE_IMX8MP_FRDM_IMAGE	:= $(IMAGEDIR)/imx8mp-frdm.img
+IMAGE_IMX8MP_FRDM_FILES	:= $(IMAGEDIR)/root.tgz
+IMAGE_IMX8MP_FRDM_CONFIG	:= imx8m.config
+
+# ----------------------------------------------------------------------------
+# Image
+# ----------------------------------------------------------------------------
+
+IMAGE_IMX8MP_FRDM_ENV := \
+        BAREBOX_IMAGE=barebox-nxp-imx8mp-frdm.img
+
+$(IMAGE_IMX8MP_FRDM_IMAGE):
+	@$(call targetinfo)
+	@$(call image/genimage, IMAGE_IMX8MP_FRDM)
+	@$(call finish)
+
+# vim: syntax=make

-- 
2.47.3




  reply	other threads:[~2026-01-20 16:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-20 16:42 [DistroKit] [PATCH 0/6] RFC: add support for imx8mp-frdm board Fabian Pfitzner
2026-01-20 16:42 ` Fabian Pfitzner [this message]
2026-01-21  7:50   ` [DistroKit] [PATCH 1/6] v8a: add imx8mp-frdm image Michael Olbrich
2026-01-20 16:42 ` [DistroKit] [PATCH 2/6] v8a: enable " Fabian Pfitzner
2026-01-20 16:42 ` [DistroKit] [PATCH 3/6] v8a: barebox: enable imx8mp-frdm board Fabian Pfitzner
2026-01-20 16:42 ` [DistroKit] [PATCH 4/6] v8a: kernel: add imx8mp-frdm dts Fabian Pfitzner
2026-01-20 16:42 ` [DistroKit] [PATCH 5/6] v8a: kernel: import imx8mp-frdm device tree Fabian Pfitzner
2026-01-20 16:42 ` [DistroKit] [PATCH 6/6] doc: add imx8mp-frdm Fabian Pfitzner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260120-fpf-imx8mp-frdm-v1-1-7c104011f896@pengutronix.de \
    --to=f.pfitzner@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox