Bob King | f92bdfa | 2021-12-17 11:35:46 +0800 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
Joel Stanley | 77b96cd | 2023-08-11 14:49:00 +0930 | [diff] [blame] | 2 | KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-wistron-${MACHINE}.dtb" |
Bob King | f92bdfa | 2021-12-17 11:35:46 +0800 | [diff] [blame] | 3 | |
| 4 | require conf/machine/include/wistron.inc |
| 5 | require conf/machine/include/ast2600.inc |
| 6 | require conf/machine/include/obmc-bsp-common.inc |
| 7 | |
| 8 | UBOOT_MACHINE = "ast2600_openbmc_defconfig" |
| 9 | UBOOT_DEVICETREE = "ast2600-intel" |
| 10 | SPL_BINARY = "spl/u-boot-spl.bin" |
| 11 | SOCSEC_SIGN_ENABLE = "0" |
| 12 | |
| 13 | SERIAL_CONSOLES = "115200;ttyS4" |
| 14 | |
| 15 | FLASH_SIZE = "65536" |
| 16 | |
| 17 | OBMC_MACHINE_FEATURES += "\ |
| 18 | obmc-chassis-state-mgmt \ |
| 19 | obmc-host-state-mgmt \ |
| 20 | " |
| 21 | VIRTUAL-RUNTIME_obmc-host-state-manager ?= "x86-power-control" |
| 22 | VIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "x86-power-control" |