public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-platforms] [PATCH V1] KabylakeOpenBoardPkg: Fix GalagoPro3 Build
@ 2021-08-12  1:51 Nate DeSimone
  2021-08-12  2:16 ` Chiu, Chasel
  0 siblings, 1 reply; 2+ messages in thread
From: Nate DeSimone @ 2021-08-12  1:51 UTC (permalink / raw)
  To: devel; +Cc: Chasel Chiu, Jeremy Soller, Michael Kubacki, Benjamin Doron

This resolves a build error introduced by 891b355.

Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Jeremy Soller <jeremy@system76.com>
Cc: Michael Kubacki <Michael.Kubacki@microsoft.com>
Cc: Benjamin Doron <benjamin.doron00@gmail.com>
Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
---
 .../Library/BoardInitLib/PeiGalagoPro3InitPreMemLib.c          | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/Library/BoardInitLib/PeiGalagoPro3InitPreMemLib.c b/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/Library/BoardInitLib/PeiGalagoPro3InitPreMemLib.c
index 6bf77a2af0..f4833149f3 100644
--- a/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/Library/BoardInitLib/PeiGalagoPro3InitPreMemLib.c
+++ b/Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/Library/BoardInitLib/PeiGalagoPro3InitPreMemLib.c
@@ -29,6 +29,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 #include <SioRegs.h>
 #include <Library/PchPcrLib.h>
 #include <Library/SiliconInitLib.h>
+#include <Library/PchResetLib.h>
 
 #include "PeiGalagoPro3InitLib.h"
 
@@ -192,6 +193,8 @@ GalagoPro3BoardInitBeforeMemoryInit (
   VOID
   )
 {
+  EFI_STATUS    Status;
+
   GalagoPro3InitPreMem ();
 
   //
-- 
2.27.0.windows.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-12  2:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-12  1:51 [edk2-platforms] [PATCH V1] KabylakeOpenBoardPkg: Fix GalagoPro3 Build Nate DeSimone
2021-08-12  2:16 ` Chiu, Chasel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox