blob: 11188dd8b6bf693a6f57646075bfc82e50edae35 [file] [log] [blame]
Brad Bishop975bf612019-09-16 13:53:14 -04001KERNEL_DEVICETREE = "aspeed-bmc-ibm-rainier.dtb"
Adriana Kobylakd4c9d992020-04-20 08:54:14 -05002UBOOT_MACHINE = "ast2600_openbmc_defconfig"
Joel Stanley60eef7a2020-03-17 15:46:02 +10303UBOOT_DEVICETREE = "ast2600-rainier"
Brad Bishop975bf612019-09-16 13:53:14 -04004
Brandon Wyman1c672232019-10-24 18:08:13 -05005OBMC_POWER_SUPPLY_INSTANCES = "0 1 2 3"
6
Brad Bishop975bf612019-09-16 13:53:14 -04007require conf/machine/include/ast2600.inc
8require conf/machine/include/obmc-bsp-common.inc
9require conf/machine/include/openpower.inc
Brad Bishopa0064842020-09-23 10:09:13 -040010include conf/machine/include/ibm-power10-cpu.inc
Adriana Kobylaka9893152020-07-16 14:48:19 -050011require conf/distro/include/openpower-virtual-pnor.inc
12require conf/distro/include/phosphor-mmc.inc
Brad Bishop975bf612019-09-16 13:53:14 -040013
14SERIAL_CONSOLES = "115200;ttyS4"
15
16MRW_XML = "witherspoon.xml"
17PHOSPHOR_MRW_LICENSE = "Apache-2.0"
18PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
19PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml"
20PHOSPHOR_MRW_REV = "c622cb5a5dd3ebc2a4eef558d1b70740f914e6f7"
21
22VIRTUAL-RUNTIME_phosphor-hwmon-config_df-mrw = ""
23
24PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config_df-mrw = \
25 "phosphor-fan-control-fan-config"
26PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \
27 "phosphor-fan-presence-config"
28
Santosh Puranik87d92e52019-10-11 12:54:52 -050029SKIP_BROKEN_MRW = "1"