Brad Bishop | 283f4a7 | 2019-08-25 07:08:32 -0400 | [diff] [blame] | 1 | KERNEL_DEVICETREE = "aspeed-bmc-opp-tacoma.dtb" |
Adriana Kobylak | d4c9d99 | 2020-04-20 08:54:14 -0500 | [diff] [blame] | 2 | UBOOT_MACHINE = "ast2600_openbmc_defconfig" |
Joel Stanley | 859d5b5 | 2020-03-17 15:46:22 +1030 | [diff] [blame] | 3 | UBOOT_DEVICETREE = "ast2600-tacoma" |
Brad Bishop | 283f4a7 | 2019-08-25 07:08:32 -0400 | [diff] [blame] | 4 | |
Lei YU | 9fa877f | 2019-11-22 10:16:33 +0800 | [diff] [blame] | 5 | OBMC_POWER_SUPPLY_INSTANCES = "0 1" |
| 6 | |
Brad Bishop | 283f4a7 | 2019-08-25 07:08:32 -0400 | [diff] [blame] | 7 | MACHINEOVERRIDES =. "ibm-ac-server:witherspoon:" |
| 8 | require conf/machine/include/ast2600.inc |
Brad Bishop | a114b07 | 2019-09-24 21:59:07 -0400 | [diff] [blame] | 9 | require conf/machine/include/obmc-bsp-common.inc |
Brad Bishop | 283f4a7 | 2019-08-25 07:08:32 -0400 | [diff] [blame] | 10 | require conf/machine/include/openpower.inc |
| 11 | require conf/machine/include/p9.inc |
Adriana Kobylak | a989315 | 2020-07-16 14:48:19 -0500 | [diff] [blame] | 12 | require conf/distro/include/openpower-virtual-pnor.inc |
| 13 | require conf/distro/include/phosphor-mmc.inc |
Brad Bishop | 283f4a7 | 2019-08-25 07:08:32 -0400 | [diff] [blame] | 14 | |
Brad Bishop | 283f4a7 | 2019-08-25 07:08:32 -0400 | [diff] [blame] | 15 | SERIAL_CONSOLES = "115200;ttyS4" |
| 16 | |
| 17 | MRW_XML = "witherspoon.xml" |
| 18 | PHOSPHOR_MRW_LICENSE = "Apache-2.0" |
| 19 | PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
| 20 | PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml" |
| 21 | PHOSPHOR_MRW_REV = "c622cb5a5dd3ebc2a4eef558d1b70740f914e6f7" |
| 22 | |
| 23 | VIRTUAL-RUNTIME_phosphor-hwmon-config_df-mrw = "" |
| 24 | |
| 25 | PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config_df-mrw = \ |
| 26 | "phosphor-fan-control-fan-config" |
| 27 | PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \ |
| 28 | "phosphor-fan-presence-config" |
Brad Bishop | a114b07 | 2019-09-24 21:59:07 -0400 | [diff] [blame] | 29 | |
Adriana Kobylak | a989315 | 2020-07-16 14:48:19 -0500 | [diff] [blame] | 30 | # 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. |
| 35 | WKS_HOSTFW_SIZE = "4G" |