Naresh Solanki | 891229d | 2023-04-12 10:02:46 +0200 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
Andrew Geissler | a93c469 | 2023-09-27 16:00:36 -0500 | [diff] [blame] | 2 | KERNEL_DEVICETREE = "aspeed/${KMACHINE}-ast2600-evb.dtb" |
Naresh Solanki | 891229d | 2023-04-12 10:02:46 +0200 | [diff] [blame] | 3 | |
| 4 | UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig" |
| 5 | UBOOT_DEVICETREE = "ast2600a1-evb" |
| 6 | SOCSEC_SIGN_ENABLE = "0" |
| 7 | SPL_BINARY = "spl/u-boot-spl.bin" |
| 8 | FLASH_SIZE = "65536" |
| 9 | |
| 10 | SERIAL_CONSOLES = "115200;ttyS0" |
| 11 | |
| 12 | OBMC_POWER_SUPPLY_INSTANCES = "0 1 2 3" |
| 13 | |
| 14 | MACHINE_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 | |
| 22 | require conf/machine/include/ast2600.inc |
| 23 | require conf/machine/include/obmc-bsp-common.inc |
Patrick Rudolph | c8d4cd3 | 2023-05-03 17:49:46 +0200 | [diff] [blame] | 24 | |
Patrick Rudolph | 1e8e06a | 2023-05-03 14:00:12 +0200 | [diff] [blame] | 25 | PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "sbp1-led-manager-config-native" |
| 26 | |
Patrick Rudolph | c8d4cd3 | 2023-05-03 17:49:46 +0200 | [diff] [blame] | 27 | VIRTUAL-RUNTIME_obmc-sensors-hwmon = "dbus-sensors" |