diff options
Diffstat (limited to 'recipes-bsp/rmc/boards/broxton-m')
-rw-r--r-- | recipes-bsp/rmc/boards/broxton-m/BOOTENTRY.CONFIG | 2 | ||||
-rw-r--r-- | recipes-bsp/rmc/boards/broxton-m/INSTALLER.CONFIG | 3 | ||||
-rw-r--r-- | recipes-bsp/rmc/boards/broxton-m/KBOOTPARAM | 1 | ||||
-rw-r--r-- | recipes-bsp/rmc/boards/broxton-m/POSTINSTALL.sh | 2 | ||||
-rwxr-xr-x | recipes-bsp/rmc/boards/broxton-m/bm-1F1.fp | bin | 0 -> 83 bytes | |||
-rwxr-xr-x | recipes-bsp/rmc/boards/broxton-m/bm.fp | bin | 0 -> 83 bytes | |||
-rw-r--r-- | recipes-bsp/rmc/boards/broxton-m/boot.conf | 4 | ||||
-rw-r--r-- | recipes-bsp/rmc/boards/broxton-m/install.conf | 4 | ||||
-rw-r--r-- | recipes-bsp/rmc/boards/broxton-m/joule-1F1.fp | bin | 0 -> 122 bytes |
9 files changed, 16 insertions, 0 deletions
diff --git a/recipes-bsp/rmc/boards/broxton-m/BOOTENTRY.CONFIG b/recipes-bsp/rmc/boards/broxton-m/BOOTENTRY.CONFIG new file mode 100644 index 00000000..b2fabe82 --- /dev/null +++ b/recipes-bsp/rmc/boards/broxton-m/BOOTENTRY.CONFIG | |||
@@ -0,0 +1,2 @@ | |||
1 | boot.conf | ||
2 | install.conf | ||
diff --git a/recipes-bsp/rmc/boards/broxton-m/INSTALLER.CONFIG b/recipes-bsp/rmc/boards/broxton-m/INSTALLER.CONFIG new file mode 100644 index 00000000..ecd20609 --- /dev/null +++ b/recipes-bsp/rmc/boards/broxton-m/INSTALLER.CONFIG | |||
@@ -0,0 +1,3 @@ | |||
1 | # Keep rmc Joule boot.conf instead of meta-intel default | ||
2 | efi_entry_dir:root:disk:770:/boot/loader/entries/ | ||
3 | boot.conf:root:disk:770:/boot/loader/entries/boot.conf | ||
diff --git a/recipes-bsp/rmc/boards/broxton-m/KBOOTPARAM b/recipes-bsp/rmc/boards/broxton-m/KBOOTPARAM new file mode 100644 index 00000000..08be5dfb --- /dev/null +++ b/recipes-bsp/rmc/boards/broxton-m/KBOOTPARAM | |||
@@ -0,0 +1 @@ | |||
video=efifb maxcpus=4 reboot=efi kmemleak=off console=tty0 console=ttyS2,115200 | |||
diff --git a/recipes-bsp/rmc/boards/broxton-m/POSTINSTALL.sh b/recipes-bsp/rmc/boards/broxton-m/POSTINSTALL.sh new file mode 100644 index 00000000..30bbd28e --- /dev/null +++ b/recipes-bsp/rmc/boards/broxton-m/POSTINSTALL.sh | |||
@@ -0,0 +1,2 @@ | |||
1 | # Joule uses only S2 for serial, so remove S0 | ||
2 | sed -i '/start_getty.\+ttyS0/d' /tgt_root/etc/inittab | ||
diff --git a/recipes-bsp/rmc/boards/broxton-m/bm-1F1.fp b/recipes-bsp/rmc/boards/broxton-m/bm-1F1.fp new file mode 100755 index 00000000..1a150280 --- /dev/null +++ b/recipes-bsp/rmc/boards/broxton-m/bm-1F1.fp | |||
Binary files differ | |||
diff --git a/recipes-bsp/rmc/boards/broxton-m/bm.fp b/recipes-bsp/rmc/boards/broxton-m/bm.fp new file mode 100755 index 00000000..135a7a5d --- /dev/null +++ b/recipes-bsp/rmc/boards/broxton-m/bm.fp | |||
Binary files differ | |||
diff --git a/recipes-bsp/rmc/boards/broxton-m/boot.conf b/recipes-bsp/rmc/boards/broxton-m/boot.conf new file mode 100644 index 00000000..caa00c50 --- /dev/null +++ b/recipes-bsp/rmc/boards/broxton-m/boot.conf | |||
@@ -0,0 +1,4 @@ | |||
1 | title Joule / Broxton-m | ||
2 | linux /vmlinuz | ||
3 | initrd /initrd | ||
4 | options LABEL=boot | ||
diff --git a/recipes-bsp/rmc/boards/broxton-m/install.conf b/recipes-bsp/rmc/boards/broxton-m/install.conf new file mode 100644 index 00000000..9cdd86b7 --- /dev/null +++ b/recipes-bsp/rmc/boards/broxton-m/install.conf | |||
@@ -0,0 +1,4 @@ | |||
1 | title Joule / Broxton-m Install | ||
2 | linux /vmlinuz | ||
3 | initrd /initrd | ||
4 | options LABEL=install-efi rootwait | ||
diff --git a/recipes-bsp/rmc/boards/broxton-m/joule-1F1.fp b/recipes-bsp/rmc/boards/broxton-m/joule-1F1.fp new file mode 100644 index 00000000..d757614f --- /dev/null +++ b/recipes-bsp/rmc/boards/broxton-m/joule-1F1.fp | |||
Binary files differ | |||