From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx.groups.io with SMTP id smtpd.web12.19478.1657697556086237898 for ; Wed, 13 Jul 2022 00:32:36 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=REXkQlAw; spf=pass (domain: intel.com, ip: 192.55.52.93, mailfrom: guomin.jiang@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1657697556; x=1689233556; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=4MNgjXDd2mh/ASpVWoRI+nY6NcIFe8RtV1LpEoat8TQ=; b=REXkQlAwYHMdpuApmmJ07Mzbj0CVTDJiVLZpgJ1e5OHAZzcQzayAvMeG BUh2F+CMvPfYjmnEqVcxNLnkcXwTQsaUMfh0UnT85E7lJ5zZkeKm+RyYb mCHIzJoXV6hEnyOPPffU85cBVxbMZ3UPnRs4ZNVwCp1gURE+yvi5gewVY OHL2m9BSQROss78lqPBhGUPJfkSO3M5Xuwpr5bceX7XJ0cQAzwJTVBBuT TG4F0nM0Qdo8vreHuFTjfXx+VjDc8c0Dypar2oz3fTWqyrD0sVHelu8E5 caU4ZyU2gbXXe2v8UlYayUuAqDgXoFw1sTb8pVIXlJtYRwR26ZPsFDYWT w==; X-IronPort-AV: E=McAfee;i="6400,9594,10406"; a="282689925" X-IronPort-AV: E=Sophos;i="5.92,267,1650956400"; d="scan'208";a="282689925" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jul 2022 00:32:33 -0700 X-IronPort-AV: E=Sophos;i="5.92,267,1650956400"; d="scan'208";a="653260283" Received: from guominji-mobl1.ccr.corp.intel.com ([10.238.11.184]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jul 2022 00:32:32 -0700 From: "Guomin Jiang" To: devel@edk2.groups.io Cc: Eric Dong , Liming Gao Subject: [edk2-platforms Patch v2 2/3] BoardModulePkg: Remove all UGA support Date: Wed, 13 Jul 2022 15:31:59 +0800 Message-Id: <20220713073200.1710-3-guomin.jiang@intel.com> X-Mailer: git-send-email 2.37.1.windows.1 In-Reply-To: <20220713073200.1710-1-guomin.jiang@intel.com> References: <20220713073200.1710-1-guomin.jiang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2368 Remove all UGA support Cc: Eric Dong Cc: Liming Gao Signed-off-by: Guomin Jiang --- .../BoardModulePkg/Library/BoardBdsHookLib/BoardBdsHook.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Platform/Intel/BoardModulePkg/Library/BoardBdsHookLib/BoardBdsHook.h b/Platform/Intel/BoardModulePkg/Library/BoardBdsHookLib/BoardBdsHook.h index fd943b3ca793..292d02a4ef4d 100644 --- a/Platform/Intel/BoardModulePkg/Library/BoardBdsHookLib/BoardBdsHook.h +++ b/Platform/Intel/BoardModulePkg/Library/BoardBdsHookLib/BoardBdsHook.h @@ -1,7 +1,7 @@ /** @file Header file for BDS Hook Library -Copyright (c) 2020, Intel Corporation. All rights reserved.
+Copyright (c) 2020 - 2022, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent **/ @@ -19,7 +19,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #include #include #include -#include #include #include #include -- 2.26.2.windows.1