mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
rmc: enable serial console when running under QEMU
Since we can run ordinary intel-corei7-64 wic images under QEMU
it makes sense to add QEMU quirks enabling serial console
to the RMC DB.
This patch appends "console=ttyS0,115200" to kernel command
line in case the image is used to run a QEMU VM e.g. with the
command:
$ runqemu ovmf refkit-image-common wic intel-corei7-64 slirp serial nographic
Unfortunately different major versions of QEMU produce different
RMC fingerprints, so the QEMU versions 2.6.x and 2.8.x should be
treated as different boards.
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
5aa04f42d9
commit
23f676af45
1
common/recipes-bsp/rmc/boards/qemu-2.6/KBOOTPARAM
Normal file
1
common/recipes-bsp/rmc/boards/qemu-2.6/KBOOTPARAM
Normal file
|
|
@ -0,0 +1 @@
|
|||
console=ttyS0,115200
|
||||
BIN
common/recipes-bsp/rmc/boards/qemu-2.6/qemu-2.6.fp
Normal file
BIN
common/recipes-bsp/rmc/boards/qemu-2.6/qemu-2.6.fp
Normal file
Binary file not shown.
1
common/recipes-bsp/rmc/boards/qemu-2.8/KBOOTPARAM
Normal file
1
common/recipes-bsp/rmc/boards/qemu-2.8/KBOOTPARAM
Normal file
|
|
@ -0,0 +1 @@
|
|||
console=ttyS0,115200
|
||||
BIN
common/recipes-bsp/rmc/boards/qemu-2.8/qemu-2.8.fp
Normal file
BIN
common/recipes-bsp/rmc/boards/qemu-2.8/qemu-2.8.fp
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user