summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2016-09-29 13:56:28 -0700
committerLee Leahy <leroy.p.leahy@intel.com>2016-09-30 01:18:04 +0200
commitd677d9cedd4cf2e0022314ce79f893f6d797e645 (patch)
tree937631838a3b70cd0a1a2c0eff90e02f3f646a42 /Documentation
parent31f5c130b103b8cb88d6f7a213a38bcfe66ab8f1 (diff)
downloadcoreboot-d677d9cedd4cf2e0022314ce79f893f6d797e645.tar.gz
coreboot-d677d9cedd4cf2e0022314ce79f893f6d797e645.tar.bz2
coreboot-d677d9cedd4cf2e0022314ce79f893f6d797e645.zip
Documentation/Intel/Soc: Update Quark FSP build instructions
Update the FSP build instructions for Quark: * Discuss multiple types BRANCH=none BUG=None TEST=Build Quark FSP using new instructions Change-Id: Ibc4bfe32d0eb3877d3b988bc185c73be58d44878 Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com> Reviewed-on: https://review.coreboot.org/16826 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Intel/SoC/quark.html47
1 files changed, 44 insertions, 3 deletions
diff --git a/Documentation/Intel/SoC/quark.html b/Documentation/Intel/SoC/quark.html
index 61abebd2398f..9c180daf415c 100644
--- a/Documentation/Intel/SoC/quark.html
+++ b/Documentation/Intel/SoC/quark.html
@@ -130,14 +130,55 @@ Getting the Quark FSP source:
<li>Use git to clone <a target="_blank" href="https://review.gerrithub.io/#/admin/projects/LeeLeahy/quarkfsp">QuarkFspPkg</a> into the QuarkFpsPkg directory (.)</li>
</ol>
+<h2>Building QuarkFspPkg</h2>
<p>
-Building QuarkFspPkg:
+There are two versions of FSP: FSP 1.1 and FSP 2.0. There are also two
+different implementations of FSP, one using subroutines without SEC and
+PEI core and the original implementation which relies on SEC and PEI core.
+Finally there are two different build x86 types release (r32) and debug (d32).
+</p>
+<p>Note that the subroutine implementations are a <b>work in progress</b>.</p>
+<p>
+Build commands shown building debug FSP:
</p>
<ul>
- <li>Linux: QuarkFspPkg/BuildFsp.sh -d32</li>
- <li>Windows: QuarkFspPkg/BuildFsp.bat -d32</li>
+ <li>Linux:
+ <ul>
+ <li>QuarkFspPkg/BuildFsp1_1.sh -d32</li>
+ <li>QuarkFspPkg/BuildFsp1_1Pei.sh -d32</li>
+ <li>QuarkFspPkg/BuildFsp2_0.sh -d32</li>
+ <li>QuarkFspPkg/BuildFsp2_0Pei.sh -d32</li>
+ </ul>
+ <li>Windows:
+ <ul>
+ <li>QuarkFspPkg/BuildFsp1_1.bat -d32</li>
+ <li>Windows: QuarkFspPkg/BuildFsp2_0.bat -d32</li>
+ </ul>
+ </li>
</ul>
+<h2>Copying FSP files into coreboot Source Tree</h2>
+<p>
+There are some helper scripts to copy the FSP output into the coreboot
+source tree. The parameters to these scripts are:
+</p>
+<ol>
+ <li>EDK2 tree root</li>
+ <li>coreboot tree root</li>
+ <li>Build type: DEBUG or RELEASE</li>
+</ol>
+<p>
+Script files:
+</p>
+<ul>
+ <li>Linux:
+ <ul>
+ <li>QuarkFspPkg/coreboot_fsp1_1.sh</li>
+ <li>QuarkFspPkg/coreboot_fsp1_1Pei.sh</li>
+ <li>QuarkFspPkg/coreboot_fsp2_0.sh</li>
+ <li>QuarkFspPkg/coreboot_fsp2_0Pei.sh</li>
+ </ul>
+</ul>
<hr>