blob: 1f8c21e73ad33d16736b4f0921c38a9b0456f061 [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
10
11SERIAL_CONSOLES = "115200;ttyS4"
12
13MRW_XML = "witherspoon.xml"
14PHOSPHOR_MRW_LICENSE = "Apache-2.0"
15PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
16PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml"
17PHOSPHOR_MRW_REV = "c622cb5a5dd3ebc2a4eef558d1b70740f914e6f7"
18
19VIRTUAL-RUNTIME_phosphor-hwmon-config_df-mrw = ""
20
21PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config_df-mrw = \
22 "phosphor-fan-control-fan-config"
23PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \
24 "phosphor-fan-presence-config"
25
26FLASH_SIZE = "131072"
Santosh Puranik87d92e52019-10-11 12:54:52 -050027SKIP_BROKEN_MRW = "1"