From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by mx.groups.io with SMTP id smtpd.web10.82068.1684129419166394169 for ; Sun, 14 May 2023 22:43:39 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bsdio.com header.s=fm2 header.b=N2a2Gc37; spf=pass (domain: bsdio.com, ip: 64.147.123.24, mailfrom: rebecca@bsdio.com) Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id 2146732006F2; Mon, 15 May 2023 01:43:36 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Mon, 15 May 2023 01:43:36 -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=1684129415; x=1684215815; bh=F3C50HXKZS jQ8uvftkyWCkML5r6P27+6cQkGaNS4ndI=; b=N2a2Gc37jUk3pjzd1n4V2lj3Rc w6yH72TfP1HJK6q/GBGQEIdDVIEnGLNg5jl6yfuKUYATx/wujS4QJvERotwr3UkP LdEOHQyTO7nZUe66o87GLrarUB9AQjqfzlcPduOHF/KMnnLjSWDXB+/VECEncWY8 M6Ll9dXzhKzGzB1lWxKCKN/HQ1GQ5nicEu556NG97G26wSBKKL5mHHjDboLMEemD rZYgyJevXStm9h54ZZTFd0/yhCUBe2EtK8pw6t7dj0QQCNzS5irBz9LryP7O/Jsp LS7NV4hs865YXx/tNx9WDULU7kuWOjqHX34/DxuzZg6m3bx7At3NCkf6FNYg== 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=1684129415; x=1684215815; bh=F3C50HXKZSjQ8 uvftkyWCkML5r6P27+6cQkGaNS4ndI=; b=cd3YhMLDbT19xZj1WObhG2MBrLYp8 s1Rs/x/9P75l35a5GLb/MNptr5ZCfHNHQtUe784KMpsHHLnLq47uTWvOtE7YMwRG WRnSx+lAYKlCOcPjnhlFKWx5S7DrE6ylAulfkUvnc7jC/KtykxonevqffBgJAh4H X8P511Ve5KZVHFt6c2jj+5SUColM5/+vEMUrepMWCWok0lkw414ZdLpo+sAef9Cd Gf9bv2Z/o9TBXTmusnLObwxxlcbCfnRCfh9P2ZUFe/x9Zxfcfo+X+EhnGDcSSTIO ddyhiD9VfB0MDjRWoDmx2HGfb2FNqDG2Opmnyjpazbai31AbpoNc2RAzA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrfeehiedgleekucetufdoteggodetrfdotf 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 01:43:34 -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 0/2] Platform/Intel/WhiskeylakeOpenBoardPkg: Fix UpXtreme build Date: Sun, 14 May 2023 23:43:27 -0600 Message-Id: <20230515054329.3224434-1-rebecca@bsdio.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Fix the ALIGN16 macro in Platform/Intel/WhiskeylakeOpenBoardPkg to use ADDRESS_IS_ALIGNED from MdePkg/Include/Base.h, and delete include files which appear to be unused. Testing: ./build_bios.py -p UpXtreme {-d,-r,-tr,-rp,--capsule,--performance,--fsp} Rebecca Cran (2): Platform/Intel/WhiskeylakeOpenBoardPkg: Fix ALIGN16 macro Platform/Intel/WhiskeylakeOpenBoardPkg: Delete unused include files 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 +- 5 files changed, 1 insertion(+), 316 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