diff options
-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, |