1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-14 09:16:39 +03:00
mobile-nixos/modules
Samuel Dionne-Riel 467702a853 quirks: Add qualcomm wcnss-wlan quirk
This quirk assumes the firmware has been set appropriately in the NixOS
configuration, using something akin to:

```
  hardware.firmware = [
    pkgs.my-device-firmware
  ];
```
2020-04-09 22:27:15 -04:00
..
_nixos-disintegration nixos-integration: Use initrd.enable = false 2020-04-09 22:27:15 -04:00
quirks/qualcomm quirks: Add qualcomm wcnss-wlan quirk 2020-04-09 22:27:15 -04:00
stage-1/tasks initrd-usb: Follow AOSP init order more closely 2020-02-03 16:19:10 -05:00
system-types doc: Add depthcharge notes 2020-04-04 21:04:33 -04:00
_nixos-integration.nix Allow evaluating without NixOS. 2020-04-06 18:32:45 -04:00
adb.nix initrd-usb: ffs -> adb for ADB 2020-02-03 16:19:10 -05:00
boot-initrd.nix boot-initrd: Removes outdated option 2020-02-03 16:19:10 -05:00
cross-workarounds.nix Add workarounds to enable minimal rootfs cross-compilation. 2020-03-13 22:45:48 -04:00
devices-metadata.nix devices-metadata: Generate metadata using the modules system 2020-04-04 15:19:44 -04:00
hardware-allwinner.nix hardware-allwinner: Configure initial gap 2020-03-28 16:40:10 -04:00
hardware-generic.nix hardware: Add generic ARM platforms 2020-03-13 14:56:21 -04:00
hardware-qualcomm.nix qualcomm: Rely on refresher, lvgl does not play well with handle. 2020-02-28 23:14:09 -05:00
hardware-ram.nix Adds qemu-x86_64 device. 2018-06-17 20:55:34 -04:00
hardware-rockchip.nix system-target: reviews implementation 2019-09-19 15:31:26 -04:00
hardware-screen.nix framebuffer: Removes fb.modes support... 2018-07-05 15:00:24 -04:00
hardware-soc.nix modules: misc minor refactor 2019-09-21 13:58:59 -04:00
initrd-base.nix initrd-base: Use hardshutdown 2020-01-10 00:46:11 -05:00
initrd-boot-gui.nix boot/error: Init error reporting applet 2020-03-09 19:44:27 -04:00
initrd-fail.nix boot/init: Use the new error reporting applet 2020-03-09 19:45:49 -04:00
initrd-fbterm.nix initrd-fbterm: Port to new stage-1 init 2020-02-03 16:19:10 -05:00
initrd-kernel.nix initrd: Removes dead code from initrd-kernel 2020-02-03 16:19:10 -05:00
initrd-logs.nix initrd: Fix early logging 2020-02-03 21:58:21 -05:00
initrd-network.nix initrd-network: Port to a boot/init task 2020-02-03 16:19:10 -05:00
initrd-shell.nix initrd-shell: Allows using a shell on failure... 2020-02-03 16:19:10 -05:00
initrd-ssh.nix initrd-ssh: Reformat option description 2020-04-06 18:32:45 -04:00
initrd-usb.nix initrd-usb: Only enable when a mode is available 2020-02-03 16:19:10 -05:00
initrd-vendor.nix initrd-vendor: mount vendor read-only 2020-03-29 15:23:26 -04:00
initrd.nix initrd: Fix regression from removal of _module 2020-03-19 16:57:08 -04:00
internal.nix modules/internal: Init 2020-03-30 23:49:28 -04:00
mobile-device.nix WIP Migrates device configuration into the options system. 2018-06-16 23:21:41 +00:00
module-list.nix Allow evaluating without NixOS. 2020-04-06 18:32:45 -04:00
nixpkgs.nix overlay: Import mruby 2020-02-03 16:19:10 -05:00
stage-2-splash.nix stage-2-splash: Init re-purposed module 2020-03-09 19:57:31 -04:00
system-target.nix system-target: Stop relying on builtins.currentSystem 2020-03-13 19:43:34 -04:00
system-types.nix system-types: Move in discrete directories 2020-04-04 19:56:56 -04:00