summaryrefslogtreecommitdiff
path: root/meta-asrock
diff options
context:
space:
mode:
authorZev Weiss <zev@bewilderbeest.net>2022-05-17 06:02:26 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2022-11-15 00:49:32 +0300
commitf35e6b7ecc6b5c5fdb561643831082226c586b6e (patch)
tree3ef2a23f0ef74f688dbf8b06db22f715055c7240 /meta-asrock
parent5088e149522cd524db3f2144c0b01f58a191f55f (diff)
downloadopenbmc-f35e6b7ecc6b5c5fdb561643831082226c586b6e.tar.xz
e3c246d4i: Switch to u-boot-aspeed-sdk
Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: I8aa7fc6b4105bd8a85075868de2ffb3e9d879658
Diffstat (limited to 'meta-asrock')
-rw-r--r--meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf11
1 files changed, 2 insertions, 9 deletions
diff --git a/meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf b/meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf
index c32666475e..8e0a022c99 100644
--- a/meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf
+++ b/meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf
@@ -1,21 +1,14 @@
KMACHINE = "aspeed"
KERNEL_DEVICETREE = "${KMACHINE}-bmc-asrock-${MACHINE}.dtb"
-PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed"
-PREFERRED_PROVIDER_u-boot = "u-boot-aspeed"
-PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed"
-UBOOT_MACHINE = "ast_g5_phy_config"
+UBOOT_DEVICETREE = "ast2500-evb"
+UBOOT_MACHINE = "evb-ast2500_defconfig"
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"