From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by mx.groups.io with SMTP id smtpd.web11.88932.1684159168222977156 for ; Mon, 15 May 2023 06:59:28 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bsdio.com header.s=fm2 header.b=PZMwpXM0; spf=pass (domain: bsdio.com, ip: 64.147.123.20, mailfrom: rebecca@bsdio.com) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.west.internal (Postfix) with ESMTP id 0A53C32000F9; Mon, 15 May 2023 09:59:26 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Mon, 15 May 2023 09:59:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdio.com; h=cc :cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:message-id:mime-version:reply-to:sender:subject :subject:to:to; s=fm2; t=1684159166; x=1684245566; bh=AqzLiz4RSU jANaNdTJNLi2zELYwrg1277fOjsbJO20g=; b=PZMwpXM0DZbN6luE0kn9EfCisD tt2BmcWufGClo73VUmo51m086lMfiqr+yyDSoy86OowkrOgovz9wWMEjFBzNCnp1 vI4kQoSPGxHBtfdC2AGth3Fue2GBVWIUn+fhilz1QbMJpN8yE5mXBN9zTHrVBZv5 6HF4q9bglmgSReB2VaEIATCci9z1ke4F8Be9hzcQVf8BfVN+0kq/sRWXdHLdmQEK fx4sMZeCEcZbqbIsY1OL+U+KEtR/D9lJexkrmpv724z4+pxHs3u4Y2gv3bDHr99A 2dH4+xN3Ke80+Vv4mPK4tKckfyDR5Jx097RnGO3m8rWHAwK00hDj7me1Q+Ug== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:message-id:mime-version:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; t=1684159166; x=1684245566; bh=AqzLiz4RSUjAN aNdTJNLi2zELYwrg1277fOjsbJO20g=; b=Ow6wkOH5q2ImhaigUf2w5M9PJJshq EVmDNYny9V0IY7oXoDITwHHIpz6xgdz1NWXtv0mHwAMcEFWCmsbj0pD60acJ0Lkq XPsKAiV5YG0wTm2AU4N+t3CzRwyAIM1omsmPZm3IdK+eVOk1dSiSJmD7+6wnnIA4 qcA3DNe1OzXOgo8SM15yNrVC/BJ7Ce93Utc5KcCe60fwU33gOu5X+jful7tTQkKW BFjd3jwcRSwj0pw2P0i62DvUtd7WeX86UzTMuMR9wuJdHWfI5iYbLt8qU5FNKoQH AM+x88Xs7ENw0G6WiPAOuPgbgm67TM3EGbTPWpvOO6e2rK4Gb3uvrq3YA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrfeehjedgjeduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffkofgggfestdekredtredttdenucfhrhhomheptfgvsggvtggt rgcuvehrrghnuceorhgvsggvtggtrgessghsughiohdrtghomheqnecuggftrfgrthhtvg hrnhepuedvkedtleekueekgfejjeettefftdduiefffeehveefgfevueelgffhleelgfdv necuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheprhgvsg gvtggtrgessghsughiohdrtghomh X-ME-Proxy: Feedback-ID: i5b994698:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 15 May 2023 09:59:25 -0400 (EDT) From: "Rebecca Cran" To: devel@edk2.groups.io, Chasel Chiu , Nate DeSimone , Sai Chaganty , Isaac Oram Cc: Rebecca Cran Subject: [PATCH edk2-platforms v2 0/2] Platform/Intel: Delete ALIGN16 macro and unused include files Date: Mon, 15 May 2023 07:59:19 -0600 Message-Id: <20230515135921.3299706-1-rebecca@bsdio.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Delete the ALIGN16 macro definitions in Platform/Intel/{WhiskeylakeOpenBoardPkg,CometlakeOpenBoardPkg} since they were causing a build breakage since March, and aren't used anymore. Delete include files in WhiskeylakeOpenBoardPkg which appear to be unused. Changes from v1 to v2 ===================== Instead of fixing the ALIGN16 macro, just delete it. In addition to the one in WhiskeylakeOpenBoardPkg, also delete the definition in CometlakeOpenBoardPkg. Rebecca Cran (2): Platform/Intel: Delete ALIGN16 macro Platform/Intel/WhiskeylakeOpenBoardPkg: Delete unused include files Platform/Intel/CometlakeOpenBoardPkg/CometlakeURvp/Include/PlatformBoardConfig.h | 3 - Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/Include/Library/PeiPlatformHookLib.h | 131 -------------------- Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/Include/Library/PeiPlatformLib.h | 38 ------ Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/Include/PlatformBoardConfig.h | 103 --------------- Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/Include/PlatformInfo.h | 42 ------- Platform/Intel/WhiskeylakeOpenBoardPkg/WhiskeylakeURvp/Include/PlatformBoardConfig.h | 3 - 6 files changed, 320 deletions(-) delete mode 100644 Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/Include/Library/PeiPlatformHookLib.h delete mode 100644 Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/Include/Library/PeiPlatformLib.h delete mode 100644 Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/Include/PlatformBoardConfig.h delete mode 100644 Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/Include/PlatformInfo.h -- 2.39.2