diff options
author | Karsten Merker <merker@debian.org> | 2014-03-20 19:39:28 +0000 |
---|---|---|
committer | Karsten Merker <merker@debian.org> | 2014-03-20 19:39:28 +0000 |
commit | 8cb6c8e3a19376a7cf13a8c4b8c0075f1051eaaa (patch) | |
tree | b379503fc154e3715f5b499717cb283fbafb83ba /en/hardware/supported | |
parent | b9864636478c2d4fe1d59f7bf0e5e2b29f205e87 (diff) | |
download | installation-guide-8cb6c8e3a19376a7cf13a8c4b8c0075f1051eaaa.zip |
installation-guide:
- List the ARM Versatile Express platform as supported by Debian/armf.
- List the EfikaMX platform as no longer supported by Debian/armhf
in Jessie.
Diffstat (limited to 'en/hardware/supported')
-rw-r--r-- | en/hardware/supported/arm.xml | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/en/hardware/supported/arm.xml b/en/hardware/supported/arm.xml index b312722a3..45c0c380f 100644 --- a/en/hardware/supported/arm.xml +++ b/en/hardware/supported/arm.xml @@ -169,7 +169,6 @@ which make it unsuitable for the installation of newer &debian; releases. </listitem> </varlistentry> -<!-- <varlistentry> <term>Versatile Express</term> <listitem> @@ -180,7 +179,6 @@ which make it unsuitable for the installation of newer &debian; releases. </para> </listitem> </varlistentry> ---> </variablelist> </para> @@ -204,4 +202,28 @@ which make it unsuitable for the installation of newer &debian; releases. </sect3> + +<sect3 arch="arm"><title>Platforms no longer supported by Debian/armhf</title> + +<variablelist> +<varlistentry> +<term>EfikaMX</term> +<listitem><para> + +The EfikaMX platform (Genesi Efika Smartbook and Genesi EfikaMX nettop) has +been supported in &debian; 7 with a platform-specific kernel, but is not +supported anymore from &debian; 8 onwards. The code required to build the +formerly used platform-specific kernel has been removed from the +upstream Linux kernel source in 2012, so Debian cannot provide newer +builds. +</para><para> +Using the armmp multiplatform kernel on the EfikaMX platform would require +device-tree support for it, which is currently not available. +</para></listitem> </varlistentry> </variablelist> + + +</sect3> + + + </sect2> |