summaryrefslogtreecommitdiffstats
path: root/meta-fri2/conf/machine/fri2-noemgd.conf
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2013-04-23 14:32:19 -0700
committerDarren Hart <dvhart@linux.intel.com>2013-04-23 14:45:15 -0700
commit6147ba0e962c3d7ba28b53b9b930f1bed5833c90 (patch)
treed6b3abeea5f1372b5a374e1de76c5d3167804915 /meta-fri2/conf/machine/fri2-noemgd.conf
parent196a1bd193400dac765df8fd0ff5cde68180ee39 (diff)
downloadmeta-intel-6147ba0e962c3d7ba28b53b9b930f1bed5833c90.tar.gz
fri2: Disable MSI interrupts for the HDA devicedylan-9.0.01.4.final1.4
Fixes [YOCTO 3814] MSI interrupts fail when using the EFI firmware on the FRI2. Disabling them enables the HDA device to function properly on both BIOS and EFI versions of the device. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-fri2/conf/machine/fri2-noemgd.conf')
-rw-r--r--meta-fri2/conf/machine/fri2-noemgd.conf2
1 files changed, 2 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"