summaryrefslogtreecommitdiffstats
path: root/Documentation/soc
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2019-03-11 15:40:00 +0530
committerSubrata Banik <subrata.banik@intel.com>2019-03-12 04:23:00 +0000
commitabc5130108c65f74d02a3eee331c8bcaf5165220 (patch)
tree58092911926fc2feab3530eb2a93f26de13e5649 /Documentation/soc
parent0515ceb9a9ae0fee124362a0a34e73076c4c8198 (diff)
downloadcoreboot-abc5130108c65f74d02a3eee331c8bcaf5165220.tar.gz
coreboot-abc5130108c65f74d02a3eee331c8bcaf5165220.tar.bz2
coreboot-abc5130108c65f74d02a3eee331c8bcaf5165220.zip
Documentation/soc/intel: Add documentation for Intel FSP
This patch combines open source documentation for Intel FSP specification. Change-Id: I3a8bc0198a1e01ec019139b728834713978501ba Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31838 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/soc')
-rw-r--r--Documentation/soc/intel/fsp/index.md13
-rw-r--r--Documentation/soc/intel/index.md1
2 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/soc/intel/fsp/index.md b/Documentation/soc/intel/fsp/index.md
new file mode 100644
index 000000000000..039a389b46ff
--- /dev/null
+++ b/Documentation/soc/intel/fsp/index.md
@@ -0,0 +1,13 @@
+# Intel Firmware Support Package (FSP)-specific documentation
+
+This section contains documentation about Intel-FSP in public domain.
+
+## Open Source Intel FSP specification
+
+* [About Intel FSP](https://firmware.intel.com/learn/fsp/about-intel-fsp)
+
+* [FSP Specification 1.0](https://www.intel.in/content/dam/www/public/us/en/documents/technical-specifications/fsp-architecture-spec.pdf)
+
+* [FSP Specification 1.1](https://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/fsp-architecture-spec-v1-1.pdf)
+
+* [FSP Specification 2.0](https://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/fsp-architecture-spec-v2.pdf)
diff --git a/Documentation/soc/intel/index.md b/Documentation/soc/intel/index.md
index 70060f197e6e..8a4c297f4a03 100644
--- a/Documentation/soc/intel/index.md
+++ b/Documentation/soc/intel/index.md
@@ -5,4 +5,5 @@ This section contains documentation about coreboot on specific Intel SOCs.
## Platforms
- [Common code development strategy](code_development_model/code_development_model.md)
+- [FSP](fsp/index.md)
- [Ice Lake/9th Gen Core-i series](icelake/index.md)