From nobody Fri May 3 15:59:22 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+41458+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+41458+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1559029310; cv=none; d=zoho.com; s=zohoarc; b=bJp4NkHN59bCGmcoCh1BG4KRaKeebp90YsTeEDcipYT//Dv1ktSDehyBBgqQslH5LwNyzS7XZ2jYObrE+CBZ+lmEt1i/pmOmgw8FE/4T5biNkN1CkWt18T65a3+VbFU1XwH3dYOmJAbbV1s7KLpi92qsr1b6UeojvNu0EPWagCE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1559029310; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=DKZWVn7O+zBkaKY9wsTMf4rwb8LLWgUTUWhQw1KWd8U=; b=FLbs/6vUt+zKoBql36pvLcRGe2tp6d465DatYJCoFPio+PeddRKB/sBcdjFHJtsiJSBQ7xrluIWsWSnk4rsj+Xc61RUe87XMvp04Bps4c3MmdE9Ek4SMiV6dy43i5ySmBiKXwj/ZJ2HXow5Lrn2xgqeJKd5FZdjjfAlnSAlqdiY= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+41458+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1559029310261577.7752489627225; Tue, 28 May 2019 00:41:50 -0700 (PDT) Return-Path: X-Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by groups.io with SMTP; Tue, 28 May 2019 00:41:49 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 May 2019 00:41:49 -0700 X-ExtLoop1: 1 X-Received: from lgao4-mobl1.ccr.corp.intel.com ([10.239.198.115]) by orsmga005.jf.intel.com with ESMTP; 28 May 2019 00:41:47 -0700 From: "Liming Gao" To: devel@edk2.groups.io Cc: Ard Biesheuvel Subject: [edk2-devel] [edk2-platform patch v2] Platform: Update DeveloperBox.dsc to remove unnecessary Network libraries Date: Tue, 28 May 2019 15:41:41 +0800 Message-Id: <20190528074141.18844-1-liming.gao@intel.com> Precedence: Bulk List-Unsubscribe: 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,liming.gao@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1559029309; bh=JgE3WHsc0/CbQG5idp3jycMARFt67Ngylorg7fOTpLo=; h=Cc:Date:From:Reply-To:Subject:To; b=UISbRS3sDoG/tislGdAMRZZxlSPE/qUbggGA6qwIUtXcoC6Cxw5pcBtayFw2no0Isbg hiKRIrWbRrXYktVGpI19Vuo7WwMKgimFu4ueL2By5DMwUE4oXIbCY9AdsZUpC4u8TL0/1 abwZKuPWouC3IUrz5FhMCQYVdSlY1C0cAt0= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Liming Gao Cc: Ard Biesheuvel Reviewed-by: Ard Biesheuvel --- Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 5 ----- Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc | 9 --------- 2 files changed, 14 deletions(-) diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc b/Platform/So= cionext/DeveloperBox/DeveloperBox.dsc index e100700f6e..97fb8c410c 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc @@ -22,11 +22,6 @@ FLASH_DEFINITION =3D Platform/Socionext/DeveloperBox/Devel= operBox.fdf BUILD_NUMBER =3D 1 =20 - # - # Network definition - # - DEFINE NETWORK_TLS_ENABLE =3D FALSE - DEFINE DEBUG_ON_UART1 =3D FALSE DEFINE SECURE_BOOT_ENABLE =3D FALSE DEFINE X64EMU_ENABLE =3D FALSE diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc b/Platfor= m/Socionext/DeveloperBox/DeveloperBox.dsc.inc index fdb25f4566..a10e48ca07 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc @@ -40,12 +40,6 @@ =20 BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf =20 - # Networking Requirements - NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf - DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf - UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf - IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf - # ARM Architectural Libraries CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMainte= nanceLib.inf DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/Def= aultExceptionHandlerLib.inf @@ -104,9 +98,6 @@ SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortL= ib.inf PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf =20 - HttpLib|MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf - TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf - NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf =20 --=20 2.13.0.windows.1 -=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 (#41458): https://edk2.groups.io/g/devel/message/41458 Mute This Topic: https://groups.io/mt/31819423/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-