diff options
author | Lee Leahy <leroy.p.leahy@intel.com> | 2016-05-17 17:03:00 -0700 |
---|---|---|
committer | Leroy P Leahy <leroy.p.leahy@intel.com> | 2016-05-18 19:47:16 +0200 |
commit | 2d96be6484217bf070a1f0e8270661dc355033d6 (patch) | |
tree | b285929b148e142b0ddebefc65142c4f6dd04927 /Documentation/Intel/fsp1_1.html | |
parent | 08311f5033e3adccb8794b6113d72bf7a76e4d00 (diff) | |
download | coreboot-2d96be6484217bf070a1f0e8270661dc355033d6.tar.xz |
Documentation/Intel: Update the documentation
index.html:
* Separate the sections on the main page
* Move the documentation links to the main page
* Add links for FSP 1.0 and 2.0 specifications
* Add link for UEFI specifications
* Add link to MinnowBoard MAX coreboot
fsp1_1.html:
* Use Integration instead of Documentation
SoC/quark.html:
* Move documentation to main page
* Update build instructions for CorebootPayloadPkg
* Remove FatPkg since it is now part of edk2 tree
* Add source location for QuarkFspPkg
* Add build instructions for QuarkFspPkg
TEST=None
Change-Id: I48bd1bf98a6d8bc43bdd3b4c51dfd119a1e0f61b
Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com>
Reviewed-on: https://review.coreboot.org/14882
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'Documentation/Intel/fsp1_1.html')
-rw-r--r-- | Documentation/Intel/fsp1_1.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/Intel/fsp1_1.html b/Documentation/Intel/fsp1_1.html index 0727e7ba20..1e1e88fcb3 100644 --- a/Documentation/Intel/fsp1_1.html +++ b/Documentation/Intel/fsp1_1.html @@ -5,9 +5,9 @@ </head> <body> -<h1>x86 FSP 1.1 Development</h1> +<h1>x86 FSP 1.1 Integration</h1> <p> - Firmware Support Package (FSP) development requires System-on-a-Chip (SoC) + Firmware Support Package (FSP) integration requires System-on-a-Chip (SoC) and board support. The combined steps are listed <a target="_blank" href="development.html">here</a>. The development steps for FSP are listed below: @@ -72,6 +72,6 @@ <hr> -<p>Modified: 31 January 2016</p> +<p>Modified: 17 May 2016</p> </body> -</html>
\ No newline at end of file +</html> |