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 <[email protected]>
---
 common/recipes-bsp/rmc/boards/broxton-m/BOOTENTRY.CONFIG | 2 ++
 common/recipes-bsp/rmc/boards/broxton-m/boot.conf        | 4 ++++
 common/recipes-bsp/rmc/boards/broxton-m/install.conf     | 4 ++++
 3 files changed, 10 insertions(+)
 create mode 100644 common/recipes-bsp/rmc/boards/broxton-m/BOOTENTRY.CONFIG
 create mode 100644 common/recipes-bsp/rmc/boards/broxton-m/boot.conf
 create mode 100644 common/recipes-bsp/rmc/boards/broxton-m/install.conf

diff --git a/common/recipes-bsp/rmc/boards/broxton-m/BOOTENTRY.CONFIG 
b/common/recipes-bsp/rmc/boards/broxton-m/BOOTENTRY.CONFIG
new file mode 100644
index 0000000..b2fabe8
--- /dev/null
+++ b/common/recipes-bsp/rmc/boards/broxton-m/BOOTENTRY.CONFIG
@@ -0,0 +1,2 @@
+boot.conf
+install.conf
diff --git a/common/recipes-bsp/rmc/boards/broxton-m/boot.conf 
b/common/recipes-bsp/rmc/boards/broxton-m/boot.conf
new file mode 100644
index 0000000..caa00c5
--- /dev/null
+++ b/common/recipes-bsp/rmc/boards/broxton-m/boot.conf
@@ -0,0 +1,4 @@
+title Joule / Broxton-m
+linux /vmlinuz
+initrd /initrd
+options LABEL=boot
diff --git a/common/recipes-bsp/rmc/boards/broxton-m/install.conf 
b/common/recipes-bsp/rmc/boards/broxton-m/install.conf
new file mode 100644
index 0000000..9cdd86b
--- /dev/null
+++ b/common/recipes-bsp/rmc/boards/broxton-m/install.conf
@@ -0,0 +1,4 @@
+title Joule / Broxton-m Install
+linux /vmlinuz
+initrd /initrd
+options LABEL=install-efi rootwait
-- 
2.7.4

-- 
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to