diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-11 21:55:58 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-11 21:55:58 (EDT) |
commit | 2c63b142eed004af869c9c8f16fffcb5a9170bef (patch) | |
tree | 8b1f4bf6fafde5f248f3cf991ef85d2462e84545 /docs | |
parent | 21b6aa2c0e6054ff4fd4bdd8bd825bc3177de069 (diff) | |
download | libreboot-2c63b142eed004af869c9c8f16fffcb5a9170bef.zip libreboot-2c63b142eed004af869c9c8f16fffcb5a9170bef.tar.gz libreboot-2c63b142eed004af869c9c8f16fffcb5a9170bef.tar.bz2 |
docs/hcl/index.html: further categorize the HCL
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hcl/index.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/hcl/index.html b/docs/hcl/index.html index 6946732..9342240 100644 --- a/docs/hcl/index.html +++ b/docs/hcl/index.html @@ -22,8 +22,9 @@ <li> <a href="#supported_list">List of supported hardware</a> <ul> - <li><a href="#supported_workstations">Servers/workstations</a></li> - <li><a href="#supported_laptops">Laptops</a></li> + <li><a href="#supported_workstations_x86amd">Servers/workstations</a></li> + <li><a href="#supported_laptops_arm">Laptops (ARM)</a></li> + <li><a href="#supported_laptops_x86intel">Laptops (Intel, x86)</a></li> </ul> </li> <li><a href="#recommended_wifi">Recommended wifi chipsets</a></li> @@ -40,13 +41,16 @@ <p> Libreboot supports the following systems in this release: </p> - <h3 id="supported_workstations">Servers/workstations</h3> + <h3 id="supported_workstations_x86amd">Servers/workstations (AMD, x86)</h3> <ul> <li><a href="kfsn4-dre.html">ASUS KFSN4-DRE motherboard</a></li> </ul> - <h3 id="supported_laptops">Laptops</h3> + <h3 id="supported_laptops_arm">Laptops (ARM)</h3> <ul> <li><a href="c201.html">ASUS Chromebook C201</a></li> + </ul> + <h3 id="supported_laptops_x86intel">Laptops (Intel, x86)</h3> + <ul> <li><a href="#supported_x60_list">Lenovo ThinkPad X60/X60s</a></li> <li><a href="#supported_x60t_list">Lenovo ThinkPad X60 Tablet</a></li> <li><a href="#supported_t60_list">Lenovo ThinkPad T60</a> (there are exceptions. see link)</li> |