public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Sami Mujawar" <sami.mujawar@arm.com>
To: Rebecca Cran <rebecca@quicinc.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>,
	Thomas Abraham <thomas.abraham@arm.com>,
	Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: nd <nd@arm.com>
Subject: Re: [PATCH edk2-platforms 1/1] Platform/ARM: Update Morello and N1Sdp to use PrePeiCoreUniCore
Date: Wed, 26 Oct 2022 08:58:32 +0000	[thread overview]
Message-ID: <13BE915F-F536-4B76-A79B-2EA7DE1E6F51@arm.com> (raw)
In-Reply-To: <20221025205642.488269-1-rebecca@quicinc.com>

Hi Rebecca,

Thank you for this patch.

Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>

Regards,

Sami Mujawar

On 25/10/2022, 21:57, "Rebecca Cran" <rebecca@quicinc.com> wrote:

    Modern platforms that use TF-A should use PrePeiCoreUniCore, since
    any secondary cores will be put in the TF-A holding pen and won't
    reach EDK2.

    Update the Morello and N1Sdp files to use PrePeiCoreUniCore instead of
    PrePeiCoreMPCore.

    Signed-off-by: Rebecca Cran <rebecca@quicinc.com>
    ---
     Platform/ARM/Morello/MorelloPlatform.dsc.inc | 2 +-
     Platform/ARM/N1Sdp/N1SdpPlatform.dsc         | 2 +-
     Platform/ARM/Morello/MorelloPlatformFvp.fdf  | 2 +-
     Platform/ARM/N1Sdp/N1SdpPlatform.fdf         | 2 +-
     4 files changed, 4 insertions(+), 4 deletions(-)

    diff --git a/Platform/ARM/Morello/MorelloPlatform.dsc.inc b/Platform/ARM/Morello/MorelloPlatform.dsc.inc
    index 1c93246a5273..b8210c87ad18 100644
    --- a/Platform/ARM/Morello/MorelloPlatform.dsc.inc
    +++ b/Platform/ARM/Morello/MorelloPlatform.dsc.inc
    @@ -148,7 +148,7 @@ [Components.common]
       # PEI Phase modules
       ArmPkg/Drivers/CpuPei/CpuPei.inf
       ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
    -  ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf
    +  ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
       ArmPlatformPkg/PlatformPei/PlatformPeim.inf
       MdeModulePkg/Core/Pei/PeiMain.inf
       MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
    diff --git a/Platform/ARM/N1Sdp/N1SdpPlatform.dsc b/Platform/ARM/N1Sdp/N1SdpPlatform.dsc
    index 865dd04deb09..d04b22d3ef51 100644
    --- a/Platform/ARM/N1Sdp/N1SdpPlatform.dsc
    +++ b/Platform/ARM/N1Sdp/N1SdpPlatform.dsc
    @@ -176,7 +176,7 @@ [Components.common]
       # PEI Phase modules
       ArmPkg/Drivers/CpuPei/CpuPei.inf
       ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
    -  ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf
    +  ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
       ArmPlatformPkg/PlatformPei/PlatformPeim.inf
       MdeModulePkg/Core/Pei/PeiMain.inf
       MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
    diff --git a/Platform/ARM/Morello/MorelloPlatformFvp.fdf b/Platform/ARM/Morello/MorelloPlatformFvp.fdf
    index 5f2af05c8bfc..581579270488 100644
    --- a/Platform/ARM/Morello/MorelloPlatformFvp.fdf
    +++ b/Platform/ARM/Morello/MorelloPlatformFvp.fdf
    @@ -187,7 +187,7 @@ [FV.FVMAIN_COMPACT]
       INF ArmPkg/Drivers/CpuPei/CpuPei.inf
       INF ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
       INF ArmPlatformPkg/PlatformPei/PlatformPeim.inf
    -  INF ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf
    +  INF ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
       INF MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
       INF MdeModulePkg/Core/Pei/PeiMain.inf
       INF MdeModulePkg/Universal/PCD/Pei/Pcd.inf
    diff --git a/Platform/ARM/N1Sdp/N1SdpPlatform.fdf b/Platform/ARM/N1Sdp/N1SdpPlatform.fdf
    index 09f1e0e0073b..e5e24ea50294 100644
    --- a/Platform/ARM/N1Sdp/N1SdpPlatform.fdf
    +++ b/Platform/ARM/N1Sdp/N1SdpPlatform.fdf
    @@ -190,7 +190,7 @@ [FV.FVMAIN_COMPACT]
       INF ArmPkg/Drivers/CpuPei/CpuPei.inf
       INF ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
       INF ArmPlatformPkg/PlatformPei/PlatformPeim.inf
    -  INF ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf
    +  INF ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
       INF MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
       INF MdeModulePkg/Core/Pei/PeiMain.inf
       INF MdeModulePkg/Universal/PCD/Pei/Pcd.inf
    -- 
    2.30.2



  reply	other threads:[~2022-10-26  8:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-25 20:56 [PATCH edk2-platforms 1/1] Platform/ARM: Update Morello and N1Sdp to use PrePeiCoreUniCore Rebecca Cran
2022-10-26  8:58 ` Sami Mujawar [this message]
2022-12-13 15:05   ` [edk2-devel] " Sami Mujawar

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-list 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=13BE915F-F536-4B76-A79B-2EA7DE1E6F51@arm.com \
    --to=devel@edk2.groups.io \
    /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