blob: 6be9e50a8fef950b234f77267553dbacc1dd1719 [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 \
Patrick Rudolph4cc0b902023-11-13 09:25:32 +000018 obmc-phosphor-flash-mgmt \
Naresh Solanki891229d2023-04-12 10:02:46 +020019 obmc-chassis-state-mgmt \
20 obmc-host-state-mgmt \
21 "
22
23require conf/machine/include/ast2600.inc
24require conf/machine/include/obmc-bsp-common.inc
Patrick Rudolphc8d4cd32023-05-03 17:49:46 +020025
Patrick Rudolph1e8e06a2023-05-03 14:00:12 +020026PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "sbp1-led-manager-config-native"
27
Patrick Rudolphc8d4cd32023-05-03 17:49:46 +020028VIRTUAL-RUNTIME_obmc-sensors-hwmon = "dbus-sensors"