mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
rmc: Add bootloader entries for the Broxton-M/Joule platform
By adding these entries, we can get the serial console output on the correct ttyS2 port the default port for meta-intel is ttyS0, but we can fix this with the rmc configuration Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
06affcd13e
commit
3d83758e3c
2
common/recipes-bsp/rmc/boards/broxton-m/BOOTENTRY.CONFIG
Normal file
2
common/recipes-bsp/rmc/boards/broxton-m/BOOTENTRY.CONFIG
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
boot.conf
|
||||
install.conf
|
||||
4
common/recipes-bsp/rmc/boards/broxton-m/boot.conf
Normal file
4
common/recipes-bsp/rmc/boards/broxton-m/boot.conf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
title Joule / Broxton-m
|
||||
linux /vmlinuz
|
||||
initrd /initrd
|
||||
options LABEL=boot
|
||||
4
common/recipes-bsp/rmc/boards/broxton-m/install.conf
Normal file
4
common/recipes-bsp/rmc/boards/broxton-m/install.conf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
title Joule / Broxton-m Install
|
||||
linux /vmlinuz
|
||||
initrd /initrd
|
||||
options LABEL=install-efi rootwait
|
||||
Loading…
Reference in New Issue
Block a user