From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f41.google.com (mail-wr1-f41.google.com [209.85.221.41]) by mx.groups.io with SMTP id smtpd.web08.1109.1620669883858680567 for ; Mon, 10 May 2021 11:04:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=KcLDaQPh; spf=pass (domain: linaro.org, ip: 209.85.221.41, mailfrom: ilias.apalodimas@linaro.org) Received: by mail-wr1-f41.google.com with SMTP id l13so17530059wru.11 for ; Mon, 10 May 2021 11:04:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=wRejpbymM1R6Kfzbxm21P1OdcoKQjtf1ElieQaP6tDo=; b=KcLDaQPhCsH6K5GR5bdvQzBOX+b0V5Oucy7IhSRUS89NJZupZORj6SbEaQpWIHJRVc EiApKs94MhZ7c+k0d3+gr/mUziM1rlF8VsS1/xs9EOHigsRWcH8orLRX9hAsw/NP3/u+ ISOODA8ejU/K719l85FfeGviz5OV5OjSqLEAe7wwCzsf2mExUm0uZ/wgLzkM3sWekxSB 6sOrDMat18jt9QE5/UX2uCJCnIKZh5n053uftxATn/Op4hJis56KI39OLccCFoCzYrrM YDFOJtf+yZ4D/RezvOxVzcNf/l7S4buX+KuIelSZ1ENjjflh6YYFT1dJdhIZZR2X9tLN ThQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=wRejpbymM1R6Kfzbxm21P1OdcoKQjtf1ElieQaP6tDo=; b=jaEKaMpkrgDXaK4DXQZHMlaKBdycm3xRqbbigQ4Saa6veAx7Mme/gmkHgH0eSg2iqG QQ3Xz9PcASNgFg6LU7EcGXQqgKLlkHTCgToTuBL6oYnmhCXAfmURMZEOlF+Ld62g3Jnt 0mO6VA47YsfURdR/YaO7sEXHYmOWbMbZ6hbVY34ixtaDMOFwpdZpQLeKIWGS4zSAYtpc 9pdOIFRaNpC/8DoTeJEs3fsCAHU8Qzv865fwSiwbQLA6xE7B7LTYKYeLsGSFRhoYgCSL wkD7jzTJN6kPDp6haHOfPH+ZES0shyR9KiF7m8QUQQjfeO7jQg04mPv6ptLg7X/Qwo6p fpYQ== X-Gm-Message-State: AOAM531aTpz5qJKPfX9/cdgTOscQSuwjDD65h4uboRkDPitvh3/wjsRS HUmQuOs1jdJLyVrgoiZM3MpTlA== X-Google-Smtp-Source: ABdhPJzv8I1i3kxZiKDR0mYHrH80ufUTu+yloDX7k/ahe4QkTAa41s6ot4UrTN0Al2ii92If5uHfnQ== X-Received: by 2002:a05:6000:110d:: with SMTP id z13mr32295615wrw.92.1620669882274; Mon, 10 May 2021 11:04:42 -0700 (PDT) Return-Path: Received: from apalos.home ([94.69.77.156]) by smtp.gmail.com with ESMTPSA id p17sm24202050wru.1.2021.05.10.11.04.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 May 2021 11:04:41 -0700 (PDT) Date: Mon, 10 May 2021 21:04:39 +0300 From: "Ilias Apalodimas" To: Ard Biesheuvel Cc: Etienne Carriere , edk2-devel-groups-io , Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Sughosh Ganu , Thomas Abraham Subject: Re: [edk2-platforms][PATCH 0/4] Arm 32bit support in StandaloneMmRpmb Message-ID: References: <20210510075304.9125-1-etienne.carriere@linaro.org> MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, May 10, 2021 at 05:57:08PM +0200, Ard Biesheuvel wrote: > 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. > Acked-by: Ilias Apalodimas > > 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 > >