blob: 67fc64c8fed7c5086cb3f1cb5095fa137c64e07f [file] [log] [blame]
Brad Bishopc7d1cd92020-09-09 09:57:07 -04001
2KMACHINE = "aspeed"
3KERNEL_DEVICETREE = "${KMACHINE}-bmc-amd-${MACHINE}.dtb"
4
Joel Stanleya4c5b7f2022-01-17 21:04:22 +10305PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed"
6PREFERRED_PROVIDER_u-boot = "u-boot-aspeed"
7PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed"
8
Konstantin Aladyshev2de8c602021-09-01 11:34:44 +03009UBOOT_MACHINE:ethanolx = "ast_g5_phy_config"
Brad Bishopc7d1cd92020-09-09 09:57:07 -040010
11require conf/machine/include/ast2500.inc
12require conf/machine/include/obmc-bsp-common.inc
13
14SERIAL_CONSOLES = "115200;ttyS4"
15
16FLASH_SIZE = "32768"
17
Patrick Williamsade3e142021-10-22 14:26:27 -050018MACHINE_FEATURES += "\
Brad Bishopc7d1cd92020-09-09 09:57:07 -040019 obmc-bmc-state-mgmt \
20 obmc-chassis-state-mgmt \
21 obmc-host-state-mgmt \
22 obmc-phosphor-chassis-mgmt \
23 obmc-host-ipmi \
24 obmc-phosphor-fan-mgmt \
25 obmc-phosphor-flash-mgmt \
26 "
27
28VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"
29VIRTUAL-RUNTIME_obmc-host-state-manager ?= "x86-power-control"
30VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "x86-power-control"
Konstantin Aladyshev88edf3c2021-04-21 18:50:09 +030031VIRTUAL-RUNTIME_obmc-sensors-hwmon ?= "dbus-sensors"
Brad Bishopc7d1cd92020-09-09 09:57:07 -040032
33PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-amd-apps"
34PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "packagegroup-amd-apps"
35PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-amd-apps"
36PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw ?= "phosphor-ipmi-kcs"
37PREFERRED_PROVIDER_virtual/obmc-inventory-data ?= "${VIRTUAL-RUNTIME_skeleton_workbook}"
Patrick Williams5a5f33c2021-11-03 10:35:37 -050038PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-amd-apps"
Brad Bishopc7d1cd92020-09-09 09:57:07 -040039PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "obmc-op-control-host"
40PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "ethanolx-led-manager-config-native"
41
42OVERRIDES .= ":amd"
43
44