blob: d562b2f012fec87c6683402a87502b9e38a44eb9 [file] [log] [blame]
Zev Weiss6b6fadd2021-03-12 01:21:31 +00001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-bmc-asrock-${MACHINE}.dtb"
3
Joel Stanleya4c5b7f2022-01-17 21:04:22 +10304PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed"
5PREFERRED_PROVIDER_u-boot = "u-boot-aspeed"
6PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed"
Zev Weiss6b6fadd2021-03-12 01:21:31 +00007UBOOT_MACHINE = "ast_g5_phy_config"
8
9FLASH_SIZE = "32768"
10
11require conf/machine/include/ast2500.inc
12require conf/machine/include/obmc-bsp-common.inc
13
Zev Weiss1d5acf12021-11-05 07:53:13 +000014# This is necessary for the host to boot properly -- without it, the ast2500
15# Super-IO is left enabled (SCU70[20]=0), which causes the host boot sequence
16# to hang during POST.
17require conf/distro/include/phosphor-isolation.inc
18
Zev Weiss6b6fadd2021-03-12 01:21:31 +000019PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-asrock-apps"
Patrick Williams5a5f33c2021-11-03 10:35:37 -050020PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-asrock-apps"
Zev Weiss2b068192021-09-03 19:05:06 -050021
22VIRTUAL-RUNTIME_obmc-host-state-manager = "x86-power-control"
23VIRTUAL-RUNTIME_obmc-chassis-state-manager = "x86-power-control"