blob: a57d1424dbe032d233c183eb6600f82d8fc7b249 [file] [log] [blame]
Brad Bishop77e917a2019-08-25 07:08:32 -04001KERNEL_DEVICETREE = "aspeed-bmc-opp-tacoma.dtb"
2UBOOT_MACHINE = "evb-ast2600_defconfig"
3
Adriana Kobylak211b39b2020-02-27 11:44:10 -06004IMAGE_FSTYPES += "ext4"
5
Lei YU1f2b96d2019-11-22 10:16:33 +08006OBMC_POWER_SUPPLY_INSTANCES = "0 1"
7
Brad Bishop77e917a2019-08-25 07:08:32 -04008MACHINEOVERRIDES =. "ibm-ac-server:witherspoon:"
9require conf/machine/include/ast2600.inc
Brad Bishop1c124702019-09-24 21:59:07 -040010require conf/machine/include/obmc-bsp-common.inc
Brad Bishop77e917a2019-08-25 07:08:32 -040011require conf/machine/include/openpower.inc
12require conf/machine/include/p9.inc
13
Brad Bishop77e917a2019-08-25 07:08:32 -040014SERIAL_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"
Brad Bishop1c124702019-09-24 21:59:07 -040028
29FLASH_SIZE = "131072"