VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/IntelFsp2WrapperPkg/Include/Library/FspWrapperHobProcessLib.h

Last change on this file was 108794, checked in by vboxsync, 3 weeks ago

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

  • Property svn:eol-style set to native
File size: 1.0 KB
Line 
1/** @file
2 Provide FSP wrapper hob process related function.
3
4 Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7**/
8
9#ifndef __FSP_WRAPPER_HOB_PROCESS_LIB_H__
10#define __FSP_WRAPPER_HOB_PROCESS_LIB_H__
11
12/**
13 Post FSP-M HOB process for Memory Resource Descriptor.
14
15 @param[in] FspHobList Pointer to the HOB data structure produced by FSP.
16
17 @return If platform process the FSP hob list successfully.
18**/
19EFI_STATUS
20EFIAPI
21PostFspmHobProcess (
22 IN VOID *FspHobList
23 );
24
25/**
26 Post FSP-S HOB process (not Memory Resource Descriptor).
27
28 @param[in] FspHobList Pointer to the HOB data structure produced by FSP.
29
30 @return If platform process the FSP hob list successfully.
31**/
32EFI_STATUS
33EFIAPI
34PostFspsHobProcess (
35 IN VOID *FspHobList
36 );
37
38/**
39 Post FSP-I HOB process.
40
41 @param[in] FspHobList Pointer to the HOB data structure produced by FSP.
42
43 @return If platform process the FSP hob list successfully.
44**/
45EFI_STATUS
46EFIAPI
47PostFspiHobProcess (
48 IN VOID *FspHobList
49 );
50
51#endif
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette