From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 17 Mar 2024 20:14:47 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rlvy3-00BQGP-0U for lore@lore.pengutronix.de; Sun, 17 Mar 2024 20:14:47 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1rlvy2-0003sP-KZ; Sun, 17 Mar 2024 20:14:46 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rlvxw-0003s9-FA; Sun, 17 Mar 2024 20:14:40 +0100 Received: from [2a0a:edc0:2:b01:1d::c5] (helo=pty.whiteo.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rlvxw-006wCs-31; Sun, 17 Mar 2024 20:14:40 +0100 Received: from rsc by pty.whiteo.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1rlvxw-0042i7-03; Sun, 17 Mar 2024 20:14:40 +0100 Date: Sun, 17 Mar 2024 20:14:39 +0100 From: Robert Schwebel To: Ahmad Fatoum , distrokit@pengutronix.de Message-ID: References: <20240315211240.3016716-1-a.fatoum@pengutronix.de> <20240315211240.3016716-2-a.fatoum@pengutronix.de> <9ee0c8b9-a460-43f0-a5f6-7fa3572eb443@falbala.internal.home.lespocky.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <9ee0c8b9-a460-43f0-a5f6-7fa3572eb443@falbala.internal.home.lespocky.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [DistroKit] =?utf-8?q?=5BPATCH_01/12=5D_ptxdist=3A_migrate_2023?= =?utf-8?b?LjAyLjAg4oaSIDIwMjQuMDMuMA==?= X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false On Sat, Mar 16, 2024 at 10:26:26AM +0100, Alexander Dahl wrote: > typo in subject, should be 2024.02.0 instead of 2023.02.0. Fixed while applying. > Greets > Alex > > 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 > > 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 > > --- > > 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(-) > > > > 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 > > -- > /"\ ASCII RIBBON | »With the first link, the chain is forged. The first > \ / CAMPAIGN | speech censured, the first thought forbidden, the > X AGAINST | first freedom denied, chains us all irrevocably.« > / \ HTML MAIL | (Jean-Luc Picard, quoting Judge Aaron Satie) -- Pengutronix e.K. | Dipl.-Ing. Robert Schwebel | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |