]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/Fsp.h
289d6638b0f628e1351ec859605beaaf0f57d80d
[mirror_edk2.git] / IntelFspWrapperPkg / Library / SecPeiFspPlatformSecLibSample / Ia32 / Fsp.h
1 /** @file
2 Fsp related definitions
3
4 Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
5 This program and the accompanying materials
6 are licensed and made available under the terms and conditions of the BSD License
7 which accompanies this distribution. The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php.
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13 **/
14
15 //
16 // Fv Header
17 //
18 #define FVH_SIGINATURE_OFFSET 0x28
19 #define FVH_SIGINATURE_VALID_VALUE 0x4856465F // valid signature:_FVH
20 #define FVH_HEADER_LENGTH_OFFSET 0x30
21 #define FVH_EXTHEADER_OFFSET_OFFSET 0x34
22 #define FVH_EXTHEADER_SIZE_OFFSET 0x10
23
24 //
25 // Ffs Header
26 //
27 #define FSP_HEADER_GUID_DWORD1 0x912740BE
28 #define FSP_HEADER_GUID_DWORD2 0x47342284
29 #define FSP_HEADER_GUID_DWORD3 0xB08471B9
30 #define FSP_HEADER_GUID_DWORD4 0x0C3F3527
31 #define FFS_HEADER_SIZE_VALUE 0x18
32
33 //
34 // Section Header
35 //
36 #define SECTION_HEADER_TYPE_OFFSET 0x03
37 #define RAW_SECTION_HEADER_SIZE_VALUE 0x04
38
39 //
40 // Fsp Header
41 //
42 #define FSP_HEADER_IMAGEBASE_OFFSET 0x1C
43 #define FSP_HEADER_TEMPRAMINIT_OFFSET 0x30