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>
This commit is contained in:
parent
08311f5033
commit
2d96be6484
|
@ -18,6 +18,8 @@
|
||||||
<li><a target="_blank" href="soc.html">SoC</a> support</li>
|
<li><a target="_blank" href="soc.html">SoC</a> support</li>
|
||||||
<li><a target="_blank" href="../fsp1_1.html">FSP 1.1</a> integration</li>
|
<li><a target="_blank" href="../fsp1_1.html">FSP 1.1</a> integration</li>
|
||||||
<li><a target="_blank" href="../Board/board.html">Board</a> support</li>
|
<li><a target="_blank" href="../Board/board.html">Board</a> support</li>
|
||||||
|
<li><a target="_blank" href="#QuarkFsp">Quark™ FSP</a></li>
|
||||||
|
<li><a target="_blank" href="#CorebootPayloadPkg">CorebootPayloadPkg</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -29,7 +31,6 @@
|
||||||
<h1>Quark™ Documentation</h1>
|
<h1>Quark™ Documentation</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a target="_blank" href="http://www.intel.com/content/dam/www/public/us/en/images/embedded/16x9/edc-quark-block-diagram-16x9.png">Block Diagram</a></li>
|
<li><a target="_blank" href="http://www.intel.com/content/dam/www/public/us/en/images/embedded/16x9/edc-quark-block-diagram-16x9.png">Block Diagram</a></li>
|
||||||
<li>Intel® 64 and IA-32 Architectures <a target="_blank" href="http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-manual-325462.pdf">Software Developer Manual</a></li>
|
|
||||||
<li><a target="_blank" href="http://www.intel.com/content/www/us/en/embedded/products/quark/specifications.html">Specifications</a>:
|
<li><a target="_blank" href="http://www.intel.com/content/www/us/en/embedded/products/quark/specifications.html">Specifications</a>:
|
||||||
<ul>
|
<ul>
|
||||||
<li><a target="_blank" href="http://ark.intel.com/products/79084/Intel-Quark-SoC-X1000-16K-Cache-400-MHz">X1000</a>
|
<li><a target="_blank" href="http://ark.intel.com/products/79084/Intel-Quark-SoC-X1000-16K-Cache-400-MHz">X1000</a>
|
||||||
|
@ -42,6 +43,7 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
<li><a target="_blank" href="../index.html#Documentation">More documentation</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
@ -53,57 +55,19 @@ Build Instructions:
|
||||||
</p>
|
</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Set up <a href="#BuildEnvironment">build environment</a></li>
|
<li>Set up <a href="#BuildEnvironment">build environment</a></li>
|
||||||
<li>For the Galileo Gen 2, replace the following lines in
|
|
||||||
CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc:
|
|
||||||
<pre><code> gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio|FALSE
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x03F8
|
|
||||||
</code></pre>
|
|
||||||
with:
|
|
||||||
<pre><code>#
|
|
||||||
# Quark configuration
|
|
||||||
#
|
|
||||||
gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|1
|
|
||||||
|
|
||||||
#
|
|
||||||
# Specify Galileo HSUART1 serial port
|
|
||||||
#
|
|
||||||
[PcdsPatchableInModule.common]
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialPciDeviceInfo|{0xff}
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio|TRUE
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0xA0019000
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterStride|4
|
|
||||||
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialClockRate|44236800
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate|921600
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialLineControl|3 # 8-bits, no parity
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl|FALSE
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialDetectCable|FALSE
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialFifoControl|1 # Enable FIFO
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialExtendedTxFifoSize|16
|
|
||||||
</code></pre>
|
|
||||||
</li>
|
|
||||||
<li>Build Instructions:
|
|
||||||
<ul>
|
|
||||||
<li>Linux (assumes GCC48):
|
<li>Linux (assumes GCC48):
|
||||||
<ol type="A">
|
<pre><code>build -p CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc -a IA32 \
|
||||||
<li>Edit Conf/tools_def.txt to add " -march=i586" to the IA32_CC_FLAGS
|
-t GCC48 -b DEBUG -DDEBUG_PROPERTY_MASK=0x27 \
|
||||||
for the GCC compiler being used:
|
-DDEBUG_PRINT_ERROR_LEVEL=0x80000042 -DSHELL_TYPE=BUILD_SHELL \
|
||||||
<pre><code>*_GCC48_IA32_CC_FLAGS = DEF(GCC48_IA32_CC_FLAGS) -Os -march=i586</code></pre>
|
-DMAX_LOGICAL_PROCESSORS=1
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<pre><code>build -p CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc -a IA32 -t GCC48 -b DEBUG -DDEBUG_PROPERTY_MASK=0x27 -DDEBUG_PRINT_ERROR_LEVEL=0x80000042
|
|
||||||
ls Build/CorebootPayloadPkgIA32/DEBUG_GCC48/FV/UEFIPAYLOAD.fd
|
ls Build/CorebootPayloadPkgIA32/DEBUG_GCC48/FV/UEFIPAYLOAD.fd
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
<li>Windows (assumes Visual Studio 2015):
|
||||||
</li>
|
<pre><code>build -p CorebootPayloadPkg\CorebootPayloadPkgIa32.dsc -a IA32 -t VS2015x86 -b DEBUG -DDEBUG_PROPERTY_MASK=0x27 -DDEBUG_PRINT_ERROR_LEVEL=0x80000042 -DSHELL_TYPE=BUILD_SHELL -DMAX_LOGICAL_PROCESSORS=1
|
||||||
<li>Windows:
|
dir Build\CorebootPayloadPkgIA32\DEBUG_VS2015x86\FV\UEFIPAYLOAD.fd
|
||||||
<pre><code>build -p CorebootPayloadPkg\CorebootPayloadPkgIa32.dsc -a IA32 -t VS2012x86 -b DEBUG -DDEBUG_PROPERTY_MASK=0x27 -DDEBUG_PRINT_ERROR_LEVEL=0x80000042
|
|
||||||
dir Build\CorebootPayloadPkgIA32\DEBUG_VS2012x86\FV\UEFIPAYLOAD.fd
|
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>In the .config for coreboot, set the following Kconfig values:
|
<li>In the .config for coreboot, set the following Kconfig values:
|
||||||
<ul>
|
<ul>
|
||||||
<li>CONFIG_PAYLOAD_ELF=y</li>
|
<li>CONFIG_PAYLOAD_ELF=y</li>
|
||||||
|
@ -125,7 +89,6 @@ dir Build\CorebootPayloadPkgIA32\DEBUG_VS2012x86\FV\UEFIPAYLOAD.fd
|
||||||
<li>Get the EDK2 sources:
|
<li>Get the EDK2 sources:
|
||||||
<ol type="A">
|
<ol type="A">
|
||||||
<li>EDK2: git clone <a target="_blank" href="https://github.com/tianocore/edk2.git">https://github.com/tianocore/edk2.git</a></li>
|
<li>EDK2: git clone <a target="_blank" href="https://github.com/tianocore/edk2.git">https://github.com/tianocore/edk2.git</a></li>
|
||||||
<li>EDK2-FatPkg: git clone <a target="_blank" href="https://github.com/tianocore/edk2-FatPkg.git">https://github.com/tianocore/edk2-FatPkg.git</a> FatPkg</li>
|
|
||||||
<li>EDK2-non-osi: git clone <a target="_blank" href="https://github.com/tianocore/edk2-non-osi.git">https://github.com/tianocore/edk2-non-osi.git</a></li>
|
<li>EDK2-non-osi: git clone <a target="_blank" href="https://github.com/tianocore/edk2-non-osi.git">https://github.com/tianocore/edk2-non-osi.git</a></li>
|
||||||
<li>Win32 BaseTools: git clone <a target="_blank" href="https://github.com/tianocore/edk2-BaseTools-win32.git">https://github.com/tianocore/edk2-BaseTools-win32.git</a></li>
|
<li>Win32 BaseTools: git clone <a target="_blank" href="https://github.com/tianocore/edk2-BaseTools-win32.git">https://github.com/tianocore/edk2-BaseTools-win32.git</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
|
@ -134,7 +97,7 @@ dir Build\CorebootPayloadPkgIA32\DEBUG_VS2012x86\FV\UEFIPAYLOAD.fd
|
||||||
<ul>
|
<ul>
|
||||||
<li>Linux:
|
<li>Linux:
|
||||||
<pre><code>export WORKSPACE=$PWD
|
<pre><code>export WORKSPACE=$PWD
|
||||||
export PACKAGES_PATH="$PWD/edk2:$PWD/FatPkg:$PWD/edk2-non-osi"
|
export PACKAGES_PATH="$PWD/edk2:$PWD/edk2-non-osi"
|
||||||
cd edk2
|
cd edk2
|
||||||
export WORKSPACE=$PWD
|
export WORKSPACE=$PWD
|
||||||
. edksetup.sh
|
. edksetup.sh
|
||||||
|
@ -142,7 +105,7 @@ export WORKSPACE=$PWD
|
||||||
</li>
|
</li>
|
||||||
<li>Windows:
|
<li>Windows:
|
||||||
<pre><code>set WORKSPACE=%CD%
|
<pre><code>set WORKSPACE=%CD%
|
||||||
set PACKAGES_PATH=%WORKSPACE%\edk2;%WORKSPACE%\FatPkg;%WORKSPACE%\edk2-non-osi
|
set PACKAGES_PATH=%WORKSPACE%\edk2;%WORKSPACE%\edk2-non-osi
|
||||||
set EDK_TOOLS_BIN=%WORKSPACE%\edk2-BaseTools-win32
|
set EDK_TOOLS_BIN=%WORKSPACE%\edk2-BaseTools-win32
|
||||||
cd edk2
|
cd edk2
|
||||||
edksetup.bat
|
edksetup.bat
|
||||||
|
@ -152,32 +115,27 @@ edksetup.bat
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<p>
|
|
||||||
EDK2 Documentation:
|
|
||||||
</p>
|
|
||||||
<ul>
|
|
||||||
<li>Build <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/Build_Spec_1_26.pdf">V1.26</a></li>
|
|
||||||
<li>Coding Standards <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/CCS_2_1_Draft.pdf">V2.1</a></li>
|
|
||||||
<li>DEC <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/DEC_Spec_1_25.pdf">V1.25</a></li>
|
|
||||||
<li>DSC <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/DSC_Spec_1_26.pdf">V1.26</a></li>
|
|
||||||
<li><a target="_blank" href="https://github.com/tianocore/tianocore.github.io/wiki/UEFI-Driver-Writer's-Guide">Driver Writer's Guide</a></li>
|
|
||||||
<li>Expression Syntax <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/ExpressionSyntax_1.1.pdf">V1.1</a></li>
|
|
||||||
<li>FDF <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/FDF_Spec_1_26.pdf">V1.26</a></li>
|
|
||||||
<li>INF <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/INF_Spec_1_25.pdf">V1.25</a></li>
|
|
||||||
<li>PCD <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/PCD_Infrastructure.pdf">PCD</a>V0.55</li>
|
|
||||||
<li>UNI <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/UNI_File_Spec_v1_2_Errata_A.pdf">V1.2 Errata A</a></li>
|
|
||||||
<li>VRF <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/VFR_1_9.pdf">V1.9</a></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<h1>Quark™ FSP</h1>
|
<h1><a name="QuarkFsp">Quark™ FSP</a></h1>
|
||||||
<p>
|
<p>
|
||||||
Documentation:
|
Getting the Quark FSP source:
|
||||||
|
</p>
|
||||||
|
<ol>
|
||||||
|
<li>Set up an EDK-II <a href="#BuildEnvironment">Build Environment</a></li>
|
||||||
|
<li>cd edk2</li>
|
||||||
|
<li>mkdir QuarkFspPkg</li>
|
||||||
|
<li>cd QuarkFspPkg</li>
|
||||||
|
<li>Use git to clone <a target="_blank" href="https://review.gerrithub.io/#/admin/projects/LeeLeahy/quarkfsp">QuarkFspPkg</a> into the QuarkFpsPkg directory (.)</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Building QuarkFspPkg:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Intel® Firmware Support Package External Architecture Specification <a target="_blank" href="http://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/fsp-architecture-spec-v1-1.pdf">V1.1</a></li>
|
<li>Linux: QuarkFspPkg/BuildFsp.sh -d32</li>
|
||||||
|
<li>Windows: QuarkFspPkg/BuildFsp.bat -d32</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
@ -216,6 +174,6 @@ Documentation:
|
||||||
|
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<p>Modified: 29 February 2016</p>
|
<p>Modified: 17 May 2016</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -5,9 +5,9 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<h1>x86 FSP 1.1 Development</h1>
|
<h1>x86 FSP 1.1 Integration</h1>
|
||||||
<p>
|
<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
|
and board support. The combined steps are listed
|
||||||
<a target="_blank" href="development.html">here</a>.
|
<a target="_blank" href="development.html">here</a>.
|
||||||
The development steps for FSP are listed below:
|
The development steps for FSP are listed below:
|
||||||
|
@ -72,6 +72,6 @@
|
||||||
|
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<p>Modified: 31 January 2016</p>
|
<p>Modified: 17 May 2016</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -8,6 +8,7 @@
|
||||||
<h1>Intel® x86 Boards</h1>
|
<h1>Intel® x86 Boards</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a target="_blank" href="Board/galileo.html">Galileo</a></li>
|
<li><a target="_blank" href="Board/galileo.html">Galileo</a></li>
|
||||||
|
<li><a target="_blank" href="http://wiki.minnowboard.org/Coreboot">MinnowBoard MAX</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
@ -19,6 +20,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<hr>
|
||||||
<h1>x86 coreboot Development</h1>
|
<h1>x86 coreboot Development</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Get the <a target="_blank" href="https://www.coreboot.org/Git">coreboot source</li>
|
<li>Get the <a target="_blank" href="https://www.coreboot.org/Git">coreboot source</li>
|
||||||
|
@ -29,6 +31,9 @@
|
||||||
<li><a target="_blank" href="Board/board.html">Board</a> support</li>
|
<li><a target="_blank" href="Board/board.html">Board</a> support</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<hr>
|
||||||
<h1>Payload Development</h1>
|
<h1>Payload Development</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a target="_blank" href="SoC/quark.html#CorebootPayloadPkg">CorebootPayloadPkg</a>
|
<li><a target="_blank" href="SoC/quark.html#CorebootPayloadPkg">CorebootPayloadPkg</a>
|
||||||
|
@ -43,15 +48,39 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h1>Documentation</h1>
|
<hr>
|
||||||
|
<h1><a name="Documentation">Documentation</a></h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a target="_blank" href="http://www.uefi.org/sites/default/files/resources/ACPI_6.0.pdf">ACPI 6.0 Specification</a></li>
|
<li><a target="_blank" href="http://www.uefi.org/specifications">ACPI Specifications</a></li>
|
||||||
<li>Intel® 64 and IA-32 Architectures <a target="_blank" href="http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-manual-325462.pdf">Software Developer Manual</a></li>
|
<li>Intel® 64 and IA-32 Architectures <a target="_blank" href="http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-manual-325462.pdf">Software Developer Manual</a></li>
|
||||||
|
<li><a target="_blank" href="http://www.uefi.org/specifications">UEFI Specifications</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2><a name="Edk2Documentation">EDK-II Documentation</a></h2>
|
||||||
|
<ul>
|
||||||
|
<li>Build <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/Build_Spec_1_26.pdf">V1.26</a></li>
|
||||||
|
<li>Coding Standards <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/CCS_2_1_Draft.pdf">V2.1</a></li>
|
||||||
|
<li>DEC <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/DEC_Spec_1_25.pdf">V1.25</a></li>
|
||||||
|
<li>DSC <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/DSC_Spec_1_26.pdf">V1.26</a></li>
|
||||||
|
<li><a target="_blank" href="https://github.com/tianocore/tianocore.github.io/wiki/UEFI-Driver-Writer's-Guide">Driver Writer's Guide</a></li>
|
||||||
|
<li>Expression Syntax <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/ExpressionSyntax_1.1.pdf">V1.1</a></li>
|
||||||
|
<li>FDF <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/FDF_Spec_1_26.pdf">V1.26</a></li>
|
||||||
|
<li>INF <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/INF_Spec_1_25.pdf">V1.25</a></li>
|
||||||
|
<li>PCD <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/PCD_Infrastructure.pdf">PCD</a>V0.55</li>
|
||||||
|
<li>UNI <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/UNI_File_Spec_v1_2_Errata_A.pdf">V1.2 Errata A</a></li>
|
||||||
|
<li>VRF <a target="_blank" href="https://github.com/tianocore-docs/Docs/raw/master/Specifications/VFR_1_9.pdf">V1.9</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2><a name="FspDocumentation">FSP Documentation</a></h2>
|
||||||
|
<ul>
|
||||||
|
<li>Intel® Firmware Support Package External Architecture Specification <a target="_blank" href="http://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/fsp-architecture-spec-v2.pdf">V2.0</a></li>
|
||||||
<li>Intel® Firmware Support Package External Architecture Specification <a target="_blank" href="http://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/fsp-architecture-spec-v1-1.pdf">V1.1</a></li>
|
<li>Intel® Firmware Support Package External Architecture Specification <a target="_blank" href="http://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/fsp-architecture-spec-v1-1.pdf">V1.1</a></li>
|
||||||
|
<li>Intel® Firmware Support Package External Architecture Specification <a target="_blank" href="http://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/fsp-architecture-spec.pdf">V1.0</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<p>Modified: 28 February 2016</p>
|
<p>Modified: 17 May 2016</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue