From: Alexander Dahl <ada@thorsis.com>
To: Ahmad Fatoum <a.fatoum@pengutronix.de>
Cc: distrokit@pengutronix.de
Subject: Re: [DistroKit] [PATCH 01/12] ptxdist: migrate 2023.02.0 → 2024.03.0
Date: Thu, 21 Mar 2024 10:37:56 +0100 [thread overview]
Message-ID: <20240321-deserve-preteen-03741fad9b85@thorsis.com> (raw)
In-Reply-To: <20240315211240.3016716-2-a.fatoum@pengutronix.de>
Hello Ahmad,
Am Fri, Mar 15, 2024 at 10:12:29PM +0100 schrieb Ahmad Fatoum:
> This lets us make use of the updated OP-TEE packages for the incoming
> STM32MP13 support. Support in OP-TEE 3.20 is incomplete and will lead to
> a crash on boot up:
>
> I/TC: Platform stm32mp1: flavor 135F_DK - DT stm32mp135f-dk.dts
> I/TC: Non-secure SYSRAM [0xddfff000 0xddffffff]
> I/TC: DTB enables console (non-secure)
> I/TC: Primary CPU switching to normal world boot
> E/TC:0 tzc_it_handler:26 TZC permission failure
> E/TC:0 dump_fail_filter:420 Permission violation on filter 0
> E/TC:0 dump_fail_filter:425 Violation @0xfcff7fe0, non-secure privileged write, AXI ID 420
> E/TC:0 Panic at core/arch/arm/plat-stm32mp1/plat_tzc400.c:30 <tzc_it_handler>
> E/TC:0 TEE load address @ 0xde000000
> E/TC:0 Call stack:
> E/TC:0 0xde00316d
> E/TC:0 0xde011b37
> E/TC:0 0xde005245
> E/TC:0 0xde011201
> E/TC:0 0xde037155
> E/TC:0 0xde000350
>
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
> configs/platform-mips/platformconfig | 4 ++--
> configs/platform-mipsel/platformconfig | 4 ++--
> configs/platform-rpi1/platformconfig | 4 ++--
> configs/platform-v7a/platformconfig | 4 ++--
> configs/platform-v7a_noneon/platformconfig | 4 ++--
> configs/platform-v8a/platformconfig | 4 ++--
> configs/platform-x86_64/platformconfig | 4 ++--
> configs/ptxconfig | 8 ++++++--
> 8 files changed, 20 insertions(+), 16 deletions(-)
I think after this change the file rules/blspec-entry.make can be
removed from DistroKit because it is identical to the one in ptxdist
2024.03.0.
Maybe a post migrate help to check for such cases would be helpful?
Greets
Alex
>
> diff --git a/configs/platform-mips/platformconfig b/configs/platform-mips/platformconfig
> index e81b89202920..a7483befeccc 100644
> --- a/configs/platform-mips/platformconfig
> +++ b/configs/platform-mips/platformconfig
> @@ -1,6 +1,6 @@
> #
> # Automatically generated file; DO NOT EDIT.
> -# PTXdist 2024.02.0
> +# PTXdist 2024.03.0
> #
> PTXCONF__platformconfig_MAGIC__=y
>
> @@ -20,7 +20,7 @@ PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}"
> PTXCONF_RUNTIME=y
> PTXCONF_BUILDTIME=y
> PTXCONF_VIRTUAL=y
> -PTXCONF_PLATFORMCONFIG_VERSION="2024.02.0"
> +PTXCONF_PLATFORMCONFIG_VERSION="2024.03.0"
>
> #
> # architecture
> diff --git a/configs/platform-mipsel/platformconfig b/configs/platform-mipsel/platformconfig
> index 292295087547..5e134a3f151f 100644
> --- a/configs/platform-mipsel/platformconfig
> +++ b/configs/platform-mipsel/platformconfig
> @@ -1,6 +1,6 @@
> #
> # Automatically generated file; DO NOT EDIT.
> -# PTXdist 2024.02.0
> +# PTXdist 2024.03.0
> #
> PTXCONF__platformconfig_MAGIC__=y
>
> @@ -20,7 +20,7 @@ PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}"
> PTXCONF_RUNTIME=y
> PTXCONF_BUILDTIME=y
> PTXCONF_VIRTUAL=y
> -PTXCONF_PLATFORMCONFIG_VERSION="2024.02.0"
> +PTXCONF_PLATFORMCONFIG_VERSION="2024.03.0"
>
> #
> # architecture
> diff --git a/configs/platform-rpi1/platformconfig b/configs/platform-rpi1/platformconfig
> index 919eb0251f6a..e0d0611313c7 100644
> --- a/configs/platform-rpi1/platformconfig
> +++ b/configs/platform-rpi1/platformconfig
> @@ -1,6 +1,6 @@
> #
> # Automatically generated file; DO NOT EDIT.
> -# PTXdist 2024.02.0
> +# PTXdist 2024.03.0
> #
> PTXCONF__platformconfig_MAGIC__=y
>
> @@ -20,7 +20,7 @@ PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}"
> PTXCONF_RUNTIME=y
> PTXCONF_BUILDTIME=y
> PTXCONF_VIRTUAL=y
> -PTXCONF_PLATFORMCONFIG_VERSION="2024.02.0"
> +PTXCONF_PLATFORMCONFIG_VERSION="2024.03.0"
>
> #
> # architecture
> diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig
> index 3525657da32c..f2b4d2b7a922 100644
> --- a/configs/platform-v7a/platformconfig
> +++ b/configs/platform-v7a/platformconfig
> @@ -1,6 +1,6 @@
> #
> # Automatically generated file; DO NOT EDIT.
> -# PTXdist 2024.02.0
> +# PTXdist 2024.03.0
> #
> PTXCONF__platformconfig_MAGIC__=y
>
> @@ -20,7 +20,7 @@ PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}"
> PTXCONF_RUNTIME=y
> PTXCONF_BUILDTIME=y
> PTXCONF_VIRTUAL=y
> -PTXCONF_PLATFORMCONFIG_VERSION="2024.02.0"
> +PTXCONF_PLATFORMCONFIG_VERSION="2024.03.0"
>
> #
> # architecture
> diff --git a/configs/platform-v7a_noneon/platformconfig b/configs/platform-v7a_noneon/platformconfig
> index 5e0388e37e34..52fa2abf474f 100644
> --- a/configs/platform-v7a_noneon/platformconfig
> +++ b/configs/platform-v7a_noneon/platformconfig
> @@ -1,6 +1,6 @@
> #
> # Automatically generated file; DO NOT EDIT.
> -# PTXdist 2024.02.0
> +# PTXdist 2024.03.0
> #
> PTXCONF__platformconfig_MAGIC__=y
>
> @@ -20,7 +20,7 @@ PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}"
> PTXCONF_RUNTIME=y
> PTXCONF_BUILDTIME=y
> PTXCONF_VIRTUAL=y
> -PTXCONF_PLATFORMCONFIG_VERSION="2024.02.0"
> +PTXCONF_PLATFORMCONFIG_VERSION="2024.03.0"
>
> #
> # architecture
> diff --git a/configs/platform-v8a/platformconfig b/configs/platform-v8a/platformconfig
> index d91255f18b0e..f9168a8bc599 100644
> --- a/configs/platform-v8a/platformconfig
> +++ b/configs/platform-v8a/platformconfig
> @@ -1,6 +1,6 @@
> #
> # Automatically generated file; DO NOT EDIT.
> -# PTXdist 2024.02.0
> +# PTXdist 2024.03.0
> #
> PTXCONF__platformconfig_MAGIC__=y
>
> @@ -20,7 +20,7 @@ PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}"
> PTXCONF_RUNTIME=y
> PTXCONF_BUILDTIME=y
> PTXCONF_VIRTUAL=y
> -PTXCONF_PLATFORMCONFIG_VERSION="2024.02.0"
> +PTXCONF_PLATFORMCONFIG_VERSION="2024.03.0"
>
> #
> # architecture
> diff --git a/configs/platform-x86_64/platformconfig b/configs/platform-x86_64/platformconfig
> index a44daa041199..918bf8a375b0 100644
> --- a/configs/platform-x86_64/platformconfig
> +++ b/configs/platform-x86_64/platformconfig
> @@ -1,6 +1,6 @@
> #
> # Automatically generated file; DO NOT EDIT.
> -# PTXdist 2024.02.0
> +# PTXdist 2024.03.0
> #
> PTXCONF__platformconfig_MAGIC__=y
>
> @@ -20,7 +20,7 @@ PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}"
> PTXCONF_RUNTIME=y
> PTXCONF_BUILDTIME=y
> PTXCONF_VIRTUAL=y
> -PTXCONF_PLATFORMCONFIG_VERSION="2024.02.0"
> +PTXCONF_PLATFORMCONFIG_VERSION="2024.03.0"
>
> #
> # architecture
> diff --git a/configs/ptxconfig b/configs/ptxconfig
> index cb5e93990425..b5f4475d2c70 100644
> --- a/configs/ptxconfig
> +++ b/configs/ptxconfig
> @@ -1,6 +1,6 @@
> #
> # Automatically generated file; DO NOT EDIT.
> -# PTXdist 2024.02.0
> +# PTXdist 2024.03.0
> #
> PTXCONF_DATAPARTITION=y
> PTXCONF_RAUC_UDEV=y
> @@ -69,7 +69,7 @@ PTXCONF_BSP=y
> PTXCONF_RUNTIME=y
> PTXCONF_BUILDTIME=y
> PTXCONF_VIRTUAL=y
> -PTXCONF_CONFIGFILE_VERSION="2024.02.0"
> +PTXCONF_CONFIGFILE_VERSION="2024.03.0"
> PTXCONF__ptxconfig_MAGIC__=y
>
> #
> @@ -96,6 +96,7 @@ PTXCONF_HOST_QEMU_USR=y
> # PTXCONF_HOST_TESTFRAMEWORK is not set
> PTXCONF_HOST_ACL=y
> PTXCONF_HOST_CMAKE=y
> +PTXCONF_HOST_DTC=y
> PTXCONF_HOST_FIGLET=y
> PTXCONF_HOST_FILE=y
> PTXCONF_HOST_FLEX=y
> @@ -1815,6 +1816,7 @@ PTXCONF_ZSTD=y
> # PTXCONF_PYTHON3_PYBIND11 is not set
> # PTXCONF_PYTHON3_PYCPARSER is not set
> # PTXCONF_PYTHON3_PYCRYPTODOMEX is not set
> +# PTXCONF_PYTHON3_PYOPENSSL is not set
> # PTXCONF_PYTHON3_PYPARSING is not set
> # PTXCONF_PYTHON3_PYRO is not set
> # PTXCONF_PYTHON3_PYSMI is not set
> @@ -2241,6 +2243,7 @@ PTXCONF_RAUC_BAREBOX=y
> #
> # System Libraries
> #
> +# PTXCONF_ABSEIL_CPP is not set
> # PTXCONF_AML is not set
> # PTXCONF_ARGTABLE2 is not set
> # PTXCONF_ARMADILLO is not set
> @@ -2714,6 +2717,7 @@ PTXCONF_JSON_GLIB=y
> # PTXCONF_TWOLAME is not set
> # PTXCONF_VORBIS_TOOLS is not set
> # PTXCONF_WEBRTC_AUDIO_PROCESSING is not set
> +# PTXCONF_WEBRTC_AUDIO_PROCESSING1 is not set
> # end of sound
>
> #
> --
> 2.39.2
>
>
next prev parent reply other threads:[~2024-03-21 9:38 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-15 21:12 [DistroKit] [PATCH 00/12] update and add STM32MP135F-DK support Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 01/12] ptxdist: migrate 2023.02.0 → 2024.03.0 Ahmad Fatoum
2024-03-16 9:26 ` Alexander Dahl
2024-03-17 19:14 ` Robert Schwebel
2024-03-21 9:37 ` Alexander Dahl [this message]
2024-03-25 18:45 ` [DistroKit] [PATCH] blspec-entry: remove superfluous file Roland Hieber
2024-03-25 20:51 ` Robert Schwebel
2024-03-15 21:12 ` [DistroKit] [PATCH 02/12] tf-a: update from v2.8 → v2.10 Ahmad Fatoum
2024-04-24 11:15 ` Alexander Dahl
2024-04-24 11:48 ` Ahmad Fatoum
2024-04-24 11:58 ` Alexander Dahl
2024-03-15 21:12 ` [DistroKit] [PATCH 03/12] v8a: imx8mq-evk: disable PCI nodes Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 04/12] v8a: update kernel from v6.6 → v6.8 Ahmad Fatoum
2024-03-16 11:18 ` Michael Olbrich
2024-03-16 13:09 ` Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 05/12] v8a: barebox: version bump v2023.12.0 → v2024.03.0 Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 06/12] v7a: update kernel from v6.6 → v6.8 Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 07/12] v7a: barebox: version bump v2024.01.0 → v2024.03.0 Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 08/12] v7a: barebox: enable STM32MP135F-DK support Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 09/12] v7a: build OP-TEE for STM32MP13 Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 10/12] v7a: stm32mp: add TF-A recipe " Ahmad Fatoum
2024-04-26 8:03 ` Alexander Dahl
2024-03-15 21:12 ` [DistroKit] [PATCH 11/12] v7a: kernel: enable STM32MP135F-DK support Ahmad Fatoum
2024-03-18 13:07 ` Michael Olbrich
2024-03-18 14:23 ` Robert Schwebel
2024-03-15 21:12 ` [DistroKit] [PATCH 12/12] v7a: stm32mp: add image recipe for STM32MP135F-DK Ahmad Fatoum
2024-03-17 19:27 ` [DistroKit] [PATCH 00/12] update and add STM32MP135F-DK support Robert Schwebel
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=20240321-deserve-preteen-03741fad9b85@thorsis.com \
--to=ada@thorsis.com \
--cc=a.fatoum@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