nixpkgs/nixos/modules
John Ericson b9acfb4ecf treewide: isArm -> isAarch32
Following legacy packing conventions, `isArm` was defined just for
32-bit ARM instruction set. This is confusing to non packagers though,
because Aarch64 is an ARM instruction set.

The official ARM overview for ARMv8[1] is surprisingly not confusing,
given the overall state of affairs for ARM naming conventions, and
offers us a solution. It divides the nomenclature into three levels:

```
ISA:             ARMv8   {-A, -R, -M}
                 /    \
Mode:     Aarch32     Aarch64
             |         /   \
Encoding:   A64      A32   T32
```

At the top is the overall v8 instruction set archicture. Second are the
two modes, defined by bitwidth but differing in other semantics too, and
buttom are the encodings, (hopefully?) isomorphic if they encode the
same mode.

The 32 bit encodings are mostly backwards compatible with previous
non-Thumb and Thumb encodings, and if so we can pun the mode names to
instead mean "sets of compatable or isomorphic encodings", and then
voilà we have nice names for 32-bit and 64-bit arm instruction sets
which do not use the word ARM so as to not confused either laymen or
experienced ARM packages.

[1]: https://developer.arm.com/products/architecture/a-profile

(cherry picked from commit ba52ae5048)
2018-04-25 15:50:41 -04:00
..
config treewide: isArm -> isAarch32 2018-04-25 15:50:41 -04:00
hardware Merge #35554: nixos/opengl: unhide and document 2018-03-04 17:33:01 +01:00
i18n/input-method Remove top-level kde5 attribute 2017-02-27 11:49:10 -06:00
installer nixos-enter: specify absolute path to bash 2018-03-04 16:19:52 +00:00
misc Merge #35454: nixos/pump.io: remove 2018-03-04 10:49:25 +01:00
profiles Add jq to the installation media 2018-02-27 20:20:37 +01:00
programs programs/bash: install nix-bash-completions if completion is enabled 2018-02-28 19:13:02 +01:00
security tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
services LightDM: Set default user session when possible. 2018-03-04 23:54:09 +00:00
system nixos/initrd-network: add udhcpc.extraArgs option (#36305) 2018-03-05 15:53:59 +00:00
tasks Merge pull request #27678 from volth/restore-bridge-slaves-dynamically-added-by-libvirt 2018-03-05 17:31:22 +00:00
testing nixos/qemu: Deduplicate QEMU serialDevice into qemu-flags.nix 2018-01-30 16:57:27 +02:00
virtualisation parallels: add package config option 2018-03-01 17:09:13 -06:00
module-list.nix Merge #35454: nixos/pump.io: remove 2018-03-04 10:49:25 +01:00
rename.nix nixos/piwik: rename to matomo 2018-02-22 22:03:55 +01:00