public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: IanX Kuo <ianx.kuo@intel.com>
To: devel@edk2.groups.io
Cc: IanX Kuo <ianx.kuo@intel.com>
Subject: [PATCH v2 1/6] Platform/Intel/MinPlatformPkg: Use Uefi.h
Date: Sat, 18 Jul 2020 06:16:59 +0800	[thread overview]
Message-ID: <65fca228b9c330cad0fc1314b1076a777c02fc8e.1595023968.git.ianx.kuo@intel.com> (raw)
In-Reply-To: <cover.1595023968.git.ianx.kuo@intel.com>

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=2674

Change-Id: I0cd6ba4eb7231a3a84f080fdce85bbe74eb29eeb
Signed-off-by: IanX Kuo <ianx.kuo@intel.com>
---
 .../PlatformInit/Library/ReportCpuHobLib/ReportCpuHobLib.c      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Platform/Intel/MinPlatformPkg/PlatformInit/Library/ReportCpuHobLib/ReportCpuHobLib.c b/Platform/Intel/MinPlatformPkg/PlatformInit/Library/ReportCpuHobLib/ReportCpuHobLib.c
index aa256534..2a317f78 100644
--- a/Platform/Intel/MinPlatformPkg/PlatformInit/Library/ReportCpuHobLib/ReportCpuHobLib.c
+++ b/Platform/Intel/MinPlatformPkg/PlatformInit/Library/ReportCpuHobLib/ReportCpuHobLib.c
@@ -6,7 +6,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 
 **/
 
-#include <Base.h>
+#include <Uefi.h>
 #include <Library/HobLib.h>
 
 VOID
-- 
2.26.2.windows.1


       reply	other threads:[~2020-07-17 22:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1595023968.git.ianx.kuo@intel.com>
2020-07-17 22:16 ` IanX Kuo [this message]
2020-07-17 22:17 ` [PATCH v2 2/6] Platform/Intel/CometlakeOpenBoardPkg: Add ReportCpuHobLib IanX Kuo
2020-07-17 22:17 ` [PATCH v2 3/6] Platform/Intel/KabylakeOpenBoardPkg: " IanX Kuo
2020-07-17 22:17 ` [PATCH v2 4/6] Platform/Intel/SimicsOpenBoardPkg: " IanX Kuo
2020-07-17 22:18 ` [PATCH v2 5/6] Platform/Intel/WhiskeylakeOpenBoardPkg: " IanX Kuo
2020-07-17 22:18 ` [PATCH v2 6/6] Platform/Intel/MinPlatformPkg: " IanX Kuo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=65fca228b9c330cad0fc1314b1076a777c02fc8e.1595023968.git.ianx.kuo@intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox