summaryrefslogtreecommitdiff
path: root/meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf')
-rw-r--r--meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf b/meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf
index ad67ece3f..ab79b520f 100644
--- a/meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf
+++ b/meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf
@@ -8,5 +8,13 @@ FLASH_SIZE = "32768"
require conf/machine/include/ast2500.inc
require conf/machine/include/obmc-bsp-common.inc
+# This is necessary for the host to boot properly -- without it, the ast2500
+# Super-IO is left enabled (SCU70[20]=0), which causes the host boot sequence
+# to hang during POST.
+require conf/distro/include/phosphor-isolation.inc
+
PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-asrock-apps"
PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-asrock-apps"
+
+VIRTUAL-RUNTIME_obmc-host-state-manager = "x86-power-control"
+VIRTUAL-RUNTIME_obmc-chassis-state-manager = "x86-power-control"