From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::235; helo=mail-wm0-x235.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 7F4E621F3C1AE for ; Tue, 10 Oct 2017 07:51:14 -0700 (PDT) Received: by mail-wm0-x235.google.com with SMTP id i124so5922879wmf.3 for ; Tue, 10 Oct 2017 07:54:42 -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:user-agent; bh=TnKOQpOyJ6mmbpq4svsqug3GbJb4B0EYInnVZiTZqRs=; b=QP2kEuSaCophSmXHSIdR+E+VGhaxOe56wqjYehQ4Uq1ERpcRPw7fNG6b8dsV0NK2Tk OsbcRpdtUze0rKZLx3nLEv5hcWhjL6dipvubqUuMVIiRNHYq8v2aPoMXJgJJ57VIPMec NmFwtXl7WCOxwr1bmCHrZeCB/5BHCZmvVl1jY= 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:user-agent; bh=TnKOQpOyJ6mmbpq4svsqug3GbJb4B0EYInnVZiTZqRs=; b=NZ0hSCBafDpcoDMzFj7M9elOLo1Tx0VDHJyfc7c2C1TtpTeGYZchO0AKf8k5A832St 1WrJ5ml73fGoLn+kT7u0Ri56dxJByfhRVjIfYMz4ErB8fENtR5HvBAwuWpI4Vlmyx5Nd 4t1/rU/dT0QUd5bl03u/SHmPIx2EocTpjKf382Zq6Ad6CpmbHY0fDhPTfgQ0K9sHl1Rw i4Ed2bZkjENWN92X/KzeO9y1YnLPUeg9Q/6G2SDfs9j3LlJYTDnSoEjnbUsMB0Mwlm3k c3N77NbbR0YA5SPLU60hK9vUoAr+VUo9o13oVmh544gxyzOTxh0CFtfkl6zx26YReJNU TcmA== X-Gm-Message-State: AMCzsaWGNz9wyJSP79Ik8Iw6BayZvQvl1s9fBg9UZ9OfSii8IgGaudDB xnTGECrKPs1yGyA17tenP4vhQbYBlUc= X-Google-Smtp-Source: AOwi7QAv4Nv+SjfWW6dwi78A9oEikCutASvbPHHcIXbXz3AhzuD22oH7HeI5fW6ml0n9U4VILcwwXw== X-Received: by 10.28.4.150 with SMTP id 144mr11658532wme.79.1507647281520; Tue, 10 Oct 2017 07:54:41 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id p38sm13703424wrb.41.2017.10.10.07.54.39 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 10 Oct 2017 07:54:40 -0700 (PDT) Date: Tue, 10 Oct 2017 15:54:38 +0100 From: Leif Lindholm To: Marcin Wojtas Cc: edk2-devel@lists.01.org, ard.biesheuvel@linaro.org, nadavh@marvell.com, neta@marvell.com, kostap@marvell.com, jinghua@marvell.com, jsd@semihalf.com Message-ID: <20171010145438.eymqgx53xamaf476@bivouac.eciton.net> References: <1507568462-28775-1-git-send-email-mw@semihalf.com> <1507568462-28775-11-git-send-email-mw@semihalf.com> MIME-Version: 1.0 In-Reply-To: <1507568462-28775-11-git-send-email-mw@semihalf.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [platforms: PATCH 10/13] Marvell/Armada: Switch to unicore PrePi X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2017 14:51:14 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Oct 09, 2017 at 07:00:59PM +0200, Marcin Wojtas wrote: > From: Ard Biesheuvel > > There is no point in using the MPCore PrePi, given that only the primary > core will enter UEFI at EL2, and the secondaries will be held in EL3 > until summoned by the OS. So use the unicore flavour instead. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel > Signed-off-by: Marcin Wojtas Reviewed-by: Leif Lindholm > --- > Platform/Marvell/Armada/Armada.dsc.inc | 2 +- > Platform/Marvell/Armada/Armada70x0.fdf | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Platform/Marvell/Armada/Armada.dsc.inc b/Platform/Marvell/Armada/Armada.dsc.inc > index b718c60..5a5fde9 100644 > --- a/Platform/Marvell/Armada/Armada.dsc.inc > +++ b/Platform/Marvell/Armada/Armada.dsc.inc > @@ -372,7 +372,7 @@ > [Components.common] > > # PEI Phase modules > - ArmPlatformPkg/PrePi/PeiMPCore.inf > + ArmPlatformPkg/PrePi/PeiUniCore.inf > > # DXE > MdeModulePkg/Core/Dxe/DxeMain.inf { > diff --git a/Platform/Marvell/Armada/Armada70x0.fdf b/Platform/Marvell/Armada/Armada70x0.fdf > index 999b968..2c3efe0 100644 > --- a/Platform/Marvell/Armada/Armada70x0.fdf > +++ b/Platform/Marvell/Armada/Armada70x0.fdf > @@ -199,7 +199,7 @@ READ_STATUS = TRUE > READ_LOCK_CAP = TRUE > READ_LOCK_STATUS = TRUE > > - INF ArmPlatformPkg/PrePi/PeiMPCore.inf > + INF ArmPlatformPkg/PrePi/PeiUniCore.inf > > FILE FV_IMAGE = 9E21FD93-9C72-4c15-8C4B-E77F1DB2D792 { > SECTION GUIDED EE4E5898-3914-4259-9D6E-DC7BD79403CF PROCESSING_REQUIRED = TRUE { > -- > 1.8.3.1 >