]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CorebootModulePkg/CbSupportPei/CbSupportPei.h
BaseTools: refactor DepexSection.GenSection
[mirror_edk2.git] / CorebootModulePkg / CbSupportPei / CbSupportPei.h
index 3c9a3fe61ec47ca7b44d7a0622b3a81c13d0e248..ed5cdb4ab05ca5ecc7e2eaf2cafa5cedc3af8664 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The header file of Coreboot Support PEIM.\r
 \r
-Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -28,6 +28,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Library/CbParseLib.h>\r
 #include <Library/MtrrLib.h>\r
 #include <Library/IoLib.h>\r
+#include <Library/CbPlatformSupportLib.h>\r
 \r
 #include <Guid/SmramMemoryReserve.h>\r
 #include <Guid/MemoryTypeInformation.h>\r
@@ -37,5 +38,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Guid/AcpiBoardInfoGuid.h>\r
 \r
 #include <Ppi/MasterBootMode.h>\r
+#include "Coreboot.h"\r
+\r
+typedef struct {\r
+  UINT32  UsableLowMemTop;\r
+  UINT32  SystemLowMemTop;\r
+} CB_MEM_INFO;\r
 \r
 #endif\r