blob: 4ce298e43e4a31570edb1686ce0cce64b01709f1 [file] [log] [blame]
Brad Bishop975bf612019-09-16 13:53:14 -04001KERNEL_DEVICETREE = "aspeed-bmc-ibm-rainier.dtb"
Adriana Kobylak7afa9382020-04-13 14:47:16 -05002UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
Joel Stanley60eef7a2020-03-17 15:46:02 +10303UBOOT_DEVICETREE = "ast2600-rainier"
Adriana Kobylak7afa9382020-04-13 14:47:16 -05004SPL_BINARY = "spl/u-boot-spl.bin"
Brad Bishop975bf612019-09-16 13:53:14 -04005
Brandon Wyman1c672232019-10-24 18:08:13 -05006OBMC_POWER_SUPPLY_INSTANCES = "0 1 2 3"
7
Brad Bishop975bf612019-09-16 13:53:14 -04008require conf/machine/include/ast2600.inc
9require conf/machine/include/obmc-bsp-common.inc
10require conf/machine/include/openpower.inc
11
12SERIAL_CONSOLES = "115200;ttyS4"
13
14MRW_XML = "witherspoon.xml"
15PHOSPHOR_MRW_LICENSE = "Apache-2.0"
16PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
17PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml"
18PHOSPHOR_MRW_REV = "c622cb5a5dd3ebc2a4eef558d1b70740f914e6f7"
19
20VIRTUAL-RUNTIME_phosphor-hwmon-config_df-mrw = ""
21
22PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config_df-mrw = \
23 "phosphor-fan-control-fan-config"
24PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \
25 "phosphor-fan-presence-config"
26
27FLASH_SIZE = "131072"
Santosh Puranik87d92e52019-10-11 12:54:52 -050028SKIP_BROKEN_MRW = "1"