blob: c3d2de599c06467788d588f8f927a3dc890203e4 [file] [log] [blame]
Naresh Solanki891229d2023-04-12 10:02:46 +02001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-ast2600-evb.dtb"
3
4UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
5UBOOT_DEVICETREE = "ast2600a1-evb"
6SOCSEC_SIGN_ENABLE = "0"
7SPL_BINARY = "spl/u-boot-spl.bin"
8FLASH_SIZE = "65536"
9
10SERIAL_CONSOLES = "115200;ttyS0"
11
12OBMC_POWER_SUPPLY_INSTANCES = "0 1 2 3"
13
14MACHINE_FEATURES += " \
15 obmc-bmc-state-mgmt \
16 obmc-phosphor-fan-mgmt \
17 obmc-phosphor-chassis-mgmt \
18 obmc-chassis-state-mgmt \
19 obmc-host-state-mgmt \
20 "
21
22require conf/machine/include/ast2600.inc
23require conf/machine/include/obmc-bsp-common.inc
Patrick Rudolphc8d4cd32023-05-03 17:49:46 +020024
25VIRTUAL-RUNTIME_obmc-sensors-hwmon = "dbus-sensors"