From: Charles Hardin <ckhardin@gmail.com>
To: buildroot@buildroot.org
Cc: Charles Hardin <ckhardin@gmail.com>,
Gary Bisson <bisson.gary@gmail.com>,
Maeva Manuel <maeva.manuel@oss.nxp.com>,
Refik Tuzakli <tuzakli.refik@gmail.com>
Subject: [Buildroot] [PATCH 1/1] packages/imx-seco: add the imx8dxl b0 revsision ahab image
Date: Tue, 20 Jun 2023 10:19:43 -0700 [thread overview]
Message-ID: <20230620171943.3999-1-ckhardin@gmail.com> (raw)
Update the selection of the ahab container images for the imx8dxl
asics. The initial support assumed these were imx8 but this is
actually the imx8x architecture as well. This was fixed when run on
the first tests against the imx8dxl SoCs.
Files from upstream:
mx8dxla0-ahab-container.img
mx8dxla1-ahab-container.img
mx8dxlb0-ahab-container.img
The B0 revision should be considered the latest
Signed-off-by: Charles Hardin <ckhardin@gmail.com>
---
package/freescale-imx/imx-seco/Config.in | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/package/freescale-imx/imx-seco/Config.in b/package/freescale-imx/imx-seco/Config.in
index 867ffe1bb0..41f8444651 100644
--- a/package/freescale-imx/imx-seco/Config.in
+++ b/package/freescale-imx/imx-seco/Config.in
@@ -22,11 +22,15 @@ choice
config BR2_PACKAGE_IMX_SECO_MX8DXLA0
bool "imx-seco-mx8dxla0"
- depends on BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8
+ depends on BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8X
config BR2_PACKAGE_IMX_SECO_MX8DXLA1
bool "imx-seco-mx8dxla1"
- depends on BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8
+ depends on BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8X
+
+config BR2_PACKAGE_IMX_SECO_MX8DXLB0
+ bool "imx-seco-mx8dxlb0"
+ depends on BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8X
config BR2_PACKAGE_IMX_SECO_MX8QMB0
bool "imx-seco-mx8qmb0"
@@ -46,6 +50,7 @@ config BR2_PACKAGE_IMX_SECO_AHAB_CONTAINER_IMAGE
string
default "mx8dxla0-ahab-container.img" if BR2_PACKAGE_IMX_SECO_MX8DXLA0
default "mx8dxla1-ahab-container.img" if BR2_PACKAGE_IMX_SECO_MX8DXLA1
+ default "mx8dxlb0-ahab-container.img" if BR2_PACKAGE_IMX_SECO_MX8DXLB0
default "mx8qmb0-ahab-container.img" if BR2_PACKAGE_IMX_SECO_MX8QMB0
default "mx8qxb0-ahab-container.img" if BR2_PACKAGE_IMX_SECO_MX8QXB0
default "mx8qxc0-ahab-container.img" if BR2_PACKAGE_IMX_SECO_MX8QXC0
--
2.39.2 (Apple Git-143)
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2023-06-20 17:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-20 17:19 Charles Hardin [this message]
2023-07-10 19:32 ` [Buildroot] [PATCH 1/1] packages/imx-seco: add the imx8dxl b0 revsision ahab image Thomas Petazzoni via buildroot
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=20230620171943.3999-1-ckhardin@gmail.com \
--to=ckhardin@gmail.com \
--cc=bisson.gary@gmail.com \
--cc=buildroot@buildroot.org \
--cc=maeva.manuel@oss.nxp.com \
--cc=tuzakli.refik@gmail.com \
/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