summaryrefslogtreecommitdiffstats
path: root/Documentation/soc
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2019-03-11 16:09:58 +0530
committerPatrick Georgi <pgeorgi@google.com>2019-03-19 21:41:34 +0000
commitb0f4456aed5cc575bfcc2d9add86872136b1a1e3 (patch)
treefb58eed2f2d6edf18bef6e18aae7a0c0c5e9e530 /Documentation/soc
parent6662cb3dc2c4fe56cb75f83e1e7015287870cf01 (diff)
downloadcoreboot-b0f4456aed5cc575bfcc2d9add86872136b1a1e3.tar.gz
coreboot-b0f4456aed5cc575bfcc2d9add86872136b1a1e3.tar.bz2
coreboot-b0f4456aed5cc575bfcc2d9add86872136b1a1e3.zip
Documentation/soc/intel/fsp: Move mp_service_ppi document in corrct directory
This patch moves mp service ppi document from icelake/MultiProcesorInit.md to ppi/mp_service_ppi.c. Change-Id: I1bbaeb2644f219b5a1fda0c7c4b594184d53958c Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31840 Reviewed-by: Werner Zeh <werner.zeh@siemens.com> 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/ppi/coreboot_publish_mp_service_api.png (renamed from Documentation/soc/intel/icelake/coreboot_publish_mp_service_api.png)bin123328 -> 123328 bytes
-rw-r--r--Documentation/soc/intel/fsp/ppi/mp_service_ppi.md (renamed from Documentation/soc/intel/icelake/MultiProcessorInit.md)0
-rw-r--r--Documentation/soc/intel/fsp/ppi/ppi.md5
-rw-r--r--Documentation/soc/intel/icelake/index.md4
4 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/soc/intel/icelake/coreboot_publish_mp_service_api.png b/Documentation/soc/intel/fsp/ppi/coreboot_publish_mp_service_api.png
index 5836140c5395..5836140c5395 100644
--- a/Documentation/soc/intel/icelake/coreboot_publish_mp_service_api.png
+++ b/Documentation/soc/intel/fsp/ppi/coreboot_publish_mp_service_api.png
Binary files differ
diff --git a/Documentation/soc/intel/icelake/MultiProcessorInit.md b/Documentation/soc/intel/fsp/ppi/mp_service_ppi.md
index ab0b5135ed38..ab0b5135ed38 100644
--- a/Documentation/soc/intel/icelake/MultiProcessorInit.md
+++ b/Documentation/soc/intel/fsp/ppi/mp_service_ppi.md
diff --git a/Documentation/soc/intel/fsp/ppi/ppi.md b/Documentation/soc/intel/fsp/ppi/ppi.md
index 66dbf07c16b4..6d7afb47d4d6 100644
--- a/Documentation/soc/intel/fsp/ppi/ppi.md
+++ b/Documentation/soc/intel/fsp/ppi/ppi.md
@@ -7,3 +7,8 @@ where FSP should be able to locate PPI, published by boot firmware and
able to execute the same in FSP's context.
* [What is PPI](https://www.intel.com/content/dam/www/public/us/en/documents/reference-guides/efi-pei-cis-v09.pdf)
+
+## List of PPI service
+
+### Publish MP Service PPI from boot firmware (coreboot) to initialize CPU
+- [MP Service PPI](mp_service_ppi.md)
diff --git a/Documentation/soc/intel/icelake/index.md b/Documentation/soc/intel/icelake/index.md
index 450ab0f75863..71397d21bf3f 100644
--- a/Documentation/soc/intel/icelake/index.md
+++ b/Documentation/soc/intel/icelake/index.md
@@ -5,7 +5,3 @@ This section contains documentation about coreboot on specific Intel "Ice Lake"
## Ice Lake coreboot development
- [Ice Lake coreboot development](iceLake_coreboot_development.md)
-
-## Multiprocessor Init
-
-- [Multiprocessor Init](MultiProcessorInit.md)