summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-sbp1/conf/machine/sbp1.conf
blob: 6be9e50a8fef950b234f77267553dbacc1dd1719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
KMACHINE = "aspeed"
KERNEL_DEVICETREE = "aspeed/${KMACHINE}-ast2600-evb.dtb"

UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
UBOOT_DEVICETREE = "ast2600a1-evb"
SOCSEC_SIGN_ENABLE = "0"
SPL_BINARY = "spl/u-boot-spl.bin"
FLASH_SIZE = "65536"

SERIAL_CONSOLES = "115200;ttyS0"

OBMC_POWER_SUPPLY_INSTANCES = "0 1 2 3"

MACHINE_FEATURES += " \
        obmc-bmc-state-mgmt \
        obmc-phosphor-fan-mgmt \
        obmc-phosphor-chassis-mgmt \
        obmc-phosphor-flash-mgmt \
        obmc-chassis-state-mgmt \
        obmc-host-state-mgmt \
        "

require conf/machine/include/ast2600.inc
require conf/machine/include/obmc-bsp-common.inc

PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "sbp1-led-manager-config-native"

VIRTUAL-RUNTIME_obmc-sensors-hwmon = "dbus-sensors"