X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFspPkg%2FFspSecCore%2FSecFsp.h;h=4dceebc31b4e03baf4ce4d86701c8c9d04b1686f;hb=6bbd4a8f5f2a538e5017045ab75674ec106f7b54;hp=9e129e4d5d207b1c174a3812d3006667d8aea16e;hpb=c8ec22a266cdd134ac99c3021003710130613a40;p=mirror_edk2.git diff --git a/IntelFspPkg/FspSecCore/SecFsp.h b/IntelFspPkg/FspSecCore/SecFsp.h index 9e129e4d5d..4dceebc31b 100644 --- a/IntelFspPkg/FspSecCore/SecFsp.h +++ b/IntelFspPkg/FspSecCore/SecFsp.h @@ -1,6 +1,6 @@ /** @file - Copyright (c) 2014, Intel Corporation. All rights reserved.
+ Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -15,14 +15,14 @@ #define _SEC_FSPE_H_ #include +#include #include #include #include #include #include #include - -#include +#include #define FSP_MCUD_SIGNATURE SIGNATURE_32 ('M', 'C', 'U', 'D') #define FSP_PER0_SIGNATURE SIGNATURE_32 ('P', 'E', 'R', '0') @@ -47,13 +47,15 @@ FspGetExceptionHandler( It needs to be done as soon as possible after the stack is setup. @param[in,out] PeiFspData Pointer of the FSP global data. - @param[in] BootFirmwareVolume Point to the address of BootFirmwareVolume in stack. + @param[in] BootLoaderStack BootLoader stack. + @param[in] ApiIdx The index of the FSP API. **/ VOID FspGlobalDataInit ( IN OUT FSP_GLOBAL_DATA *PeiFspData, - IN VOID **BootFirmwareVolume + IN UINT32 BootLoaderStack, + IN UINT8 ApiIdx ); @@ -78,7 +80,19 @@ FspDataPointerFixUp ( **/ UINT32 EFIAPI -GetFspBaseAddress ( +AsmGetFspBaseAddress ( + VOID + ); + +/** + This interface gets FspInfoHeader pointer + + @return FSP binary base address. + +**/ +UINT32 +EFIAPI +AsmGetFspInfoHeader ( VOID );