blob: 8f2d362a2046858a187e1a6aa45e377331e73f9f [file] [log] [blame]
Brad Bishop77e917a2019-08-25 07:08:32 -04001KERNEL_DEVICETREE = "aspeed-bmc-opp-tacoma.dtb"
Adriana Kobylak5bea35b2020-04-20 08:54:14 -05002UBOOT_MACHINE = "ast2600_openbmc_defconfig"
Joel Stanleyb36b9eb2020-03-17 15:46:22 +10303UBOOT_DEVICETREE = "ast2600-tacoma"
Brad Bishop77e917a2019-08-25 07:08:32 -04004
Lei YU1f2b96d2019-11-22 10:16:33 +08005OBMC_POWER_SUPPLY_INSTANCES = "0 1"
6
Brad Bishop77e917a2019-08-25 07:08:32 -04007MACHINEOVERRIDES =. "ibm-ac-server:witherspoon:"
8require conf/machine/include/ast2600.inc
Brad Bishop1c124702019-09-24 21:59:07 -04009require conf/machine/include/obmc-bsp-common.inc
Brad Bishop77e917a2019-08-25 07:08:32 -040010require conf/machine/include/openpower.inc
11require conf/machine/include/p9.inc
Adriana Kobylakf12da272020-07-16 14:48:19 -050012require conf/distro/include/openpower-virtual-pnor.inc
13require conf/distro/include/phosphor-mmc.inc
Brad Bishop77e917a2019-08-25 07:08:32 -040014
Brad Bishop77e917a2019-08-25 07:08:32 -040015SERIAL_CONSOLES = "115200;ttyS4"
16
17MRW_XML = "witherspoon.xml"
18PHOSPHOR_MRW_LICENSE = "Apache-2.0"
19PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
20PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml"
21PHOSPHOR_MRW_REV = "c622cb5a5dd3ebc2a4eef558d1b70740f914e6f7"
22
23VIRTUAL-RUNTIME_phosphor-hwmon-config_df-mrw = ""
24
25PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config_df-mrw = \
26 "phosphor-fan-control-fan-config"
27PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \
28 "phosphor-fan-presence-config"
Brad Bishop1c124702019-09-24 21:59:07 -040029
Adriana Kobylakf12da272020-07-16 14:48:19 -050030# The eMMC on Tacoma is just 1GB smaller than Rainier. The template file
31# meta-aspeed/wic/emmc-aspeed.wks.in builds an image for the size of Rainier as
32# the default. To be able to re-use that template for Tacoma, the size of the
33# last partition (hostfw) was made configurable. The default size of the hostfw
34# partition is 5GB, therefore setting it to 4GB for Tacoma.
35WKS_HOSTFW_SIZE = "4G"