diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-12 01:51:56 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-12 01:51:56 +0100 |
commit | 21b6aa2c0e6054ff4fd4bdd8bd825bc3177de069 (patch) | |
tree | ea2674785722d7d7e11c685444d40b8c201b9d49 /docs/hcl/index.html | |
parent | 162ed3fcd5d524f09755fa060920fc649d4e5f1f (diff) | |
download | librebootfr-21b6aa2c0e6054ff4fd4bdd8bd825bc3177de069.tar.gz librebootfr-21b6aa2c0e6054ff4fd4bdd8bd825bc3177de069.zip |
docs/hcl/index.html: separate compatibility list into sections
Diffstat (limited to 'docs/hcl/index.html')
-rw-r--r-- | docs/hcl/index.html | 40 |
1 files changed, 25 insertions, 15 deletions
diff --git a/docs/hcl/index.html b/docs/hcl/index.html index 8c186a4c..69467329 100644 --- a/docs/hcl/index.html +++ b/docs/hcl/index.html @@ -19,7 +19,13 @@ This sections relates to known hardware compatibility in libreboot. </p> <ul> - <li><a href="#supported_list">List of supported hardware</a></li> + <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> + </ul> + </li> <li><a href="#recommended_wifi">Recommended wifi chipsets</a></li> </ul> <p> @@ -34,20 +40,24 @@ <p> Libreboot supports the following systems in this release: </p> - <ul> - <li><a href="c201.html">ASUS Chromebook C201</a></li> - <li><a href="kfsn4-dre.html">ASUS KFSN4-DRE server/workstation board</a></li> - <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> - <li><a href="x200.html">Lenovo ThinkPad X200</a></li> - <li><a href="r400.html">Lenovo ThinkPad R400</a></li> - <li><a href="r500.html">Lenovo ThinkPad R500</a></li> - <li><a href="t400.html">Lenovo ThinkPad T400</a></li> - <li><a href="t500.html">Lenovo ThinkPad T500</a></li> - <li><a href="#macbook11">Apple MacBook1,1</a></li> - <li><a href="#macbook21">Apple MacBook2,1</a></li> - </ul> + <h3 id="supported_workstations">Servers/workstations</h3> + <ul> + <li><a href="kfsn4-dre.html">ASUS KFSN4-DRE motherboard</a></li> + </ul> + <h3 id="supported_laptops">Laptops</h3> + <ul> + <li><a href="c201.html">ASUS Chromebook C201</a></li> + <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> + <li><a href="x200.html">Lenovo ThinkPad X200</a></li> + <li><a href="r400.html">Lenovo ThinkPad R400</a></li> + <li><a href="r500.html">Lenovo ThinkPad R500</a></li> + <li><a href="t400.html">Lenovo ThinkPad T400</a></li> + <li><a href="t500.html">Lenovo ThinkPad T500</a></li> + <li><a href="#macbook11">Apple MacBook1,1</a></li> + <li><a href="#macbook21">Apple MacBook2,1</a></li> + </ul> <p> 'Supported' means that the build scripts know how to build ROM images for these systems, |