summaryrefslogtreecommitdiff
path: root/src/hcl
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-11-11 01:24:54 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-11-11 01:24:54 -0600
commite6327e61dfe2cdef22dab4c3865b9a03d6bbb690 (patch)
tree98640eebf82a553799a1725dbacfd0ff72e60339 /src/hcl
parent06f187ced43b0bb0365feda11dd29b5a40504bf2 (diff)
downloaddocs-e6327e61dfe2cdef22dab4c3865b9a03d6bbb690.tar.gz
docs-e6327e61dfe2cdef22dab4c3865b9a03d6bbb690.tar.bz2
docs-e6327e61dfe2cdef22dab4c3865b9a03d6bbb690.tar.xz
docs-e6327e61dfe2cdef22dab4c3865b9a03d6bbb690.zip
Add initial version of HCL
Diffstat (limited to 'src/hcl')
-rw-r--r--src/hcl/1_fullsys.xml93
-rw-r--r--src/hcl/2_mainboard.xml25
-rw-r--r--src/hcl/3_disk.xml21
-rw-r--r--src/hcl/4_net.xml17
-rw-r--r--src/hcl/5_gfx.xml17
-rw-r--r--src/hcl/6_misc.xml17
-rw-r--r--src/hcl/hclbook.xml36
7 files changed, 226 insertions, 0 deletions
diff --git a/src/hcl/1_fullsys.xml b/src/hcl/1_fullsys.xml
new file mode 100644
index 0000000..d4812a9
--- /dev/null
+++ b/src/hcl/1_fullsys.xml
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="utf-8"?>
+<chapter label="1" id="fullsys">
+ <title>Whole Systems</title>
+ <para>This section is dedicated to fully-integrated systems, such as single-board computers (SBC) and devices which are primarily or exclusively sold as a single unit.</para>
+ <section>
+ <title>Desktop Systems</title>
+ <section>
+ <title>AArch64 (64-bit ARM)</title>
+ <para>(none)</para>
+ </section>
+ <section>
+ <title>PMMX (32-bit Intel x86)</title>
+ <para>(none)</para>
+ </section>
+ <section>
+ <title>PowerPC (32-bit)</title>
+ <itemizedlist>
+ <listitem><para>Apple Power Mac G4 "Digital Audio" (PowerMac3,4)</para></listitem>
+ </itemizedlist>
+ </section>
+ <section>
+ <title>PowerPC (64-bit)</title>
+ <itemizedlist>
+ <listitem><para>Apple Power Mac G5 "PCI-X" (PowerMac7,2)</para></listitem>
+ <listitem><para>Apple Power Mac G5 "PCI" (PowerMac7,3)</para></listitem>
+ <listitem><para>Raptor Computing Systems Talos II (dual processor) (TL2DS1)</para></listitem>
+ </itemizedlist>
+ </section>
+ <section>
+ <title>x86_64 (64-bit Intel x86)</title>
+ <itemizedlist>
+ <listitem><para>Apple Mac mini "Mid 2010" (Macmini4,1)</para></listitem>
+ </itemizedlist>
+ </section>
+ </section>
+ <section>
+ <title>Portable Systems (Laptop, notebook, netbook)</title>
+ <section>
+ <title>AArch64 (64-bit ARM)</title>
+ <para>(none)</para>
+ </section>
+ <section>
+ <title>PMMX (32-bit Intel x86)</title>
+ <itemizedlist>
+ <listitem><para>Compaq Armada e500</para></listitem>
+ </itemizedlist>
+ </section>
+ <section>
+ <title>PowerPC (32-bit)</title>
+ <itemizedlist>
+ <listitem><para>Apple iBook G3 "Snow" (PowerBook4,1)</para></listitem>
+ <listitem><para>Apple PowerBook G4 "FW800" (PowerBook5,2)</para></listitem>
+ </itemizedlist>
+ </section>
+ <section>
+ <title>PowerPC (64-bit)</title>
+ <para>(none)</para>
+ </section>
+ <section>
+ <title>x86_64 (64-bit Intel x86)</title>
+ <itemizedlist>
+ <listitem><para>ASUS EeePC 1015PE</para></listitem>
+ </itemizedlist>
+ </section>
+ </section>
+ <section>
+ <title>Single Board Systems (SBC)</title>
+ <section>
+ <title>AArch64 (64-bit ARM)</title>
+ <itemizedlist>
+ <listitem><para>Pine64 A64</para></listitem>
+ </itemizedlist>
+ </section>
+ <section>
+ <title>PMMX (32-bit Intel x86)</title>
+ <para>(none)</para>
+ </section>
+ <section>
+ <title>PowerPC (32-bit)</title>
+ <para>(none)</para>
+ </section>
+ <section>
+ <title>PowerPC (64-bit)</title>
+ <para>(none)</para>
+ </section>
+ <section>
+ <title>x86_64 (64-bit Intel x86)</title>
+ <itemizedlist>
+ <listitem><para>Intel x5-z8330 "Compute Stick"</para></listitem>
+ </itemizedlist>
+ </section>
+ </section>
+</chapter>
diff --git a/src/hcl/2_mainboard.xml b/src/hcl/2_mainboard.xml
new file mode 100644
index 0000000..cdffd69
--- /dev/null
+++ b/src/hcl/2_mainboard.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<chapter label="2" id="mainboard">
+ <title>Mainboards (motherboards, logic boards)</title>
+ <para></para>
+ <section>
+ <title>AArch64 (64-bit ARM)</title>
+ <para></para>
+ </section>
+ <section>
+ <title>PMMX (32-bit Intel x86)</title>
+ <para></para>
+ </section>
+ <section>
+ <title>PowerPC (32-bit)</title>
+ <para></para>
+ </section>
+ <section>
+ <title>PowerPC (64-bit)</title>
+ <para></para>
+ </section>
+ <section>
+ <title>x86_64 (64-bit Intel x86)</title>
+ <para></para>
+ </section>
+</chapter>
diff --git a/src/hcl/3_disk.xml b/src/hcl/3_disk.xml
new file mode 100644
index 0000000..eac920d
--- /dev/null
+++ b/src/hcl/3_disk.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<chapter label="3" id="disk">
+ <title>Disk drive controllers</title>
+ <para></para>
+ <section>
+ <title>SATA (AHCI)</title>
+ <para></para>
+ </section>
+ <section>
+ <title>SCSI</title>
+ <para></para>
+ </section>
+ <section>
+ <title>IDE (PATA, ATA)</title>
+ <para></para>
+ </section>
+ <section>
+ <title>SAS</title>
+ <para></para>
+ </section>
+</chapter>
diff --git a/src/hcl/4_net.xml b/src/hcl/4_net.xml
new file mode 100644
index 0000000..3b08e0b
--- /dev/null
+++ b/src/hcl/4_net.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<chapter label="4" id="net">
+ <title>Networking equipment (NICs, WiFi, wireless, Bluetooth)</title>
+ <para></para>
+ <section>
+ <title>Ethernet adaptors</title>
+ <para></para>
+ </section>
+ <section>
+ <title>Wireless adaptors (WiFi)</title>
+ <para></para>
+ </section>
+ <section>
+ <title>Bluetooth adaptors</title>
+ <para></para>
+ </section>
+</chapter>
diff --git a/src/hcl/5_gfx.xml b/src/hcl/5_gfx.xml
new file mode 100644
index 0000000..9c60620
--- /dev/null
+++ b/src/hcl/5_gfx.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<chapter label="5" id="gfx">
+ <title>Graphics processing units (framebuffers, 3D accelerators, GPUs, IGPs)</title>
+ <para></para>
+ <section>
+ <title>Integrated graphics (IGPs, on-board GPU)</title>
+ <para></para>
+ </section>
+ <section>
+ <title>Discrete graphics (GPU)</title>
+ <para></para>
+ </section>
+ <section>
+ <title>?</title>
+ <para></para>
+ </section>
+</chapter>
diff --git a/src/hcl/6_misc.xml b/src/hcl/6_misc.xml
new file mode 100644
index 0000000..2c75f39
--- /dev/null
+++ b/src/hcl/6_misc.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<chapter label="6" id="misc">
+ <title>Miscellaneous components ()</title>
+ <para></para>
+ <section>
+ <title>Component type #1</title>
+ <para></para>
+ </section>
+ <section>
+ <title>Component type #2</title>
+ <para></para>
+ </section>
+ <section>
+ <title>Component type #3!</title>
+ <para></para>
+ </section>
+</chapter>
diff --git a/src/hcl/hclbook.xml b/src/hcl/hclbook.xml
new file mode 100644
index 0000000..3d114f0
--- /dev/null
+++ b/src/hcl/hclbook.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY chap1 SYSTEM "1_fullsys.xml">
+ <!ENTITY chap2 SYSTEM "2_mainboard.xml">
+ <!ENTITY chap3 SYSTEM "3_disk.xml">
+ <!ENTITY chap4 SYSTEM "4_net.xml">
+ <!ENTITY chap5 SYSTEM "5_gfx.xml">
+ <!ENTITY chap6 SYSTEM "6_misc.xml">
+]>
+<book>
+ <bookinfo>
+ <title>Adélie Linux 1.0 Hardware Compatibility Handbook</title>
+ <author>
+ <personname><firstname>A.</firstname><surname>Wilcox</surname></personname>
+ </author>
+ <copyright><year>2018</year><holder>Adélie Linux</holder></copyright>
+ </bookinfo>
+ <preface>
+ <title>Preface</title>
+ <para>This Hardware Compatibility Handbook is the official list of hardware that was tested to ensure an enjoyable user experience while running the Adélie Linux 1.0 system.</para>
+ <para>Many community members contributed the hardware that they use and test on to the final version of this Handbook. This includes many people on the Adélie IRC channel, and the Adélie mailing lists.</para>
+ <para>Please feel free to contact me or the Adélie Linux community if you have any suggestions on how to make this handbook better, including hardware that is working for you, or hardware listed here that is not functioning correctly. We'd love to hear from you, and we hope you enjoy using our distribution.</para>
+ <para>– A. Wilcox, 2018</para>
+ <section>
+ <title>Intellectual property notice</title>
+ <para>The trade names, company names, product names, and other names used to describe hardware in this list remain the sole intellectual property of their rightful owners. The usage of these names on this list are for public information of compatibility with the Adélie Linux distribution only. Display on this list does not represent endorsement of Adélie Linux or its maintainers.</para>
+ </section>
+ </preface>
+ &chap1;
+ &chap2;
+ &chap3;
+ &chap4;
+ &chap5;
+ &chap6;
+</book>