]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/Fsp.inc
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / FspSupport / Library / SecFspPlatformSecLibVlv2 / Ia32 / Fsp.inc
1 ;------------------------------------------------------------------------------
2 ;
3 ; Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
4 ; This program and the accompanying materials
5 ; are licensed and made available under the terms and conditions of the BSD License
6 ; which accompanies this distribution. The full text of the license may be found at
7 ; http://opensource.org/licenses/bsd-license.php.
8 ;
9 ; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 ; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 ;
12 ; Module Name:
13 ;
14 ; Fsp.inc
15 ;
16 ; Abstract:
17 ;
18 ; Fsp related definitions
19 ;
20 ;------------------------------------------------------------------------------
21
22
23 ;
24 ; Fv Header
25 ;
26 FVH_SIGINATURE_OFFSET EQU 028h
27 FVH_SIGINATURE_VALID_VALUE EQU 04856465Fh ; valid signature:_FVH
28 FVH_HEADER_LENGTH_OFFSET EQU 030h
29 FVH_EXTHEADER_OFFSET_OFFSET EQU 034h
30 FVH_EXTHEADER_SIZE_OFFSET EQU 010h
31
32 ;
33 ; Ffs Header
34 ;
35 FSP_HEADER_GUID_DWORD1 EQU 0912740BEh
36 FSP_HEADER_GUID_DWORD2 EQU 047342284h
37 FSP_HEADER_GUID_DWORD3 EQU 0B08471B9h
38 FSP_HEADER_GUID_DWORD4 EQU 00C3F3527h
39 FFS_HEADER_SIZE_VALUE EQU 018h
40
41 ;
42 ; Section Header
43 ;
44 SECTION_HEADER_TYPE_OFFSET EQU 03h
45 RAW_SECTION_HEADER_SIZE_VALUE EQU 04h
46
47 ;
48 ; Fsp Header
49 ;
50 FSP_HEADER_IMAGEBASE_OFFSET EQU 01Ch
51 FSP_HEADER_TEMPRAMINIT_OFFSET EQU 030h