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>
This commit is contained in:
California Sullivan 2016-03-28 19:03:58 -07:00 committed by Saul Wold
parent 776c379e73
commit c6efc3ea16
2 changed files with 4 additions and 0 deletions

View File

@ -30,3 +30,5 @@ XSERVER ?= "${XSERVER_X86_BASE} \
SYSLINUX_OPTS = "serial 0 115200"
SERIAL_CONSOLES = "115200;ttyS0 115200;ttyPCH0"
APPEND += "console=ttyS0,115200 console=ttyPCH0,115200 console=tty0"
PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915"

View File

@ -29,3 +29,5 @@ XSERVER ?= "${XSERVER_X86_BASE} \
SYSLINUX_OPTS = "serial 0 115200"
SERIAL_CONSOLE = "115200 ttyS0"
APPEND += "console=ttyS0,115200 console=tty0"
PACKAGE_INSTALL_append_pn-core-image-minimal-initramfs = " linux-firmware-i915"