diff options
author | Lee Leahy <leroy.p.leahy@intel.com> | 2016-03-03 16:08:29 -0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-03-07 04:17:34 +0100 |
commit | fcfa94d6e806261ef31dadedc0500db9fc497ca2 (patch) | |
tree | 0aeb7a42d2f48ab5c8db41edd93a5eeed0e75aa1 | |
parent | 7b209ddea767c302b535f163cb9544864fa9a535 (diff) | |
download | coreboot-fcfa94d6e806261ef31dadedc0500db9fc497ca2.tar.xz |
Documentation/Intel: Add EDK-II links
Add a link to the "Driver Writer's Guide" and a link to the "EDK II
firmware for Intel Quark SoC X1000" document.
TEST=None
Change-Id: I8d629d06accfe24a0b8971b5b5868849587c3db7
Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com>
Reviewed-on: https://review.coreboot.org/13893
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
-rw-r--r-- | Documentation/Intel/SoC/quark.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/Intel/SoC/quark.html b/Documentation/Intel/SoC/quark.html index 5fe3f5ce02..5f5da72d89 100644 --- a/Documentation/Intel/SoC/quark.html +++ b/Documentation/Intel/SoC/quark.html @@ -160,6 +160,7 @@ EDK2 Documentation: <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> @@ -208,12 +209,13 @@ dir Build\Quark\DEBUG_VS2012x86\FV\Quark.fd Documentation: </p> <ul> + <li><a target="_blank" href="https://github.com/tianocore/edk2/tree/master/QuarkPlatformPkg">EDK II firmware for Intel® Quark™ SoC X1000 based platforms</a></li> <li>Intel® Quark™ SoC X1000 <a target="_blank" href="http://www.intel.com/content/dam/www/public/us/en/documents/guides/quark-x1000-uefi-firmware-writers-guide.pdf">UEFI Firmware Writer's Guide</a></li> </ul> <hr> -<p>Modified: 24 February 2016</p> +<p>Modified: 29 February 2016</p> </body> </html>
\ No newline at end of file |