Kabylake Intel(R) Firmware Support Package (FSP) Integration Guide: FsptUpd.h Source File

Kabylake Intel Firmware

Kabylake Intel(R) Firmware Support Package (FSP) Integration Guide
FsptUpd.h
Go to the documentation of this file.
1 /** @file
2 
3  @copyright
4  Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
5 
6 Redistribution and use in source and binary forms, with or without modification,
7 are permitted provided that the following conditions are met:
8 
9 * Redistributions of source code must retain the above copyright notice, this
10  list of conditions and the following disclaimer.
11 * Redistributions in binary form must reproduce the above copyright notice, this
12  list of conditions and the following disclaimer in the documentation and/or
13  other materials provided with the distribution.
14 * Neither the name of Intel Corporation nor the names of its contributors may
15  be used to endorse or promote products derived from this software without
16  specific prior written permission.
17 
18  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
22  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
28  THE POSSIBILITY OF SUCH DAMAGE.
29 
30  This file is automatically generated. Please do NOT modify !!!
31 
32 **/
33 
34 #ifndef __FSPTUPD_H__
35 #define __FSPTUPD_H__
36 
37 #include <FspUpd.h>
38 
39 #pragma pack(1)
40 
41 
42 /** Fsp T Core UPD
43 **/
44 typedef struct {
45 
46 /** Offset 0x0020
47 **/
49 
50 /** Offset 0x0024
51 **/
53 
54 /** Offset 0x0028
55 **/
57 
58 /** Offset 0x002C
59 **/
61 
62 /** Offset 0x0030
63 **/
64  UINT8 Reserved[16];
66 
67 /** Fsp T Configuration
68 **/
69 typedef struct {
70 
71 /** Offset 0x0040 - PcdSerialIoUartDebugEnable
72  Enable SerialIo Uart debug library with/without initializing SerialIo Uart device in FSP.
73  0:Disable, 1:Enable and Initialize, 2:Enable without Initializing
74 **/
76 
77 /** Offset 0x0041 - PcdSerialIoUartNumber
78  Select SerialIo Uart Controller for debug.
79  0:SerialIoUart0, 1:SerialIoUart1, 2:SerialIoUart2
80 **/
82 
83 /** Offset 0x0042
84 **/
85  UINT8 UnusedUpdSpace0[2];
86 
87 /** Offset 0x0044
88 **/
90 
91 /** Offset 0x0048 - Pci Express Base Address
92  Base address to be programmed for Pci Express
93 **/
95 
96 /** Offset 0x0050 - Pci Express Region Length
97  Region Length to be programmed for Pci Express
98 **/
100 
101 /** Offset 0x0054
102 **/
103  UINT8 ReservedFsptUpd1[12];
104 } FSP_T_CONFIG;
105 
106 /** Fsp T UPD Configuration
107 **/
108 typedef struct {
109 
110 /** Offset 0x0000
111 **/
112  FSP_UPD_HEADER FspUpdHeader;
113 
114 /** Offset 0x0020
115 **/
117 
118 /** Offset 0x0040
119 **/
121 
122 /** Offset 0x0060
123 **/
124  UINT8 UnusedUpdSpace1[6];
125 
126 /** Offset 0x0066
127 **/
129 } FSPT_UPD;
130 
131 #pragma pack()
132 
133 #endif
UINT32 CodeRegionBase
Offset 0x0028.
Definition: FsptUpd.h:56
FSPT_CORE_UPD FsptCoreUpd
Offset 0x0020.
Definition: FsptUpd.h:116
FSP_T_CONFIG FsptConfig
Offset 0x0040.
Definition: FsptUpd.h:120
UINT32 PcdPciExpressRegionLength
Offset 0x0050 - Pci Express Region Length Region Length to be programmed for Pci Express.
Definition: FsptUpd.h:99
UINT8 PcdSerialIoUartDebugEnable
Offset 0x0040 - PcdSerialIoUartDebugEnable Enable SerialIo Uart debug library with/without initializi...
Definition: FsptUpd.h:75
UINT32 CodeRegionSize
Offset 0x002C.
Definition: FsptUpd.h:60
UINT64 PcdPciExpressBaseAddress
Offset 0x0048 - Pci Express Base Address Base address to be programmed for Pci Express.
Definition: FsptUpd.h:94
UINT8 PcdSerialIoUartNumber
Offset 0x0041 - PcdSerialIoUartNumber Select SerialIo Uart Controller for debug.
Definition: FsptUpd.h:81
UINT16 UpdTerminator
Offset 0x0066.
Definition: FsptUpd.h:128
Fsp T UPD Configuration.
Definition: FsptUpd.h:108
UINT32 PcdSerialIoUartInputClock
Offset 0x0044.
Definition: FsptUpd.h:89
FSP_UPD_HEADER FspUpdHeader
Offset 0x0000.
Definition: FsptUpd.h:112
UINT32 MicrocodeRegionSize
Offset 0x0024.
Definition: FsptUpd.h:52
Fsp T Configuration.
Definition: FsptUpd.h:69
UINT32 MicrocodeRegionBase
Offset 0x0020.
Definition: FsptUpd.h:48
Fsp T Core UPD.
Definition: FsptUpd.h:44
Generated on Thu Jun 28 2018 21:44:49 for Kabylake Intel(R) Firmware Support Package (FSP) Integration Guide by   doxygen 1.8.10