X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFspPkg%2FInclude%2FPrivate%2FFspGlobalData.h;h=436891af44804ecc73572e0c530ae6e1a43dc5eb;hb=95c95ac0efb10fe4b608a3388d928eb947c15085;hp=7a6ec6db58b4b9801c4f6830ff289f7261d77d5d;hpb=c8ec22a266cdd134ac99c3021003710130613a40;p=mirror_edk2.git diff --git a/IntelFspPkg/Include/Private/FspGlobalData.h b/IntelFspPkg/Include/Private/FspGlobalData.h index 7a6ec6db58..436891af44 100644 --- a/IntelFspPkg/Include/Private/FspGlobalData.h +++ b/IntelFspPkg/Include/Private/FspGlobalData.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 @@ -34,9 +34,10 @@ typedef struct { FSP_PLAT_DATA PlatformData; FSP_INFO_HEADER *FspInfoHeader; VOID *UpdDataRgnPtr; + UINT8 ApiMode; + UINT8 Reserved[3]; UINT32 PerfIdx; UINT64 PerfData[32]; -// UINT64 PerfData[FixedPcdGet32(PcdFspMaxPerfEntry)]; } FSP_GLOBAL_DATA; #pragma pack()