summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorCalifornia Sullivan <california.l.sullivan@intel.com>2016-03-29 02:03:58 (GMT)
committerSaul Wold <sgw@linux.intel.com>2016-03-29 18:45:33 (GMT)
commitc6efc3ea161222d1c08b2e6aac39645dbaec3d97 (patch)
tree263b07a11538ef8fecefb7bad2ac1e53a23ab8cc /conf
parent776c379e73e3196e6842079081e9e0edfd118cc8 (diff)
downloadmeta-intel-c6efc3ea161222d1c08b2e6aac39645dbaec3d97.tar.gz
machine: add i915 firmware to initramfs for intel-core* MACHINEs
Skylake and Broxton graphics require firmware blobs to run properly. The firmware must be built into the initramfs since the i915 driver is built into the kernel and won't have rootfs access on initialization. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/intel-core2-32.conf2
-rw-r--r--conf/machine/intel-corei7-64.conf2
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf
index d9587c0..d2a4c30 100644
--- a/conf/machine/intel-core2-32.conf
+++ b/conf/machine/intel-core2-32.conf
@@ -30,3 +30,5 @@ XSERVER ?= "${XSERVER_X86_BASE} \
30SYSLINUX_OPTS = "serial 0 115200" 30SYSLINUX_OPTS = "serial 0 115200"
31SERIAL_CONSOLES = "115200;ttyS0 115200;ttyPCH0" 31SERIAL_CONSOLES = "115200;ttyS0 115200;ttyPCH0"
32APPEND += "console=ttyS0,115200 console=ttyPCH0,115200 console=tty0" 32APPEND += "console=ttyS0,115200 console=ttyPCH0,115200 console=tty0"
33
34PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915"
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf
index 1f28ba8..8c7a21d 100644
--- a/conf/machine/intel-corei7-64.conf
+++ b/conf/machine/intel-corei7-64.conf
@@ -29,3 +29,5 @@ XSERVER ?= "${XSERVER_X86_BASE} \
29SYSLINUX_OPTS = "serial 0 115200" 29SYSLINUX_OPTS = "serial 0 115200"
30SERIAL_CONSOLE = "115200 ttyS0" 30SERIAL_CONSOLE = "115200 ttyS0"
31APPEND += "console=ttyS0,115200 console=tty0" 31APPEND += "console=ttyS0,115200 console=tty0"
32
33PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915"