Brad Bishop | 4c39d65 | 2019-09-16 13:53:14 -0400 | [diff] [blame] | 1 | KERNEL_DEVICETREE = "aspeed-bmc-ibm-rainier.dtb" |
| 2 | UBOOT_MACHINE = "evb-ast2600_defconfig" |
| 3 | |
Brandon Wyman | 3e8f174 | 2019-10-24 18:08:13 -0500 | [diff] [blame] | 4 | OBMC_POWER_SUPPLY_INSTANCES = "0 1 2 3" |
| 5 | |
Brad Bishop | 4c39d65 | 2019-09-16 13:53:14 -0400 | [diff] [blame] | 6 | require conf/machine/include/ast2600.inc |
| 7 | require conf/machine/include/obmc-bsp-common.inc |
| 8 | require conf/machine/include/openpower.inc |
| 9 | |
| 10 | SERIAL_CONSOLES = "115200;ttyS4" |
| 11 | |
| 12 | MRW_XML = "witherspoon.xml" |
| 13 | PHOSPHOR_MRW_LICENSE = "Apache-2.0" |
| 14 | PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
| 15 | PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml" |
| 16 | PHOSPHOR_MRW_REV = "c622cb5a5dd3ebc2a4eef558d1b70740f914e6f7" |
| 17 | |
| 18 | VIRTUAL-RUNTIME_phosphor-hwmon-config_df-mrw = "" |
| 19 | |
| 20 | PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config_df-mrw = \ |
| 21 | "phosphor-fan-control-fan-config" |
| 22 | PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \ |
| 23 | "phosphor-fan-presence-config" |
| 24 | |
| 25 | FLASH_SIZE = "131072" |
Santosh Puranik | 7c056f4 | 2019-10-11 12:54:52 -0500 | [diff] [blame] | 26 | SKIP_BROKEN_MRW = "1" |