From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by mx.groups.io with SMTP id smtpd.web08.30845.1643629552181160395 for ; Mon, 31 Jan 2022 03:45:52 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@kernel.org header.s=k20201202 header.b=HynSWLA+; spf=pass (domain: kernel.org, ip: 145.40.68.75, mailfrom: ardb@kernel.org) 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 22E38B82A9D; Mon, 31 Jan 2022 11:45:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id ABAC4C340E8; Mon, 31 Jan 2022 11:45:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1643629547; bh=HafevC2W/q5bfaeIHW6iikSYod3rY/DjIsu09SOp8rw=; h=From:To:Cc:Subject:Date:From; b=HynSWLA+cwhpfwkUqEiEElpRZYEJQQ1k0cE7XYevWAQFjc91b4rqn4U90NH9gIjkJ 6IPykSZcON4LFs0jdDBwm7LoFENEpF1Qf3m2W2K7fWilgFqHl825RQlUz8Vjp5hKT4 68ZkudiBdXCGh23rAEKY0d8desdZfy+Kzbl0blxWVJ6sfwGG9JATxXPh3C4K88DLNI v1fO3iJBJqtNrCFqj+FgMefdreJjqLpu7/X987QZo2uEpq08OecP21VosB0ApEl9FY DGbogPqhZmpow7pUOh49Txb2xxuKtonKaC4PzqdJ2sfiNmZ8Em0u7eSEiHK8t9YxB/ 1amnGS+yLcw4A== From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: leif@nuviainc.com, rebecca@nuviainc.com, Ard Biesheuvel Subject: [PATCH edk2-platforms 0/4] More ARM_CORE_INFO fixes Date: Mon, 31 Jan 2022 12:45:37 +0100 Message-Id: <20220131114541.81163-1-ardb@kernel.org> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Some fixes related to the struct typedef change of ARM_CORE_INFO that were missed the first time around. Ard Biesheuvel (4): Platform/ARM: fix for ARM_CORE_INFO struct layout changes Platform/HiKey: fix for ARM_CORE_INFO struct layout changes Platform/NXP: fix for ARM_CORE_INFO struct layout changes Platform/RaspberryPi: fix for ARM_CORE_INFO struct layout changes Platform/ARM/Morello/Library/PlatformLib/PlatformLib.c | 8= ++++---- Platform/ARM/SgiPkg/Library/PlatformLib/PlatformLib.c | 2= +- Platform/Hisilicon/HiKey/Library/HiKeyLib/HiKey.c | 16= ++++++++-------- Platform/Hisilicon/HiKey960/Library/HiKey960Lib/HiKey960.c | 16= ++++++++-------- Platform/NXP/LS1043aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c | 2= +- Platform/NXP/LS1046aFrwyPkg/Library/ArmPlatformLib/ArmPlatformLib.c | 2= +- Platform/NXP/LX2160aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c | 2= +- Platform/RaspberryPi/Library/PlatformLib/RaspberryPi.c | 8= ++++---- Silicon/ARM/NeoverseN1Soc/Library/PlatformLib/PlatformLib.c | 8= ++++---- 9 files changed, 32 insertions(+), 32 deletions(-) --=20 2.30.2