23 lines
641 B
Plaintext
23 lines
641 B
Plaintext
|
|
KMACHINE = "aspeed"
|
||
|
|
KERNEL_DEVICETREE = "${KMACHINE}-bmc-wistron-${MACHINE}.dtb"
|
||
|
|
|
||
|
|
require conf/machine/include/wistron.inc
|
||
|
|
require conf/machine/include/ast2600.inc
|
||
|
|
require conf/machine/include/obmc-bsp-common.inc
|
||
|
|
|
||
|
|
UBOOT_MACHINE = "ast2600_openbmc_defconfig"
|
||
|
|
UBOOT_DEVICETREE = "ast2600-intel"
|
||
|
|
SPL_BINARY = "spl/u-boot-spl.bin"
|
||
|
|
SOCSEC_SIGN_ENABLE = "0"
|
||
|
|
|
||
|
|
SERIAL_CONSOLES = "115200;ttyS4"
|
||
|
|
|
||
|
|
FLASH_SIZE = "65536"
|
||
|
|
|
||
|
|
OBMC_MACHINE_FEATURES += "\
|
||
|
|
obmc-chassis-state-mgmt \
|
||
|
|
obmc-host-state-mgmt \
|
||
|
|
"
|
||
|
|
VIRTUAL-RUNTIME_obmc-host-state-manager ?= "x86-power-control"
|
||
|
|
VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "x86-power-control"
|