summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2016-06-18 08:40:28 -0700
committerLee Leahy <leroy.p.leahy@intel.com>2016-07-08 17:58:52 +0200
commit24ba659d08cf6e4cbd32608105333e355dcecf2e (patch)
treeacd62e37d798f88027d5b0f4d3d2435f8642840b /Documentation
parent8b022dd8843f7d63d3833d40279c161c8fa2c44a (diff)
downloadcoreboot-24ba659d08cf6e4cbd32608105333e355dcecf2e.tar.xz
Documentation/Intel: Add feature documentation table
Add table containing feature documentation: * Feature name with link to specification or documentation * Linux utility name with link to utility documentation * EDK-II utility name with link to utility documentation Change-Id: Ie33d8563320697c12b34974286bffcadf92c016e Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/15256 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Intel/index.html48
1 files changed, 45 insertions, 3 deletions
diff --git a/Documentation/Intel/index.html b/Documentation/Intel/index.html
index cabcbff0c8..6aaf1bebed 100644
--- a/Documentation/Intel/index.html
+++ b/Documentation/Intel/index.html
@@ -51,7 +51,6 @@
<hr>
<h1><a name="Documentation">Documentation</a></h1>
<ul>
- <li><a target="_blank" href="http://www.uefi.org/specifications">ACPI Specifications</a></li>
<li>Intel&reg; 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>
@@ -78,9 +77,52 @@
<li>Intel&reg; 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>
-
+<h2><a name="FeatureDocumentation">Feature Documentation</a></h2>
+<table border="1">
+ <tr bgcolor="#c0ffc0"><th>Feature/Specification</th><th>Linux View/Test</th><th>EDK-II View/Test</th></tr>
+ <tr>
+ <td><a target="_blank" href="https://en.wikipedia.org/wiki/E820">e820</a></td>
+ <td><a target="_blank" href="http://manpages.ubuntu.com/manpages/trusty/man1/dmesg.1.html">dmesg</a></td>
+ <td>&nbsp;</td>
+ </tr>
+ <tr>
+ <td><a target="_blank" href="http://www.uefi.org/specifications">ACPI</a></td>
+ <td><a target="_blank" href="http://manpages.ubuntu.com/manpages/precise/man1/acpidump.1.html">acpidump</a></td>
+ <td>&nbsp;</td>
+ </tr>
+ <tr>
+ <td><a target="_blank" href="https://en.wikipedia.org/wiki/Extended_Display_Identification_Data">EDID</a></td>
+ <td><a target="_blank" href="http://manpages.ubuntu.com/manpages/trusty/man1/get-edid.1.html">get-edid | parse-edid</a></td>
+ <td>&nbsp;</td>
+ </tr>
+ <tr>
+ <td><a target="_blank" href="http://www.nxp.com/documents/user_manual/UM10204.pdf">I2C</a></td>
+ <td><a target="_blank" href="http://manpages.ubuntu.com/manpages/trusty/man1/get-edid.1.html">i2cdetect</a></td>
+ <td>&nbsp;</td>
+ </tr>
+ <tr>
+ <td><a target="_blank" href="http://www.intel.com/design/archives/processors/pro/docs/242016.htm">Multiprocessor</a></td>
+ <td><a target="_blank" href="http://manpages.ubuntu.com/manpages/trusty/man1/lscpu.1.html">lscpu</a></td>
+ <td>&nbsp;</td>
+ </tr>
+ <tr>
+ <td><a target="_blank" href="https://pcisig.com/specifications">PCI</a></td>
+ <td><a target="_blank" href="http://manpages.ubuntu.com/manpages/trusty/man8/lspci.8.html">lspci</a></td>
+ <td><a target="_blank" href="http://www.uefi.org/sites/default/files/resources/UEFI_Shell_Spec_2_0.pdf">pci</a></td>
+ </tr>
+ <tr>
+ <td><a target="_blank" href="https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.0.0.pdf">SMBIOS</a></td>
+ <td><a target="_blank" href="http://manpages.ubuntu.com/manpages/trusty/man8/dmidecode.8.html">dmidecode</a></td>
+ <td><a target="_blank" href="http://www.uefi.org/sites/default/files/resources/UEFI_Shell_Spec_2_0.pdf">smbiosview</a></td>
+ </tr>
+ <tr>
+ <td><a target="_blank" href="http://www.usb.org/developers/docs/">USB</a></td>
+ <td><a target="_blank" href="http://manpages.ubuntu.com/manpages/xenial/man8/lsusb.8.html">lsusb</a></td>
+ <td>&nbsp;</td>
+ </tr>
+</table>
<hr>
-<p>Modified: 17 May 2016</p>
+<p>Modified: 18 June 2016</p>
</body>
</html>