diff options
-rw-r--r-- | Documentation/soc/intel/fsp/index.md | 13 | ||||
-rw-r--r-- | Documentation/soc/intel/index.md | 1 |
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 0000000000..039a389b46 --- /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 70060f197e..8a4c297f4a 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) |