DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: "Leonard Göhrs" <l.goehrs@pengutronix.de>, distrokit@pengutronix.de
Subject: Re: [DistroKit] [PATCH v1 1/5] tf-a: add patch to auto-detect the correct UART on i.MX8M
Date: Thu, 11 Jan 2024 19:03:17 +0100	[thread overview]
Message-ID: <1a1688bb-0ceb-467d-8dad-45a53005edf6@pengutronix.de> (raw)
In-Reply-To: <20240111150117.3678555-2-l.goehrs@pengutronix.de>

Hello Leonard,

On 11.01.24 16:01, Leonard Göhrs wrote:
> diff --git a/configs/platform-v8a/platformconfig b/configs/platform-v8a/platformconfig
> index b71b361..6925dac 100644
> --- a/configs/platform-v8a/platformconfig
> +++ b/configs/platform-v8a/platformconfig
> @@ -216,7 +216,7 @@ PTXCONF_TF_A_ARM_ARCH_MAJOR_8=y
>  PTXCONF_TF_A_ARM_ARCH_MAJOR=8
>  PTXCONF_TF_A_PLATFORMS="imx8mq imx8mm imx8mn imx8mp"
>  PTXCONF_TF_A_ARM_ARCH_MINOR=0
> -PTXCONF_TF_A_EXTRA_ARGS=""
> +PTXCONF_TF_A_EXTRA_ARGS="IMX_BOOT_UART_BASE=0"

Patches below add auto as alias for 0. I think that would be better as to be
more descriptive.

> +diff --git a/plat/imx/imx8m/imx8mm/platform.mk b/plat/imx/imx8m/imx8mm/platform.mk
> +index 22791fda4c2c..1b4a1f2f37c7 100644
> +--- a/plat/imx/imx8m/imx8mm/platform.mk
> ++++ b/plat/imx/imx8m/imx8mm/platform.mk
> +@@ -159,6 +159,9 @@ BL32_SIZE		?=	0x2000000
> + $(eval $(call add_define,BL32_SIZE))
> + 
> + IMX_BOOT_UART_BASE	?=	0x30890000
> ++ifeq (${IMX_BOOT_UART_BASE},auto)
> ++    override IMX_BOOT_UART_BASE	:=	0
> ++endif

Here ^.

Cheers,
Ahmad

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |




  reply	other threads:[~2024-01-11 18:03 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-11 15:01 [DistroKit] [PATCH v1 0/5] v8a: imx8m: add i.MX8MP based TQ MBa8MPxL board Leonard Göhrs
2024-01-11 15:01 ` [DistroKit] [PATCH v1 1/5] tf-a: add patch to auto-detect the correct UART on i.MX8M Leonard Göhrs
2024-01-11 18:03   ` Ahmad Fatoum [this message]
2024-01-16 10:50     ` Leonard Göhrs
2024-01-16 11:08       ` Marco Felsch
2024-01-11 15:01 ` [DistroKit] [PATCH v1 2/5] v8a: images: imx8m: add barebox state partition Leonard Göhrs
2024-01-11 17:07   ` Jan Lübbe
2024-01-11 18:06     ` Ahmad Fatoum
2024-01-11 15:01 ` [DistroKit] [PATCH v1 3/5] v8a: imx8m: add i.MX8MP based TQ MBa8MPxL board Leonard Göhrs
2024-01-11 15:01 ` [DistroKit] [PATCH v1 4/5] v8a: imx8m: enable image generation for TQ MBa8MPxL Leonard Göhrs
2024-01-11 15:01 ` [DistroKit] [PATCH v1 5/5] v8a: imx8m: enable barebox state " Leonard Göhrs
2024-01-11 18:08   ` Ahmad Fatoum

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=1a1688bb-0ceb-467d-8dad-45a53005edf6@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    --cc=l.goehrs@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