blob: cc9f95673cc95e32bc2961ddb1f1a899b78fdc86 [file] [log] [blame]
Brad Bishopc7d1cd92020-09-09 09:57:07 -04001
2KMACHINE = "aspeed"
3KERNEL_DEVICETREE = "${KMACHINE}-bmc-amd-${MACHINE}.dtb"
4
Konstantin Aladyshev2de8c602021-09-01 11:34:44 +03005UBOOT_MACHINE:ethanolx = "ast_g5_phy_config"
Brad Bishopc7d1cd92020-09-09 09:57:07 -04006
7require conf/machine/include/ast2500.inc
8require conf/machine/include/obmc-bsp-common.inc
9
10SERIAL_CONSOLES = "115200;ttyS4"
11
12FLASH_SIZE = "32768"
13
Patrick Williamsade3e142021-10-22 14:26:27 -050014MACHINE_FEATURES += "\
Brad Bishopc7d1cd92020-09-09 09:57:07 -040015 obmc-bmc-state-mgmt \
16 obmc-chassis-state-mgmt \
17 obmc-host-state-mgmt \
18 obmc-phosphor-chassis-mgmt \
19 obmc-host-ipmi \
20 obmc-phosphor-fan-mgmt \
21 obmc-phosphor-flash-mgmt \
22 "
23
24VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"
25VIRTUAL-RUNTIME_obmc-host-state-manager ?= "x86-power-control"
26VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "x86-power-control"
Konstantin Aladyshev88edf3c2021-04-21 18:50:09 +030027VIRTUAL-RUNTIME_obmc-sensors-hwmon ?= "dbus-sensors"
Brad Bishopc7d1cd92020-09-09 09:57:07 -040028
29PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-amd-apps"
30PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "packagegroup-amd-apps"
31PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-amd-apps"
32PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw ?= "phosphor-ipmi-kcs"
33PREFERRED_PROVIDER_virtual/obmc-inventory-data ?= "${VIRTUAL-RUNTIME_skeleton_workbook}"
Brad Bishopc7d1cd92020-09-09 09:57:07 -040034PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "obmc-op-control-host"
35PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "ethanolx-led-manager-config-native"
36
37OVERRIDES .= ":amd"
38
39