summaryrefslogtreecommitdiff
path: root/meta-asrock
diff options
context:
space:
mode:
authorZev Weiss <zweiss@equinix.com>2021-11-05 10:53:13 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-11-15 17:41:42 +0300
commit1d5acf185457042ac807c401532425f2d3386765 (patch)
treea7345496497902031188ddb1f4df4055766701aa /meta-asrock
parent4500eea0d567223b731f4df343130ffaa288f3aa (diff)
downloadopenbmc-1d5acf185457042ac807c401532425f2d3386765.tar.xz
e3c246d4i: enable phosphor-isolation
Without the patches enabled by this feature, the default e3c246d4i strapping leaves the AST2500's SuperIO enabled, which causes the host boot process to hang (POST code 0x9a). Fixes: #3820 Signed-off-by: Zev Weiss <zweiss@equinix.com> Change-Id: I45de4945ff7f3322ed87494ad2c7aa41ce345438
Diffstat (limited to 'meta-asrock')
-rw-r--r--meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf b/meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf
index 38fb811ff..ab79b520f 100644
--- a/meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf
+++ b/meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf
@@ -8,6 +8,11 @@ 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"