From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web11.705.1595024227026772446 for ; Fri, 17 Jul 2020 15:17:07 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: ianx.kuo@intel.com) IronPort-SDR: yMDBtfCnJkaJbzycuQT4KoTEZuzEfpH5fG30dUa9aX+01Piv64m5w9JUOlAqdlS43eOGyrz8uQ 4qXLdiRvxV5w== X-IronPort-AV: E=McAfee;i="6000,8403,9685"; a="234538185" X-IronPort-AV: E=Sophos;i="5.75,364,1589266800"; d="scan'208";a="234538185" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jul 2020 15:17:06 -0700 IronPort-SDR: L1gKLxd69df/M2efTKtmGHiDnocpYsPFGjmIXa8tEuRbCpDI+Kr6BrF3djJAI4aOFr1sVpQWvR mh2Sbk1EH2Qw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,364,1589266800"; d="scan'208";a="430983745" Received: from yungchua-mobl.ccr.corp.intel.com (HELO ikuox-MOBL1.gar.corp.intel.com) ([10.252.191.171]) by orsmga004.jf.intel.com with ESMTP; 17 Jul 2020 15:17:04 -0700 From: IanX Kuo To: devel@edk2.groups.io Cc: IanX Kuo Subject: [PATCH v2 1/6] Platform/Intel/MinPlatformPkg: Use Uefi.h Date: Sat, 18 Jul 2020 06:16:59 +0800 Message-Id: <65fca228b9c330cad0fc1314b1076a777c02fc8e.1595023968.git.ianx.kuo@intel.com> X-Mailer: git-send-email 2.26.2.windows.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Use Uefi.h replace Base.h to avoid EFI_GUID not found. Create an Library instance of ReportCpuHobLib from PlatformInitPei driver. PA bits reported can be overriden using Library instance in Platform. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2674 Change-Id: I0cd6ba4eb7231a3a84f080fdce85bbe74eb29eeb Signed-off-by: IanX Kuo --- .../PlatformInit/Library/ReportCpuHobLib/ReportCpuHobLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Intel/MinPlatformPkg/PlatformInit/Library/ReportCpuHo= bLib/ReportCpuHobLib.c b/Platform/Intel/MinPlatformPkg/PlatformInit/Library= /ReportCpuHobLib/ReportCpuHobLib.c index aa256534..2a317f78 100644 --- a/Platform/Intel/MinPlatformPkg/PlatformInit/Library/ReportCpuHobLib/Re= portCpuHobLib.c +++ b/Platform/Intel/MinPlatformPkg/PlatformInit/Library/ReportCpuHobLib/Re= portCpuHobLib.c @@ -6,7 +6,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent =0D **/=0D =0D -#include =0D +#include =0D #include =0D =0D VOID=0D --=20 2.26.2.windows.1