about summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2019-06-15 00:00:15 -0400
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2019-06-15 14:26:21 -0400
commit5d92d16b49ee851dfbed7fb8b47e172ab1104a20 (patch)
tree9b43b73df5a86a33edaab9863c972f3791272c43 /nixos/modules/installer
parent390f2071df6f846f0e5ce488c3caeb03cdd43260 (diff)
downloadnixlib-5d92d16b49ee851dfbed7fb8b47e172ab1104a20.tar
nixlib-5d92d16b49ee851dfbed7fb8b47e172ab1104a20.tar.gz
nixlib-5d92d16b49ee851dfbed7fb8b47e172ab1104a20.tar.bz2
nixlib-5d92d16b49ee851dfbed7fb8b47e172ab1104a20.tar.lz
nixlib-5d92d16b49ee851dfbed7fb8b47e172ab1104a20.tar.xz
nixlib-5d92d16b49ee851dfbed7fb8b47e172ab1104a20.tar.zst
nixlib-5d92d16b49ee851dfbed7fb8b47e172ab1104a20.zip
sd-image-aarch64: Allows early modesetting for Allwinner boards
This will reduce the confusion at boot, where the only thing visible is
the last message from u-boot; where it looks like the board is
hung, while in reality it's likely resizing partitions.
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/cd-dvd/sd-image-aarch64.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/installer/cd-dvd/sd-image-aarch64.nix b/nixos/modules/installer/cd-dvd/sd-image-aarch64.nix
index 9930a4ff3047..151749f396df 100644
--- a/nixos/modules/installer/cd-dvd/sd-image-aarch64.nix
+++ b/nixos/modules/installer/cd-dvd/sd-image-aarch64.nix
@@ -29,6 +29,8 @@ in
   boot.initrd.availableKernelModules = [
     # Allows early (earlier) modesetting for the Raspberry Pi
     "vc4" "bcm2835_dma" "i2c_bcm2835"
+    # Allows early (earlier) modesetting for Allwinner SoCs
+    "sun4i_drm" "sun8i_drm_hdmi" "sun8i_mixer"
   ];
 
   sdImage = {