blob: 15be909231adf665900d8b04b78ad661ce8d0701 [file] [log] [blame]
Bob Kingf92bdfa2021-12-17 11:35:46 +08001KMACHINE = "aspeed"
Joel Stanley77b96cd2023-08-11 14:49:00 +09302KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-wistron-${MACHINE}.dtb"
Bob Kingf92bdfa2021-12-17 11:35:46 +08003
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"