From 2c0811eab3994bae539be25d1b5c74bd6313b148 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Gupta Date: Fri, 11 Nov 2016 17:38:03 +0800 Subject: rmc: Add support for MohonPeak platform Intel common BSP is using ttyS0 and tty0 for consoles by default. By Adding support for mohonpeak platforms to rmc, these console port can customized to ttyS1 and tty1 by detecting the fingerprint file at runtime. It will use their own boot.conf/install.conf for booting/installing. Signed-off-by: Rahul Kumar Gupta Signed-off-by: Saul Wold --- common/recipes-bsp/rmc/boards/mohonpeak/install.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 common/recipes-bsp/rmc/boards/mohonpeak/install.conf (limited to 'common/recipes-bsp/rmc/boards/mohonpeak/install.conf') diff --git a/common/recipes-bsp/rmc/boards/mohonpeak/install.conf b/common/recipes-bsp/rmc/boards/mohonpeak/install.conf new file mode 100644 index 00000000..dde3497d --- /dev/null +++ b/common/recipes-bsp/rmc/boards/mohonpeak/install.conf @@ -0,0 +1,4 @@ +title Mohon Peak Install +linux /vmlinuz +initrd /initrd +options LABEL=install-efi rootwait -- cgit v1.2.3-54-g00ecf