From 3d83758e3c4ee050c56d158f6ada1b40b64f8fc3 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Fri, 28 Oct 2016 13:45:40 -0700 Subject: 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 --- 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 (limited to 'common/recipes-bsp') 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 00000000..b2fabe82 --- /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 00000000..caa00c50 --- /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 00000000..9cdd86b7 --- /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 -- cgit v1.2.3-54-g00ecf