summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>