24 lines
812 B
Plaintext
24 lines
812 B
Plaintext
KMACHINE = "aspeed"
|
|
KERNEL_DEVICETREE = "${KMACHINE}-bmc-inspur-${MACHINE}.dtb"
|
|
|
|
UBOOT_MACHINE = "evb-ast2500_defconfig"
|
|
UBOOT_DEVICETREE = "ast2500-evb"
|
|
|
|
FLASH_SIZE = "65536"
|
|
|
|
OBMC_POWER_SUPPLY_INSTANCES = "0 1"
|
|
|
|
PREFERRED_PROVIDER_virtual/openpower-fru-vpd-layout = "fp5280g2-openpower-fru-vpd-layout-native"
|
|
PREFERRED_PROVIDER_virtual/openpower-fru-inventory = "fp5280g2-openpower-fru-inventory-native"
|
|
|
|
require conf/machine/include/ast2500.inc
|
|
require conf/machine/include/obmc-bsp-common.inc
|
|
require conf/machine/include/openpower.inc
|
|
require conf/machine/include/p9.inc
|
|
|
|
require conf/distro/include/phosphor-aspeednic-use-mac2.inc
|
|
|
|
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed-sdk"
|
|
PREFERRED_PROVIDER_u-boot = "u-boot-aspeed-sdk"
|
|
PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed-sdk"
|