blob: e8a38300b41530ebf770f6d1067c720c6bacacdf [file] [log] [blame]
Brad Bishop77e917a2019-08-25 07:08:32 -04001KERNEL_DEVICETREE = "aspeed-bmc-opp-tacoma.dtb"
2UBOOT_MACHINE = "evb-ast2600_defconfig"
3
4MACHINEOVERRIDES =. "ibm-ac-server:witherspoon:"
5require conf/machine/include/ast2600.inc
Brad Bishop1c124702019-09-24 21:59:07 -04006require conf/machine/include/obmc-bsp-common.inc
Brad Bishop77e917a2019-08-25 07:08:32 -04007require conf/machine/include/openpower.inc
8require conf/machine/include/p9.inc
9
Brad Bishop77e917a2019-08-25 07:08:32 -040010SERIAL_CONSOLES = "115200;ttyS4"
11
12MRW_XML = "witherspoon.xml"
13PHOSPHOR_MRW_LICENSE = "Apache-2.0"
14PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
15PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml"
16PHOSPHOR_MRW_REV = "c622cb5a5dd3ebc2a4eef558d1b70740f914e6f7"
17
18VIRTUAL-RUNTIME_phosphor-hwmon-config_df-mrw = ""
19
20PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config_df-mrw = \
21 "phosphor-fan-control-fan-config"
22PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \
23 "phosphor-fan-presence-config"
Brad Bishop1c124702019-09-24 21:59:07 -040024
25FLASH_SIZE = "131072"