public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Sami Mujawar" <sami.mujawar@arm.com>
To: <devel@edk2.groups.io>
Cc: Sami Mujawar <sami.mujawar@arm.com>, <quic_llindhol@quicinc.com>,
	<meenakshi.aggarwal@nxp.com>, <pierre.gondois@arm.com>,
	<Matteo.Carlini@arm.com>, <Akanksha.Jain2@arm.com>,
	<Ben.Adderson@arm.comnd@arm.com>
Subject: [PATCH edk2-platforms v4 15/17] Platform/NXP/LS1043aRdbPk: Fix build break due to change in ARM_CORE_INFO
Date: Thu, 14 Jul 2022 17:55:34 +0100	[thread overview]
Message-ID: <20220714165536.31344-16-sami.mujawar@arm.com> (raw)
In-Reply-To: <20220714165536.31344-1-sami.mujawar@arm.com>

The edk2 patch at 103fa647d159e3d76be2634d2653c2d215dd0d46
updated the ARM_CORE_INFO structure to remove the ClusterId
and CoreId fields in the ARM_CORE_INFO structure in favor of
a new Mpidr field.

Therefore, fix the ArmPlatformLibrary instance for
Platform/NXP/LS1043aRdbPkg accordingly.

Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
---
 Platform/NXP/LS1043aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Platform/NXP/LS1043aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c b/Platform/NXP/LS1043aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c
index dc81e7ba3101902799bf6b6301113caafb4e1c89..4e7d7741a00b2198817a72c06aa977cc4e02c0ad 100644
--- a/Platform/NXP/LS1043aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c
+++ b/Platform/NXP/LS1043aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c
@@ -94,7 +94,7 @@ ArmPlatformInitialize (
 ARM_CORE_INFO LS1043aMpCoreInfoCTA53x4[] = {
   {
     // Cluster 0, Core 0
-    0x0, 0x0,
+    0x0,

     // MP Core MailBox Set/Get/Clear Addresses and Clear Value
     (EFI_PHYSICAL_ADDRESS)0,
--
'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)'

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

  parent reply	other threads:[~2022-07-14 16:56 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-14 16:55 [PATCH edk2-platforms v4 00/17] Fix build breaks and update IORT revision macro Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 01/17] Platform/ARM: FVP: Update for IORT revision macro renaming Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 02/17] Platform/ARM: Morello: " Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 03/17] Platform/ARM: SGI: " Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 04/17] Silicon/AMD/Styx: " Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 05/17] Silicon/Socionext/SynQuacer: " Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 06/17] Platform/RaspberryPi: " Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 07/17] Platform/ARM: N1SDP: " Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 08/17] Silicon/Ampere: Add VariableFlashInfoLib Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 09/17] Platform/Ampere: JadePkg: Update for IORT revision macro renaming Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 10/17] Silicon/Phytium: Add VariableFlashInfoLib Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 11/17] Silicon/Phytium: FT2000-4Pkg: Update for IORT revision macro renaming Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 12/17] Platform/LeMaker: Fix missing dependency on VariablePolicyHelperLib Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 13/17] Platform/Socionext: Fix missing dependency on VariableFlashInfoLib Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 14/17] Silicon/NXP: " Sami Mujawar
2022-07-14 16:55 ` Sami Mujawar [this message]
2022-07-14 16:55 ` [PATCH edk2-platforms v4 16/17] Platform/NXP/LS1046aFrwyPkg: Fix build break due to change in ARM_CORE_INFO Sami Mujawar
2022-07-14 16:55 ` [PATCH edk2-platforms v4 17/17] Platform/NXP/LX2160aRdbPkg: " Sami Mujawar
2022-07-19 16:22 ` [PATCH edk2-platforms v4 00/17] Fix build breaks and update IORT revision macro Sami Mujawar
     [not found] ` <17034793F9AA5ACF.21682@groups.io>
2022-07-27  9:21   ` [edk2-devel] " Sami Mujawar
2022-07-27 15:45     ` Ard Biesheuvel

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=20220714165536.31344-16-sami.mujawar@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