From nobody Sat May 18 07:31:17 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+86240+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+86240+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=kernel.org ARC-Seal: i=1; a=rsa-sha256; t=1643629551; cv=none; d=zohomail.com; s=zohoarc; b=ZLCZPuQ+ou88qd629isubbEkM4zypmu2wk694lX578Hp42GFJxAirG9xyPCt9B8xRnbwS3Ya3FGOt4Fc8RvMOgegMZphp5lFNmFwVVmUvxW1iIrBCbTTMoXXlRD/MaJcUkcS1mBZQGXxgaeAF91N0BANSODVT9lAOj38RIsz8cc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1643629551; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=VS+0YQxVKSEByG4ZSzDO+Wc72RZXYqHstcOCYxN2ZiU=; b=M7hJ8NmQswHamr774GVd1SbzfzBWAzl1JCDFse3n78+/rHLxoeHwjfyh4TZs+tnK2igSjK9V4dDEKtA4dsyLJAFxP4+zkclldlhxm4voFIhDnS5Iswcd/yWy3DTDA8L06KU0v/qoCHQdWU+Kw1RkusOfD1YfJXiuu0gGQnWc8iI= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+86240+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1643629551145826.9841705540719; Mon, 31 Jan 2022 03:45:51 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id mtCtYY1788612x0izLEIlqcR; Mon, 31 Jan 2022 03:45:50 -0800 X-Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web09.31161.1643629549844857189 for ; Mon, 31 Jan 2022 03:45:49 -0800 X-Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 467D461465; Mon, 31 Jan 2022 11:45:49 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2055FC340FB; Mon, 31 Jan 2022 11:45:47 +0000 (UTC) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: leif@nuviainc.com, rebecca@nuviainc.com, Ard Biesheuvel Subject: [edk2-devel] [PATCH edk2-platforms 1/4] Platform/ARM: fix for ARM_CORE_INFO struct layout changes Date: Mon, 31 Jan 2022 12:45:38 +0100 Message-Id: <20220131114541.81163-2-ardb@kernel.org> In-Reply-To: <20220131114541.81163-1-ardb@kernel.org> References: <20220131114541.81163-1-ardb@kernel.org> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,ardb@kernel.org X-Gm-Message-State: we5ob0VSQt5peilNC2dN5Yoix1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1643629550; bh=DyrbAltxn9LVLnPIiM3EKhaHOOKAaz6aggn5SUxLcd8=; h=Cc:Date:From:Reply-To:Subject:To; b=ZLLP8JufrC5CsvZdPBnWJcqkvOG1WdrybUv+FQpYUr8QcD8F9RvCOCT3hFwFIOl5GOr 6mIRmd+S+Z1frQVvEt64pZOafw4io9yNfhExxSwy2qhioLlVvOD0I93o9JKX43kbiMdwS +GGmQ1ECvwRFUmNWYUwY9gZTpFM5G1/ftY8= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1643629553942100001 Content-Type: text/plain; charset="utf-8" Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm --- Platform/ARM/Morello/Library/PlatformLib/PlatformLib.c | 8 ++++---- Platform/ARM/SgiPkg/Library/PlatformLib/PlatformLib.c | 2 +- Silicon/ARM/NeoverseN1Soc/Library/PlatformLib/PlatformLib.c | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Platform/ARM/Morello/Library/PlatformLib/PlatformLib.c b/Platf= orm/ARM/Morello/Library/PlatformLib/PlatformLib.c index 52318a62911a..894a53c9ca01 100644 --- a/Platform/ARM/Morello/Library/PlatformLib/PlatformLib.c +++ b/Platform/ARM/Morello/Library/PlatformLib/PlatformLib.c @@ -10,10 +10,10 @@ #include =20 STATIC ARM_CORE_INFO mCoreInfoTable[] =3D { - { 0x0, 0x0 }, // Cluster 0, Core 0 - { 0x0, 0x1 }, // Cluster 0, Core 1 - { 0x1, 0x0 }, // Cluster 1, Core 0 - { 0x1, 0x1 } // Cluster 1, Core 1 + { 0x000 }, // Cluster 0, Core 0 + { 0x001 }, // Cluster 0, Core 1 + { 0x100 }, // Cluster 1, Core 0 + { 0x101 } // Cluster 1, Core 1 }; =20 /** diff --git a/Platform/ARM/SgiPkg/Library/PlatformLib/PlatformLib.c b/Platfo= rm/ARM/SgiPkg/Library/PlatformLib/PlatformLib.c index a982e3d403fa..2a1c96c7a776 100644 --- a/Platform/ARM/SgiPkg/Library/PlatformLib/PlatformLib.c +++ b/Platform/ARM/SgiPkg/Library/PlatformLib/PlatformLib.c @@ -20,7 +20,7 @@ STATIC SGI_NT_FW_CONFIG_INFO_PPI mNtFwConfigDtInfoPpi; STATIC ARM_CORE_INFO mCoreInfoTable[] =3D { { // Cluster 0, Core 0 - 0x0, 0x0, + 0x0, }, }; =20 diff --git a/Silicon/ARM/NeoverseN1Soc/Library/PlatformLib/PlatformLib.c b/= Silicon/ARM/NeoverseN1Soc/Library/PlatformLib/PlatformLib.c index c0effd37f333..faf476c18812 100644 --- a/Silicon/ARM/NeoverseN1Soc/Library/PlatformLib/PlatformLib.c +++ b/Silicon/ARM/NeoverseN1Soc/Library/PlatformLib/PlatformLib.c @@ -11,10 +11,10 @@ #include =20 STATIC ARM_CORE_INFO mCoreInfoTable[] =3D { - { 0x0, 0x0 }, // Cluster 0, Core 0 - { 0x0, 0x1 }, // Cluster 0, Core 1 - { 0x1, 0x0 }, // Cluster 1, Core 0 - { 0x1, 0x1 } // Cluster 1, Core 1 + { 0x000 }, // Cluster 0, Core 0 + { 0x001 }, // Cluster 0, Core 1 + { 0x100 }, // Cluster 1, Core 0 + { 0x101 } // Cluster 1, Core 1 }; =20 /** --=20 2.30.2 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#86240): https://edk2.groups.io/g/devel/message/86240 Mute This Topic: https://groups.io/mt/88805633/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Sat May 18 07:31:17 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+86243+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+86243+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=kernel.org ARC-Seal: i=1; a=rsa-sha256; t=1643629556; cv=none; d=zohomail.com; s=zohoarc; b=EGfqgs5ibbi2lqJ5vQevvguOpNz0+QBS6PLKmA6x92iEXsar3QK5npihhl0fkLknNJ2MayPYD4soipGI0E0pR4pJbk8CV2fFkZkj2LAlUBf72JDoRmpu8GgZDCiTOCUcnuwUgNP1UFo03oFwbqeDcmvmhWJat0T/hxMBzCRxVZw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1643629556; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=qjnHntV3f2Ymjv5P0KXSZVrOBH/6qIZak0zq4pEAAVM=; b=DGc4dPmWqkUMdPe/HucJ6mukZu+/ZDurXzwNONh0zIEojc0rl/sVLu+yRxXffTCwm1tciX7txJ1wR71vSKdOUcvIwReQ29elRa3ZW9EF2pznT1e/w7KDm7KB9tZciUeG4C2Id8VDTyk4O76sODypEShP7rKTFo7jZSdWXAsoLVA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+86243+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1643629556818319.4703300777787; Mon, 31 Jan 2022 03:45:56 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id 7poVYY1788612xJXCvu8n0Y6; Mon, 31 Jan 2022 03:45:56 -0800 X-Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by mx.groups.io with SMTP id smtpd.web11.31278.1643629555032103232 for ; Mon, 31 Jan 2022 03:45:55 -0800 X-Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 4B6E1B82AB2; Mon, 31 Jan 2022 11:45:53 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id 84F7FC340EF; Mon, 31 Jan 2022 11:45:49 +0000 (UTC) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: leif@nuviainc.com, rebecca@nuviainc.com, Ard Biesheuvel Subject: [edk2-devel] [PATCH edk2-platforms 2/4] Platform/HiKey: fix for ARM_CORE_INFO struct layout changes Date: Mon, 31 Jan 2022 12:45:39 +0100 Message-Id: <20220131114541.81163-3-ardb@kernel.org> In-Reply-To: <20220131114541.81163-1-ardb@kernel.org> References: <20220131114541.81163-1-ardb@kernel.org> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,ardb@kernel.org X-Gm-Message-State: mWR8hKCFIUysJxEH09Y980oTx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1643629556; bh=uVSRLLeYrlYP8kexarI+xuUeUI/zN/5EPiOnFvL76fA=; h=Cc:Date:From:Reply-To:Subject:To; b=SoDgiXK7qZjyS7sXZlTw9JyF8eyEhcNO/i1c+pzEoeO4VzfcxxY2zVD1QZyU/tnFOqH D80XhLcbsaulzE7Tox8dA4h2STBhnjG5nPNZe7+zv5VkREMLbBvWWs7nc/mh7Nd/y3T/H R+I2eJWUjnZkYzStUoHzKDaOw+X2Hy/R9HY= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1643629559060100021 Content-Type: text/plain; charset="utf-8" Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm --- Platform/Hisilicon/HiKey/Library/HiKeyLib/HiKey.c | 16 ++++++++--= ------ Platform/Hisilicon/HiKey960/Library/HiKey960Lib/HiKey960.c | 16 ++++++++--= ------ 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Platform/Hisilicon/HiKey/Library/HiKeyLib/HiKey.c b/Platform/H= isilicon/HiKey/Library/HiKeyLib/HiKey.c index 801d63398524..c0c8b5b9035a 100644 --- a/Platform/Hisilicon/HiKey/Library/HiKeyLib/HiKey.c +++ b/Platform/Hisilicon/HiKey/Library/HiKeyLib/HiKey.c @@ -18,56 +18,56 @@ ARM_CORE_INFO mHiKeyInfoTable[] =3D { { // Cluster 0, Core 0 - 0x0, 0x0, + 0x000, =20 // MP Core MailBox Set/Get/Clear Addresses and Clear Value (UINT64)0xFFFFFFFF }, { // Cluster 0, Core 1 - 0x0, 0x1, + 0x001, =20 // MP Core MailBox Set/Get/Clear Addresses and Clear Value (UINT64)0xFFFFFFFF }, { // Cluster 0, Core 2 - 0x0, 0x2, + 0x002, =20 // MP Core MailBox Set/Get/Clear Addresses and Clear Value (UINT64)0xFFFFFFFF }, { // Cluster 0, Core 3 - 0x0, 0x3, + 0x003, =20 // MP Core MailBox Set/Get/Clear Addresses and Clear Value (UINT64)0xFFFFFFFF }, { // Cluster 1, Core 0 - 0x1, 0x0, + 0x100, =20 // MP Core MailBox Set/Get/Clear Addresses and Clear Value (UINT64)0xFFFFFFFF }, { // Cluster 1, Core 1 - 0x1, 0x1, + 0x101, =20 // MP Core MailBox Set/Get/Clear Addresses and Clear Value (UINT64)0xFFFFFFFF }, { // Cluster 1, Core 2 - 0x1, 0x2, + 0x102, =20 // MP Core MailBox Set/Get/Clear Addresses and Clear Value (UINT64)0xFFFFFFFF }, { // Cluster 1, Core 3 - 0x1, 0x3, + 0x103, =20 // MP Core MailBox Set/Get/Clear Addresses and Clear Value (UINT64)0xFFFFFFFF diff --git a/Platform/Hisilicon/HiKey960/Library/HiKey960Lib/HiKey960.c b/P= latform/Hisilicon/HiKey960/Library/HiKey960Lib/HiKey960.c index 89cca920ad8d..b5f06fa0f7b1 100644 --- a/Platform/Hisilicon/HiKey960/Library/HiKey960Lib/HiKey960.c +++ b/Platform/Hisilicon/HiKey960/Library/HiKey960Lib/HiKey960.c @@ -16,56 +16,56 @@ ARM_CORE_INFO mHiKey960InfoTable[] =3D { { // Cluster 0, Core 0 - 0x0, 0x0, + 0x000, =20 // MP Core MailBox Set/Get/Clear Addresses and Clear Value (UINT64)0xFFFFFFFF }, { // Cluster 0, Core 1 - 0x0, 0x1, + 0x001, =20 // MP Core MailBox Set/Get/Clear Addresses and Clear Value (UINT64)0xFFFFFFFF }, { // Cluster 0, Core 2 - 0x0, 0x2, + 0x002, =20 // MP Core MailBox Set/Get/Clear Addresses and Clear Value (UINT64)0xFFFFFFFF }, { // Cluster 0, Core 3 - 0x0, 0x3, + 0x003, =20 // MP Core MailBox Set/Get/Clear Addresses and Clear Value (UINT64)0xFFFFFFFF }, { // Cluster 1, Core 0 - 0x1, 0x0, + 0x100, =20 // MP Core MailBox Set/Get/Clear Addresses and Clear Value (UINT64)0xFFFFFFFF }, { // Cluster 1, Core 1 - 0x1, 0x1, + 0x101, =20 // MP Core MailBox Set/Get/Clear Addresses and Clear Value (UINT64)0xFFFFFFFF }, { // Cluster 1, Core 2 - 0x1, 0x2, + 0x102, =20 // MP Core MailBox Set/Get/Clear Addresses and Clear Value (UINT64)0xFFFFFFFF }, { // Cluster 1, Core 3 - 0x1, 0x3, + 0x103, =20 // MP Core MailBox Set/Get/Clear Addresses and Clear Value (UINT64)0xFFFFFFFF --=20 2.30.2 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#86243): https://edk2.groups.io/g/devel/message/86243 Mute This Topic: https://groups.io/mt/88805636/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Sat May 18 07:31:17 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+86242+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+86242+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=kernel.org ARC-Seal: i=1; a=rsa-sha256; t=1643629555; cv=none; d=zohomail.com; s=zohoarc; b=h+DBItZuLyrkF2i21e1UDHvEYr45puV255vx8CD/+LHYjL93qXEuJbd/uMPAQjy/GOGyHzhskWqcvRBFk7pvr/XEC2iAbIaY11eJo3J8cp2XnG7iozGgsFdXqMrO+Q6vT2RIXD7td5kzJG2KXEW+boClQ5NxZo0vjms9/TWiRdU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1643629555; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=gTh3CjZXfzt/gfqlez0atKPwhqASoXtszyJYrEgchkM=; b=X/qOdaHaq7MYj17/vdw6PXW9IiKJTF2sCb2thb3TPi87i44z6HENJLsZrjkPr7QqwjHp026Z3YnfRP6FFvwZbyAbm6FoSPMHcIkbEs8rCM1DABZeAGY3fEMaHB3+2h+O6XgTaqCyUgYX6L/7PVjOV/jjustXBhJ6bJQ1c/LRl1s= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+86242+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1643629555980762.8808909586336; Mon, 31 Jan 2022 03:45:55 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id YIhXYY1788612xUfd2RAWZDT; Mon, 31 Jan 2022 03:45:55 -0800 X-Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web10.31289.1643629554694983108 for ; Mon, 31 Jan 2022 03:45:54 -0800 X-Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 178706148C; Mon, 31 Jan 2022 11:45:54 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id E9A5EC340F1; Mon, 31 Jan 2022 11:45:50 +0000 (UTC) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: leif@nuviainc.com, rebecca@nuviainc.com, Ard Biesheuvel Subject: [edk2-devel] [PATCH edk2-platforms 3/4] Platform/NXP: fix for ARM_CORE_INFO struct layout changes Date: Mon, 31 Jan 2022 12:45:40 +0100 Message-Id: <20220131114541.81163-4-ardb@kernel.org> In-Reply-To: <20220131114541.81163-1-ardb@kernel.org> References: <20220131114541.81163-1-ardb@kernel.org> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,ardb@kernel.org X-Gm-Message-State: XxTZgjZw0ojKUypoV41oGhtax1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1643629555; bh=bFn2dFe8a/eMSrh7B/93wX44oIXyyDs1Kqb5DPY+SC8=; h=Cc:Date:From:Reply-To:Subject:To; b=eC4Y8CC0IKescp+RqeJVCSFZfJkoy/YxutOuKhdBwzgBpgL17smyd28LwyZABUfexK0 y3l6dYPUnVfpVfe814m8D8vCjLafuHEPGXptST7IOqTV9vDZy3/4w6bUv1iO8xOmHcCew eqhI7dYgzcpmgsa/aRESvqO4MnCwhyBMr3c= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1643629556970100015 Content-Type: text/plain; charset="utf-8" Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm --- Platform/NXP/LS1043aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c | 2 +- Platform/NXP/LS1046aFrwyPkg/Library/ArmPlatformLib/ArmPlatformLib.c | 2 +- Platform/NXP/LX2160aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Platform/NXP/LS1043aRdbPkg/Library/ArmPlatformLib/ArmPlatformL= ib.c b/Platform/NXP/LS1043aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c index dc81e7ba3101..ab66d665575a 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[] =3D { { // Cluster 0, Core 0 - 0x0, 0x0, + 0x000, =20 // MP Core MailBox Set/Get/Clear Addresses and Clear Value (EFI_PHYSICAL_ADDRESS)0, diff --git a/Platform/NXP/LS1046aFrwyPkg/Library/ArmPlatformLib/ArmPlatform= Lib.c b/Platform/NXP/LS1046aFrwyPkg/Library/ArmPlatformLib/ArmPlatformLib.c index ef404991add8..371e35510a75 100644 --- a/Platform/NXP/LS1046aFrwyPkg/Library/ArmPlatformLib/ArmPlatformLib.c +++ b/Platform/NXP/LS1046aFrwyPkg/Library/ArmPlatformLib/ArmPlatformLib.c @@ -23,7 +23,7 @@ ARM_CORE_INFO mLS1046aMpCoreInfoTable[] =3D { { // Cluster 0, Core 0 - 0x0, 0x0, + 0x000, =20 // MP Core MailBox Set/Get/Clear Addresses and Clear Value (EFI_PHYSICAL_ADDRESS)0, diff --git a/Platform/NXP/LX2160aRdbPkg/Library/ArmPlatformLib/ArmPlatformL= ib.c b/Platform/NXP/LX2160aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c index f3f1e5b3f220..19c70e470e61 100644 --- a/Platform/NXP/LX2160aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c +++ b/Platform/NXP/LX2160aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c @@ -16,7 +16,7 @@ ARM_CORE_INFO mLX2160aMpCoreInfoTable[] =3D { { // Cluster 0, Core 0 - 0x0, 0x0, + 0x000, =20 // MP Core MailBox Set/Get/Clear Addresses and Clear Value (EFI_PHYSICAL_ADDRESS)0, --=20 2.30.2 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#86242): https://edk2.groups.io/g/devel/message/86242 Mute This Topic: https://groups.io/mt/88805635/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Sat May 18 07:31:17 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+86244+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+86244+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=kernel.org ARC-Seal: i=1; a=rsa-sha256; t=1643629557; cv=none; d=zohomail.com; s=zohoarc; b=MnelHzx7pwhl84Px3J9jCQgnsMpJBrUEgaTMgp+76jj0ZYjuxzoC9haEawIsPLP54SMTixGdqPjXugNcSdw0D69U6MBBoJcPKXwuCegTyluJoNNKwZLU0i0/ZNdCauoej3CwtbMjz3hgKh85n1jRnZ83M0S1HDhvAtzU3B44A5A= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1643629557; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=Rn1+PjwHB7ypuJqC8DADI4x8CSBJ2w70FRTd1R04P8M=; b=MdCe1l15ntJgGgTdeSA9MieYdG/eh0Or5uwOqJjAucI+8Pu+eoWPiI60TVYjmMwBKyrDoT3sJMKJ8JoZUjfsMpGze2B8x9a1xiFQBxohUALa+ORTi2azY3hLQ6BTJSN89wi2KSohkyzycfMXW4j6TjXVupbJC64OGr0Wphblfn4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+86244+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1643629557556544.3221163960123; Mon, 31 Jan 2022 03:45:57 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id 4X10YY1788612xo60iFmK3AN; Mon, 31 Jan 2022 03:45:56 -0800 X-Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by mx.groups.io with SMTP id smtpd.web11.31279.1643629555865355032 for ; Mon, 31 Jan 2022 03:45:56 -0800 X-Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 7A958B82A99; Mon, 31 Jan 2022 11:45:54 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5A44DC340F2; Mon, 31 Jan 2022 11:45:52 +0000 (UTC) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: leif@nuviainc.com, rebecca@nuviainc.com, Ard Biesheuvel Subject: [edk2-devel] [PATCH edk2-platforms 4/4] Platform/RaspberryPi: fix for ARM_CORE_INFO struct layout changes Date: Mon, 31 Jan 2022 12:45:41 +0100 Message-Id: <20220131114541.81163-5-ardb@kernel.org> In-Reply-To: <20220131114541.81163-1-ardb@kernel.org> References: <20220131114541.81163-1-ardb@kernel.org> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,ardb@kernel.org X-Gm-Message-State: ZYmW9UlVxLgaI1Kh0QaxszQyx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1643629556; bh=/+qsSkmpOllXhfnruJGaPsorWp39ai6HRSp+pnZTDn0=; h=Cc:Date:From:Reply-To:Subject:To; b=Ot7ZybucDBQzcWQ7VyyAOyeZpJWLtrmAAJYRwm+7RBf732pxUfanU5CcMqvie3pwPiM 4+XZhWV64nnilr4/99IHKk1E8t2/UfZ4Car5wnVvcSbFRZMm7yhfdNnIoix09ctndgLuj qBi9IdrfvzLSMWTNb0Jhl6X6THtecE6u46Y= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1643629559232100023 Content-Type: text/plain; charset="utf-8" Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm --- Platform/RaspberryPi/Library/PlatformLib/RaspberryPi.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Platform/RaspberryPi/Library/PlatformLib/RaspberryPi.c b/Platf= orm/RaspberryPi/Library/PlatformLib/RaspberryPi.c index f032f3c79238..422ad491f41f 100644 --- a/Platform/RaspberryPi/Library/PlatformLib/RaspberryPi.c +++ b/Platform/RaspberryPi/Library/PlatformLib/RaspberryPi.c @@ -51,10 +51,10 @@ ArmPlatformInitializeSystemMemory ( } =20 STATIC ARM_CORE_INFO mRpi3InfoTable[] =3D { - { 0x0, 0x0, }, // Cluster 0, Core 0 - { 0x0, 0x1, }, // Cluster 0, Core 1 - { 0x0, 0x2, }, // Cluster 0, Core 2 - { 0x0, 0x3, }, // Cluster 0, Core 3 + { 0x0, }, // Cluster 0, Core 0 + { 0x1, }, // Cluster 0, Core 1 + { 0x2, }, // Cluster 0, Core 2 + { 0x3, }, // Cluster 0, Core 3 }; =20 STATIC --=20 2.30.2 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#86244): https://edk2.groups.io/g/devel/message/86244 Mute This Topic: https://groups.io/mt/88805637/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-