From nobody Sat Feb 7 06:14:41 2026 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 --- 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-