mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
rmc: Add board data for NUC5i5RYB
A particular intention of this change is to remove the serial setting in kernel command line that is hardcoded in core2 and corei7 conf files. However we cannot use KBOOTPARAM because it is designed as a fragment appended to hardcoded part at runtime. This is why we need to create more files in this patch to use cmdline in bootloader entry files to bypass whatever from the build. Once we have a clean base (no any preset console setting) in generic configurations, this change can be dropped. Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
3da6553f63
commit
8dbd551c1c
2
common/recipes-bsp/rmc/boards/NUC5i5RYB/BOOTENTRY.CONFIG
Normal file
2
common/recipes-bsp/rmc/boards/NUC5i5RYB/BOOTENTRY.CONFIG
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
boot.conf
|
||||
install.conf
|
||||
2
common/recipes-bsp/rmc/boards/NUC5i5RYB/INSTALLER.CONFIG
Normal file
2
common/recipes-bsp/rmc/boards/NUC5i5RYB/INSTALLER.CONFIG
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
efi_entry_dir:root:disk:770:/boot/loader/entries/
|
||||
boot.conf:root:disk:770:/boot/loader/entries/rmcboot.conf
|
||||
2
common/recipes-bsp/rmc/boards/NUC5i5RYB/POSTINSTALL.sh
Normal file
2
common/recipes-bsp/rmc/boards/NUC5i5RYB/POSTINSTALL.sh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# There is no tty device on this board.
|
||||
sed -i '/start_getty.\+ttyS.*/d' /tgt_root/etc/inittab
|
||||
4
common/recipes-bsp/rmc/boards/NUC5i5RYB/boot.conf
Normal file
4
common/recipes-bsp/rmc/boards/NUC5i5RYB/boot.conf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
title NUC5i5RYB boot
|
||||
linux /vmlinuz
|
||||
initrd /initrd
|
||||
options LABEL=boot rootwait
|
||||
4
common/recipes-bsp/rmc/boards/NUC5i5RYB/install.conf
Normal file
4
common/recipes-bsp/rmc/boards/NUC5i5RYB/install.conf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
title NUC5i5RYB install
|
||||
linux /vmlinuz
|
||||
initrd /initrd
|
||||
options LABEL=install-efi rootwait
|
||||
BIN
common/recipes-bsp/rmc/boards/NUC5i5RYB/nuc5i5.fp
Normal file
BIN
common/recipes-bsp/rmc/boards/NUC5i5RYB/nuc5i5.fp
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user