summaryrefslogtreecommitdiff
path: root/meta-amd
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-06-17 14:33:37 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-08-30 16:28:51 +0300
commit8d291c9db4271440ec1993587c08b024c4de0522 (patch)
treeaf833f119517f285c06e99831552c6a26c167f9e /meta-amd
parent7d47129c3844479dadde0b01f39cea574873c001 (diff)
downloadopenbmc-8d291c9db4271440ec1993587c08b024c4de0522.tar.xz
meta-ethanolx: Add support for Legacy/EFI selector
AMD EthanolX CRB is a board with x86-64 CPU, which means it can support both EFI and Legacy boot. Add 'boot_type' PACKAGECONFIG option for the phosphor-settings-manager package to support EFI/Legacy selector in the BMC boot override feature. This setting is designed for the possibility of setting boot override as: - "PC compatible" boot (legacy) - Extensible Firmware Interface Boot (EFI) Change-Id: I173c5b439b929e80f3a106f5e7775862f889ee16 Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'meta-amd')
-rw-r--r--meta-amd/meta-ethanolx/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-amd/meta-ethanolx/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend b/meta-amd/meta-ethanolx/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend
new file mode 100644
index 000000000..ae55f69d9
--- /dev/null
+++ b/meta-amd/meta-ethanolx/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend
@@ -0,0 +1 @@
+PACKAGECONFIG_append_ethanolx = " boot_type"