Hello Ahmad, typo in subject, should be 2024.02.0 instead of 2023.02.0. 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)