Please add support for linux-linaro-imx51 on efika MX and efika SB
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| base-installer (Ubuntu) |
Wishlist
|
Emmet Hikory |
Bug Description
Binary package hint: base-installer
Please add kernel selection support in base-installer for linux-linaro-imx51 for the efika MX and efika SB.
Changed in base-installer (Ubuntu): | |
assignee: | nobody → Emmet Hikory (persia) |
status: | New → Incomplete |
Marcin Juszkiewicz (hrw) wrote : | #1 |
Changed in base-installer (Ubuntu): | |
importance: | Undecided → Wishlist |
Steev Klimaszewski (steev-gentoo) wrote : | #2 |
Adding per hrw's request on IRC.
steev@martha:~$ cat /proc/cpuinfo
Processor : ARMv7 Processor rev 5 (v7l)
BogoMIPS : 799.53
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x2
CPU part : 0xc08
CPU revision : 5
Hardware : Genesi Efika MX (Smarttop)
Revision : 51030
Serial : 0000000000000000
Steev Klimaszewski (steev-gentoo) wrote : | #3 |
Comment #2 is a TO3 (Most people will have these), This is the cpuinfo from a TO2. The TO2 has a NEON bug.
steev@pond:~$ cat /proc/cpuinfo
Processor : ARMv7 Processor rev 1 (v7l)
BogoMIPS : 799.53
Features : swp half thumb fastmult vfp edsp thumbee vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x2
CPU part : 0xc08
CPU revision : 1
Hardware : Genesi Efika MX (Smarttop)
Revision : 51025
Serial : 0000000000000000
Changed in base-installer (Ubuntu): | |
status: | Incomplete → In Progress |
hrw@efika: ~/devel/ efika$ cat /proc/cpuinfo
Processor : ARMv7 Processor rev 5 (v7l)
BogoMIPS : 799.53
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x2
CPU part : 0xc08
CPU revision : 5
Hardware : Genesi Efika MX (Smartbook) ~/devel/ efika$
Revision : 51030
Serial : 0000000000000000
hrw@efika: