blob: 4742db7b3b16d4b1bf77a23e2b8d1731e3009a5f [file] [log] [blame]
Naresh Solanki891229d2023-04-12 10:02:46 +02001KMACHINE = "aspeed"
Andrew Geisslera93c4692023-09-27 16:00:36 -05002KERNEL_DEVICETREE = "aspeed/${KMACHINE}-ast2600-evb.dtb"
Naresh Solanki891229d2023-04-12 10:02:46 +02003
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"