diff options
| -rw-r--r-- | common/recipes-bsp/rmc/boards/broxton-m/BOOTENTRY.CONFIG | 2 | ||||
| -rw-r--r-- | common/recipes-bsp/rmc/boards/broxton-m/boot.conf | 4 | ||||
| -rw-r--r-- | common/recipes-bsp/rmc/boards/broxton-m/install.conf | 4 |
3 files changed, 10 insertions, 0 deletions
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 @@ | |||
| 1 | boot.conf | ||
| 2 | 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 @@ | |||
| 1 | title Joule / Broxton-m | ||
| 2 | linux /vmlinuz | ||
| 3 | initrd /initrd | ||
| 4 | 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 @@ | |||
| 1 | title Joule / Broxton-m Install | ||
| 2 | linux /vmlinuz | ||
| 3 | initrd /initrd | ||
| 4 | options LABEL=install-efi rootwait | ||
