blob: 8d2a9078cf64964df2884d2218c17232352afd55 [file] [log] [blame]
Brad Bishop283f4a72019-08-25 07:08:32 -04001KERNEL_DEVICETREE = "aspeed-bmc-opp-tacoma.dtb"
Joel Stanley95f29182020-11-06 19:06:47 +10302UBOOT_MACHINE = "ast2600_openbmc_spl_emmc_defconfig"
Joel Stanley859d5b52020-03-17 15:46:22 +10303UBOOT_DEVICETREE = "ast2600-tacoma"
Adriana Kobylakc5698002020-09-29 13:24:59 -05004SPL_BINARY = "spl/u-boot-spl.bin"
Brad Bishop283f4a72019-08-25 07:08:32 -04005
Lei YU9fa877f2019-11-22 10:16:33 +08006OBMC_POWER_SUPPLY_INSTANCES = "0 1"
7
Brad Bishop283f4a72019-08-25 07:08:32 -04008MACHINEOVERRIDES =. "ibm-ac-server:witherspoon:"
9require conf/machine/include/ast2600.inc
Brad Bishopa114b072019-09-24 21:59:07 -040010require conf/machine/include/obmc-bsp-common.inc
Brad Bishop283f4a72019-08-25 07:08:32 -040011require conf/machine/include/openpower.inc
12require conf/machine/include/p9.inc
Adriana Kobylaka9893152020-07-16 14:48:19 -050013require conf/distro/include/openpower-virtual-pnor.inc
14require conf/distro/include/phosphor-mmc.inc
Andrew Geisslere008cb72021-02-01 13:49:27 -060015require conf/distro/include/ibm-mpreboot.inc
Brad Bishop283f4a72019-08-25 07:08:32 -040016
Brad Bishop283f4a72019-08-25 07:08:32 -040017SERIAL_CONSOLES = "115200;ttyS4"
18
19MRW_XML = "witherspoon.xml"
20PHOSPHOR_MRW_LICENSE = "Apache-2.0"
21PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
22PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml"
23PHOSPHOR_MRW_REV = "c622cb5a5dd3ebc2a4eef558d1b70740f914e6f7"
24
25VIRTUAL-RUNTIME_phosphor-hwmon-config_df-mrw = ""
26
27PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config_df-mrw = \
28 "phosphor-fan-control-fan-config"
29PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \
30 "phosphor-fan-presence-config"
Brad Bishopa114b072019-09-24 21:59:07 -040031
Adriana Kobylaka9893152020-07-16 14:48:19 -050032# The eMMC on Tacoma is just 1GB smaller than Rainier. The template file
33# meta-aspeed/wic/emmc-aspeed.wks.in builds an image for the size of Rainier as
34# the default. To be able to re-use that template for Tacoma, the size of the
35# last partition (hostfw) was made configurable. The default size of the hostfw
36# partition is 5GB, therefore setting it to 4GB for Tacoma.
37WKS_HOSTFW_SIZE = "4G"
Andrew Geissler7a08bfe2020-09-24 15:57:12 -050038
39IMAGE_FEATURES_remove = "obmc-ikvm"