diff options
Diffstat (limited to 'IntelFspPkg/Include/Private/FspPatchTable.h')
-rw-r--r-- | IntelFspPkg/Include/Private/FspPatchTable.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/IntelFspPkg/Include/Private/FspPatchTable.h b/IntelFspPkg/Include/Private/FspPatchTable.h index ec93994fe7..d16a1b7b5e 100644 --- a/IntelFspPkg/Include/Private/FspPatchTable.h +++ b/IntelFspPkg/Include/Private/FspPatchTable.h @@ -1,6 +1,6 @@ /** @file
- Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
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
@@ -25,6 +25,7 @@ typedef struct { UINT8 Reserved;
UINT32 PatchEntryNum;
UINT32 PatchData[FixedPcdGet32(PcdFspMaxPatchEntry)];
+ UINT32 VpdBase;
} FSP_PATCH_TABLE;
#pragma pack()
|