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 BBA7994166B for ; Wed, 31 Jul 2024 11:03:19 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=LBr83Llj0F5ZJljE+2+1ndk5cIgeeKYeMEqLedeUpwA=; c=relaxed/simple; d=groups.io; h=Date:From:To:CC:Subject:Message-ID:References:MIME-Version:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Disposition; s=20240206; t=1722423799; v=1; b=L0eLnsqj4bC+312h4d4D+2zoRqRr+sLEiBsiPBm/4uYGluhYc/4LyNL0s7ZjlbLplKb1+HtS cEc7rUM19CQPsFAI/+sSi0HwSWhH9yAamL8dNonwPWm92VtQx6gHHi98GaD75w9JkMY/sjRXGjm NAIgN6MRdJ0l8wgvRAoIDQmXqFCuhpYi2xKV2kym/z/mGpB74F3cy/E/ndy/gATLAzAYP7poX26 pdh554QDEtxSuUH+mftRM6LY97wMFbPU93qTYPG3OkoAxNmMxDRmnWlcokWdt3inYiUnQ5v9SFS LgNKgbR4sUogy5BxrjYHG7+VsdvWUPsl3BaLhrUaxQEWQ== X-Received: by 127.0.0.2 with SMTP id hM6XYY7687511xxLUgZCtXs0; Wed, 31 Jul 2024 04:03:18 -0700 X-Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by mx.groups.io with SMTP id smtpd.web11.40438.1722423797632093429 for ; Wed, 31 Jul 2024 04:03:17 -0700 X-Received: from pps.filterd (m0279867.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 46VAo4pq022455; Wed, 31 Jul 2024 11:03:17 GMT X-Received: from nasanppmta05.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 40qkv0r1kh-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 31 Jul 2024 11:03:17 +0000 (GMT) X-Received: from nasanex01c.na.qualcomm.com (nasanex01c.na.qualcomm.com [10.45.79.139]) by NASANPPMTA05.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 46VB3GDc025770 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 31 Jul 2024 11:03:16 GMT X-Received: from qc-i7.hemma.eciton.net (10.80.80.8) by nasanex01c.na.qualcomm.com (10.45.79.139) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Wed, 31 Jul 2024 04:03:15 -0700 Date: Wed, 31 Jul 2024 12:03:12 +0100 From: "Leif Lindholm" To: Ard Biesheuvel CC: Subject: Re: [edk2-devel] [PATCH edk2-platforms 1/1] Platform/Beagle/PrePi: Fix build after ArmLib refactor Message-ID: References: <20240731105940.6551-1-ardb@kernel.org> MIME-Version: 1.0 In-Reply-To: <20240731105940.6551-1-ardb@kernel.org> X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nasanex01c.na.qualcomm.com (10.45.79.139) X-QCInternal: smtphost X-Proofpoint-ORIG-GUID: ap_R6b0Pe5JNA72IkqiOSYAh-BbeWwJ7 X-Proofpoint-GUID: ap_R6b0Pe5JNA72IkqiOSYAh-BbeWwJ7 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 04:03:17 -0700 Resent-From: quic_llindhol@quicinc.com Reply-To: devel@edk2.groups.io,quic_llindhol@quicinc.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: cntDqn0rOKtlfwrXsaHFjVjlx7686176AA= Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=L0eLnsqj; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=quicinc.com (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 On Wed, Jul 31, 2024 at 12:59:40 +0200, Ard Biesheuvel wrote: > The Chipset/ sub-directories no longer exist and the code has been moved > into MdePkg. Update the includes accordingly. > > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm Thanks! > --- > 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 @@ > > #include > > -#include > +#include > +#include > > ASM_FUNC(_ModuleEntryPoint) > // Do early platform specific actions > -- > 2.46.0.rc1.232.g9752f9e123-goog > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120147): https://edk2.groups.io/g/devel/message/120147 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] -=-=-=-=-=-=-=-=-=-=-=-