aboutsummaryrefslogtreecommitdiff
path: root/Documentation/soc/intel/fsp/index.md
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2019-03-11 16:01:20 +0530
committerSubrata Banik <subrata.banik@intel.com>2019-03-12 04:23:58 +0000
commitebac8c772f81e4b596778a3027eeb27d6dc59f0a (patch)
treecf5556b4da87dd6e593589733306c149ac1d3994 /Documentation/soc/intel/fsp/index.md
parent52331ba4f7f08ea3c27d5d7c87b4078dea14c42d (diff)
Documentation/soc/intel/fsp/ppi: Document new feature to dispatch external PPI
Some new feature added into FSP specification to perform dispatching of external PPI service from boot firmware (coreboot) to FSP. Change-Id: Iaf6b54ccd27e21860539bb2a9966054fdb027108 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31839 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/intel/fsp/index.md')
-rw-r--r--Documentation/soc/intel/fsp/index.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/soc/intel/fsp/index.md b/Documentation/soc/intel/fsp/index.md
index 039a389b46..d7f44c6dee 100644
--- a/Documentation/soc/intel/fsp/index.md
+++ b/Documentation/soc/intel/fsp/index.md
@@ -11,3 +11,7 @@ This section contains documentation about Intel-FSP in public domain.
* [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)
+
+## Additional Features in FSP 2.1 specification
+
+- [PPI](ppi/ppi.md)