blob: 91ca5bb1b71146446c041d98ebf23733afccfba1 [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}"
Patrick Williams5a5f33c2021-11-03 10:35:37 -050034PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-amd-apps"
Brad Bishopc7d1cd92020-09-09 09:57:07 -040035PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "obmc-op-control-host"
36PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "ethanolx-led-manager-config-native"
37
38OVERRIDES .= ":amd"
39
40