]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspWrapperPkg/Include/Library/FspPlatformInfoLib.h
DynamicTablesPkg: GTDT updates for ACPI 6.3
[mirror_edk2.git] / IntelFspWrapperPkg / Include / Library / FspPlatformInfoLib.h
index c997ea8b220e5a7577599970bffc0497b0f70ceb..163849c039c15748cf245cf7f7cd2c6e4fb92c95 100644 (file)
@@ -2,13 +2,7 @@
   Provide FSP platform information related function.\r
 \r
   Copyright (c) 2014, 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
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -68,6 +62,19 @@ UpdateFspUpdConfigs (
   IN OUT VOID        *FspUpdRgnPtr\r
   );\r
 \r
+/**\r
+  Get BootLoader Tolum size.\r
+\r
+  @note At this point, memory is NOT ready, PeiServices are available to use.\r
+\r
+  @return BootLoader Tolum size.\r
+**/\r
+UINT32\r
+EFIAPI\r
+GetBootLoaderTolumSize (\r
+  VOID\r
+  );\r
+\r
 /**\r
   Get TempRamExit parameter.\r
 \r