From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by mx.groups.io with SMTP id smtpd.web11.12288.1676458396847716222 for ; Wed, 15 Feb 2023 02:53:16 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@quicinc.com header.s=qcppdkim1 header.b=HUhkwZlN; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: quicinc.com, ip: 205.220.168.131, mailfrom: quic_llindhol@quicinc.com) Received: from pps.filterd (m0279864.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 31F3FGRC009759; Wed, 15 Feb 2023 10:53:11 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=qcppdkim1; bh=+E90lIZ8VzGzg013373MPitPuj11E3oR1MPUPYrkCU8=; b=HUhkwZlNe9JefbSyjrAR2/I4TewdxC+h0M7PFG3XGHQmW+GvWBrspwWlUDc6TJzgkBgg ErAr1Ba5PA1kl5DLNL7NHNcLr70RBjLO+Qxgq+ASbFMzAvIdFwnAlRq0zI9JJbVv8sF2 tszfqxalBTT8owxT/ikpF7PcVLYC2wOUF3NK/0809wcNBL2a9ZQOpB2SdsIQhY4kv0Yb QDw/6KHoXMAWzsmOJjeGPJayb2xckO5Z4HjaH4j8R2pLx/408ZWy0dsmdRa0oCeca57c N9gGsvD0GIyoIOEeuky546clTWTUSawYKttc4t/6aYAU8DGxd0W2qGJA6t9h9mUTh13Y QA== Received: from nasanppmta05.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3nrprs13rr-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 15 Feb 2023 10:53:11 +0000 Received: from nasanex01c.na.qualcomm.com (nasanex01c.na.qualcomm.com [10.45.79.139]) by NASANPPMTA05.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 31FArAER004609 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 15 Feb 2023 10:53:10 GMT 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.986.36; Wed, 15 Feb 2023 02:53:09 -0800 Date: Wed, 15 Feb 2023 10:53:05 +0000 From: "Leif Lindholm" To: Ard Biesheuvel CC: , Sami Mujawar , Rebecca Cran Subject: Re: [PATCH edk2-platforms 0/2] Couple of ARM cleanups Message-ID: References: <20230213111339.2239876-1-ardb@kernel.org> MIME-Version: 1.0 In-Reply-To: <20230213111339.2239876-1-ardb@kernel.org> X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nasanex01c.na.qualcomm.com (10.45.79.139) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: 3J5_TLL8F9bCvnE6aIw_HFp_rhoJ_jp2 X-Proofpoint-ORIG-GUID: 3J5_TLL8F9bCvnE6aIw_HFp_rhoJ_jp2 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.170.22 definitions=2023-02-15_06,2023-02-15_01,2023-02-09_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 mlxlogscore=314 clxscore=1011 priorityscore=1501 bulkscore=0 malwarescore=0 mlxscore=0 suspectscore=0 impostorscore=0 phishscore=0 adultscore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2212070000 definitions=main-2302150099 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Mon, Feb 13, 2023 at 12:13:37 +0100, Ard Biesheuvel wrote: > A pair of cleanups regarding the use of code that I will propose to > remove from the core EDK2 in an upcoming series. > > Cc: Leif Lindholm > Cc: Sami Mujawar > Cc: Rebecca Cran For series: Reviewed-by: Leif Lindholm > Ard Biesheuvel (2): > Platform/BeagleBoard: Drop PeCoff protocol > Silicon/Marvell: Drop use of NONSECURE ARM memory region type > > Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc | 6 +-- > Platform/BeagleBoard/BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf | 39 -------------------- > Silicon/Marvell/Armada7k8k/Library/Armada7k8kLib/Armada7k8kLibMem.c | 2 +- > 3 files changed, 3 insertions(+), 44 deletions(-) > delete mode 100644 Platform/BeagleBoard/BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf > > -- > 2.39.1 >