From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 99C4BD8110E for ; Fri, 9 Feb 2024 09:34:35 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=7tZT+VV9Ax9THqkboA2aIRqLxGsJpeoB2LMxgfzuYYk=; 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:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1707471274; v=1; b=fDoeVGt+b15acHmeAo0PQncL242zfeF2cwa47ZC5UdEJdtrbua7O0Vt8hbX4mlmFnLqCQ5BJ J/MPReB9zB9ZMhOQV8nG+mZ+1oQ+WGHKKmOoMP3ZCsVuo2LIit7g2LRPJemfIlXgN0MEphy+MVc oxwPJTaAJn10aojCJCxM6cPQ= X-Received: by 127.0.0.2 with SMTP id V72JYY7687511x2bqWouoEKz; Fri, 09 Feb 2024 01:34:34 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.11]) by mx.groups.io with SMTP id smtpd.web10.8006.1707471273358422263 for ; Fri, 09 Feb 2024 01:34:33 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10978"; a="12044557" X-IronPort-AV: E=Sophos;i="6.05,256,1701158400"; d="scan'208";a="12044557" X-Received: from fmviesa008.fm.intel.com ([10.60.135.148]) by fmvoesa105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Feb 2024 01:34:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.05,256,1701158400"; d="scan'208";a="2116805" X-Received: from gguo-desk.gar.corp.intel.com ([10.225.76.26]) by fmviesa008.fm.intel.com with ESMTP; 09 Feb 2024 01:34:31 -0800 From: "Guo, Gua" To: devel@edk2.groups.io Cc: gua.guo@intel.com, Chasel Chiu , Guo Dong , Sean Rhodes , James Lu Subject: [edk2-devel] [PATCH v1] UefiPayloadPkg/Gop: Clean up unused protocol and Guid Date: Fri, 9 Feb 2024 17:34:26 +0800 Message-Id: <20240209093426.756-1-gua.guo@intel.com> 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 Reply-To: devel@edk2.groups.io,gua.guo@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: yhsNA4pINHLnisVQLnCSKtTox7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=fDoeVGt+; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none) From: Gua Guo Below Guid is redundant code on UefiPayloadPkg.dec 1. gBmpImageGuid 2. gPlatformGOPPolicyGuid Cc: Chasel Chiu Cc: Guo Dong Cc: Sean Rhodes Cc: James Lu Cc: Gua Guo Signed-off-by: Gua Guo --- UefiPayloadPkg/UefiPayloadPkg.dec | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/UefiPayloadPkg/UefiPayloadPkg.dec b/UefiPayloadPkg/UefiPayload= Pkg.dec index 2f1fd82487..23dcdf9a0c 100644 --- a/UefiPayloadPkg/UefiPayloadPkg.dec +++ b/UefiPayloadPkg/UefiPayloadPkg.dec @@ -27,11 +27,6 @@ ## Include/Guid/UniversalPayloadBase.h=0D gUniversalPayloadBaseGuid =3D { 0x03d4c61d, 0x2713, 0x4ec5, {0xa1, 0xcc,= 0x88, 0x3b, 0xe9, 0xdc, 0x18, 0xe5 } }=0D =0D - #=0D - # Gop Temp=0D - #=0D - gBmpImageGuid =3D { 0x878AC2CC, 0x5343, 0x46F2= , { 0xB5, 0x63, 0x51, 0xF8, 0x9D, 0xAF, 0x56, 0xBA } }=0D -=0D gEdkiiDebugPrintErrorLevelGuid =3D { 0xad82f436, 0x75c5, 0x4aa9, { 0x92,= 0x93, 0xc5, 0x55, 0x0a, 0x7f, 0xf9, 0x71 }}=0D gUefiAcpiBoardInfoGuid =3D {0xad3d31b, 0xb3d8, 0x4506, {0xae, 0x71, 0x= 2e, 0xf1, 0x10, 0x6, 0xd9, 0xf}}=0D gUefiSerialPortInfoGuid =3D { 0x6c6872fe, 0x56a9, 0x4403, { 0xbb, 0x98,= 0x95, 0x8d, 0x62, 0xde, 0x87, 0xf1 } }=0D @@ -47,12 +42,6 @@ [Ppis]=0D gEfiPayLoadHobBasePpiGuid =3D { 0xdbe23aa1, 0xa342, 0x4b97, {0x85, 0xb6,= 0xb2, 0x26, 0xf1, 0x61, 0x73, 0x89} }=0D =0D -[Protocols]=0D - #=0D - # Gop Temp=0D - #=0D - gPlatformGOPPolicyGuid =3D { 0xec2e931b, 0x3281, 0x48a5= , { 0x81, 0x07, 0xdf, 0x8a, 0x8b, 0xed, 0x3c, 0x5d } }=0D -=0D ##########################################################################= ######=0D #=0D # PCD Declarations section - list of all PCDs Declared by this Package=0D --=20 2.39.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115291): https://edk2.groups.io/g/devel/message/115291 Mute This Topic: https://groups.io/mt/104256147/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-