From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web11.33735.1620662241088014570 for ; Mon, 10 May 2021 08:57:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=b0twtc8v; spf=pass (domain: kernel.org, ip: 198.145.29.99, mailfrom: ardb@kernel.org) Received: by mail.kernel.org (Postfix) with ESMTPSA id 4630461621 for ; Mon, 10 May 2021 15:57:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1620662240; bh=COtJ7kGGdTIjlblT3PX8sEdJxxZmzikisv7itBc+yJs=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=b0twtc8vB+GLhLZpmnWXdJ85EToL+WuLVcg4bqrMyh05oKEp4hQ18gxnOnoL80Pd4 7ZiZpref4rNyza+J1qTUnWJfpxKRiOuERSwq8X3SqTNtUXLL9HupgbohJDddGx0Vey gpAlVpD/5cVHUUJ7xqldk3M4OUjJQM1YaNE6cHRRnLmGblxcRKgB/0sl3LYh7L1cx3 2Kp94JwkSaA9207cm2F7IQrWurih/HsIswuHAUX5x4uzatoLnZYCtqD/jXy92o4B9u T6v6X3ak1fxJBaDwCBV1uN7kMwjbuWQcge8EvWzKt/KGOxophIcW4i9WyUOxEzSpNX dsrL8YuYB6jow== Received: by mail-ot1-f50.google.com with SMTP id c8-20020a9d78480000b0290289e9d1b7bcso14861968otm.4 for ; Mon, 10 May 2021 08:57:20 -0700 (PDT) X-Gm-Message-State: AOAM532ja3BE3pxd8YCeLFmJtJYShSg6nYUaDhZlh8Wnj5uBXtqQjF/V DZ5jwID3JF6oacgcKJjv6MGxVj53Lr9sYKww+Mc= X-Google-Smtp-Source: ABdhPJw/o7uFNQTAC2EuuJ6UfYfDMAS4e44nRBS+FPYMXLrEHZ1PmmTB0jYCrBuJMeTqN6/gtc0CN1nLwPb1YNw/Ri8= X-Received: by 2002:a9d:7cd8:: with SMTP id r24mr9931777otn.90.1620662239601; Mon, 10 May 2021 08:57:19 -0700 (PDT) MIME-Version: 1.0 References: <20210510075304.9125-1-etienne.carriere@linaro.org> In-Reply-To: <20210510075304.9125-1-etienne.carriere@linaro.org> From: "Ard Biesheuvel" Date: Mon, 10 May 2021 17:57:08 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-platforms][PATCH 0/4] Arm 32bit support in StandaloneMmRpmb To: Etienne Carriere Cc: edk2-devel-groups-io , Ard Biesheuvel , Ilias Apalodimas , Leif Lindholm , Sami Mujawar , Sughosh Ganu , Thomas Abraham Content-Type: text/plain; charset="UTF-8" On Mon, 10 May 2021 at 09:53, Etienne Carriere wrote: > > This series brings support for building PlatformStandaloneMmRpmb for > 32bit Arm architectures. This series is based on series [1] in edk2 > that allows to build StandaloneMm package for 32bit Arm. This series > starts by syncing with paths changes from [1] series, then comes > changes for Arm 32bit support in OpTee drivers and last updates > PlatformStandaloneMmRpmb.dsc for 32bit the ARM architure. > > [1] https://edk2.groups.io/g/devel/message/74734 > > Etienne Carriere (4): > sync with edk2 where StandaloneMmCpu moved to AArch64/ parent > directory > Drivers/OpTee: Add Aarch32 SVC IDs for 32bit Arm targets > Drivers/OpTee: address cast build warning issue in 32b mode > Platform/StandaloneMm: build StandaloneMmRpmb for 32bit architectures > This looks fine to me Acked-by: Ard Biesheuvel I'll pick these up once the EDK2 side is merged. > Drivers/OpTee/OpteeRpmbPkg/OpTeeRpmbFvb.c | 23 ++++++++++++------- > Drivers/OpTee/OpteeRpmbPkg/OpTeeRpmbFvb.h | 16 +++++++++++-- > Platform/ARM/SgiPkg/PlatformStandaloneMm.dsc | 2 +- > Platform/ARM/SgiPkg/PlatformStandaloneMm.fdf | 2 +- > .../Socionext/DeveloperBox/DeveloperBoxMm.dsc | 2 +- > .../Socionext/DeveloperBox/DeveloperBoxMm.fdf | 2 +- > .../PlatformStandaloneMmRpmb.dsc | 14 +++++++++-- > .../PlatformStandaloneMmRpmb.fdf | 3 ++- > 8 files changed, 47 insertions(+), 17 deletions(-) > > -- > 2.17.1 >