]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2WrapperPkg/Include/Library/FspWrapperHobProcessLib.h
IntelFsp2WrapperPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFsp2WrapperPkg / Include / Library / FspWrapperHobProcessLib.h
CommitLineData
cf1d4549
JY
1/** @file\r
2 Provide FSP wrapper hob process related function.\r
3\r
4 Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>\r
512e23a3 5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
cf1d4549
JY
6\r
7**/\r
8\r
9#ifndef __FSP_WRAPPER_HOB_PROCESS_LIB_H__\r
10#define __FSP_WRAPPER_HOB_PROCESS_LIB_H__\r
11\r
12/**\r
13 Post FSP-M HOB process for Memory Resource Descriptor.\r
14\r
15 @param[in] FspHobList Pointer to the HOB data structure produced by FSP.\r
16\r
17 @return If platform process the FSP hob list successfully.\r
18**/\r
19EFI_STATUS\r
20EFIAPI\r
21PostFspmHobProcess (\r
22 IN VOID *FspHobList\r
23 );\r
24\r
25/**\r
26 Post FSP-S HOB process (not Memory Resource Descriptor).\r
27\r
28 @param[in] FspHobList Pointer to the HOB data structure produced by FSP.\r
29\r
30 @return If platform process the FSP hob list successfully.\r
31**/\r
32EFI_STATUS\r
33EFIAPI\r
34PostFspsHobProcess (\r
35 IN VOID *FspHobList\r
36 );\r
37\r
38#endif\r