summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-fri2/conf/machine/fri2-noemgd.conf2
-rw-r--r--meta-fri2/conf/machine/fri2.conf3
2 files changed, 5 insertions, 0 deletions
diff --git a/meta-fri2/conf/machine/fri2-noemgd.conf b/meta-fri2/conf/machine/fri2-noemgd.conf
index d9558a4f..5bb9edd5 100644
--- a/meta-fri2/conf/machine/fri2-noemgd.conf
+++ b/meta-fri2/conf/machine/fri2-noemgd.conf
@@ -29,3 +29,5 @@ APPEND += "console=ttyPCH1,115200 console=tty0"
29# EFI boot will ignore this and use the EFI framebuffer at 800x600 29# EFI boot will ignore this and use the EFI framebuffer at 800x600
30APPEND += "video=vesafb vga=0x318" 30APPEND += "video=vesafb vga=0x318"
31 31
32# MSI interrupts fail for the HDA device when using the EFI firmware
33APPEND += "snd_hda_intel.enable_msi=0"
diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf/machine/fri2.conf
index da572515..4fd8aa90 100644
--- a/meta-fri2/conf/machine/fri2.conf
+++ b/meta-fri2/conf/machine/fri2.conf
@@ -42,3 +42,6 @@ APPEND += "video=vesafb vga=0x318"
42 42
43# EMGD kernel driver needs at least 256MB of vmalloc space 43# EMGD kernel driver needs at least 256MB of vmalloc space
44APPEND += "vmalloc=256MB" 44APPEND += "vmalloc=256MB"
45
46# MSI interrupts fail for the HDA device when using the EFI firmware
47APPEND += "snd_hda_intel.enable_msi=0"