From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id E29C87803CD for ; Wed, 31 Jul 2024 10:59:49 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Hb3YTHpJq75VA9hU4z7XcnIWm6+yBOBnBJ4bSI97l/s=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1722423589; v=1; b=E6n9EKrn5QrYwMADTgvb5434mi6jPF0uDCbfoURo9iVCQxHs38WO5TDTT0RBvKhtTKdYKK54 HVEfO548MbXF1eFPtjdjJ/rMju+6FDqDv4DkI3Mhic8TyrGHvf3sIcRXJVFuMRv8H1Y48LteiPK YAT5ToLR4qg+Yc0q2jcVszWmGsPwIZNuVDBL7c89kBxOmAa3jvOIQ9CBANUoS35HHw15zOUozOa rev//7/PiEis16qEu/jlA7dBckLb3OS7P59nWbI9yE2f4jRjY/WjoNW0F4xnz7vAfW/PyKExjA5 om7OJLaMV7AdhIluENUQrGqdpxR/560bV3NxTcEcvl2rg== X-Received: by 127.0.0.2 with SMTP id kar6YY7687511x5gdRfBeqtR; Wed, 31 Jul 2024 03:59:48 -0700 X-Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web11.40365.1722423587998563031 for ; Wed, 31 Jul 2024 03:59:48 -0700 X-Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 543CD62338; Wed, 31 Jul 2024 10:59:47 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id B6A5DC116B1; Wed, 31 Jul 2024 10:59:45 +0000 (UTC) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: quic_llindhol@quicinc.com, Ard Biesheuvel Subject: [edk2-devel] [PATCH edk2-platforms 1/1] Platform/Beagle/PrePi: Fix build after ArmLib refactor Date: Wed, 31 Jul 2024 12:59:40 +0200 Message-Id: <20240731105940.6551-1-ardb@kernel.org> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Wed, 31 Jul 2024 03:59:48 -0700 Resent-From: ardb@kernel.org Reply-To: devel@edk2.groups.io,ardb@kernel.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: KXFzFbVL3ri8oEOI422U9h5Jx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=E6n9EKrn; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=kernel.org (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io The Chipset/ sub-directories no longer exist and the code has been moved into MdePkg. Update the includes accordingly. Signed-off-by: Ard Biesheuvel --- Platform/BeagleBoard/BeagleBoardPkg/PrePi/Arm/ModuleEntryPoint.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Platform/BeagleBoard/BeagleBoardPkg/PrePi/Arm/ModuleEntryPoint= .S b/Platform/BeagleBoard/BeagleBoardPkg/PrePi/Arm/ModuleEntryPoint.S index 46c1498b969f..505ee0a5ce07 100644 --- a/Platform/BeagleBoard/BeagleBoardPkg/PrePi/Arm/ModuleEntryPoint.S +++ b/Platform/BeagleBoard/BeagleBoardPkg/PrePi/Arm/ModuleEntryPoint.S @@ -7,7 +7,8 @@ =0D #include =0D =0D -#include =0D +#include =0D +#include =0D =0D ASM_FUNC(_ModuleEntryPoint)=0D // Do early platform specific actions=0D --=20 2.46.0.rc1.232.g9752f9e123-goog -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120146): https://edk2.groups.io/g/devel/message/120146 Mute This Topic: https://groups.io/mt/107643974/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-