mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
intel-corei7-64: add machine configurations specific to leafhill bsp
We would like to enable new BSP for Intel Atom E3900 SoC based platforms. This will help us to consolidate BSP into intel-common and we can use KERNEL_FEATURES to select target BSP to compile. Leaf Hill uses different serial console port setup. Hence this mechanism are in place to enable new bsp with existing machine configurations file. Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
aca8652267
commit
21072a0d06
|
@ -30,5 +30,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \
|
|||
"
|
||||
|
||||
SYSLINUX_OPTS = "serial 0 115200"
|
||||
SERIAL_CONSOLE = "115200 ttyS0"
|
||||
APPEND += "console=ttyS0,115200 console=tty0"
|
||||
SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS0"
|
||||
SERIAL_CONSOLES_CHECK = "ttyS2 ttyS0"
|
||||
APPEND += "console=ttyS2,115200n8 console=ttyS0,115200 console=tty0"
|
||||
APPEND += "${@bb.utils.contains('KERNEL_FEATURES', 'leafhill', 'reboot=efi kmemleak=off i915.enable_ipc=1', '', d)}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user