1KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-wistron-${MACHINE}.dtb"
3
4require conf/machine/include/wistron.inc
5require conf/machine/include/ast2600.inc
6require conf/machine/include/obmc-bsp-common.inc
7
8UBOOT_MACHINE = "ast2600_openbmc_defconfig"
9UBOOT_DEVICETREE = "ast2600-intel"
10SPL_BINARY = "spl/u-boot-spl.bin"
11SOCSEC_SIGN_ENABLE = "0"
12
13SERIAL_CONSOLES = "115200;ttyS4"
14
15FLASH_SIZE = "65536"
16
17OBMC_MACHINE_FEATURES += "\
18        obmc-chassis-state-mgmt \
19        obmc-host-state-mgmt \
20        "
21VIRTUAL-RUNTIME_obmc-host-state-manager ?= "x86-power-control"
22VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "x86-power-control"
23