blob: c210ffb89cf5c368bccf822ade25312a55da9d0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
<!DOCTYPE html>
<html>
<head>
<title>FSP 1.1</title>
</head>
<body>
<h1>x86 FSP 1.1 Development</h1>
<p>
Firmware Support Package (FSP) development requires System-on-a-Chip (SoC)
and board support. The combined steps are listed
<a target="_blank" href="x86Development.html">here</a>.
The development steps for FSP are listed below:
</p>
<ol>
<li><a href="#RequiredFiles">Required Files</a></li>
</ol>
<p>
FSP Documentation:
</p>
<ul>
<li>Intel® Firmware Support Package External Architecture Specification <a target="_blank" href="http://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/fsp-architecture-spec-v1-1.pdf">V1.1</a></li>
</ul>
<hr>
<h1><a name="RequiredFiles">Required Files</a></h1>
<h2><a name="CorebootRequiredFiles">Coreboot Required Files</a></h2>
<ol>
<li>Create the following directories if they do not already exist:
<ul>
<li>src/vendorcode/intel/fsp/fsp1_1/<Chip Family></li>
<li>3rdparty/blobs/mainboard/<Board Vendor>/<Board Name></li>
</ul>
</li>
<li>
The following files may need to be copied from the FSP build or release into the
directories above if they are not present or are out of date:
<ul>
<li>FspUpdVpd.h: src/vendorcode/intel/fsp/fsp1_1/<Chip Family>/FspUpdVpd.h</li>
<li>FSP.bin: 3rdparty/blobs/mainboard/<Board Vendor>/<Board Name>/fsp.bin</li>
</ul>
</li>
</ol>
<hr>
<p>Modified: 31 January 2016</p>
</body>
</html>
|