27 lines
932 B
Plaintext
27 lines
932 B
Plaintext
|
|
KMACHINE = "aspeed"
|
||
|
|
#KERNEL_DEVICETREE = "${KMACHINE}-bmc-facebook-${MACHINE}.dtb"
|
||
|
|
KERNEL_DEVICETREE = "aspeed-ast2600-evb.dtb"
|
||
|
|
|
||
|
|
UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
|
||
|
|
UBOOT_DEVICETREE = "ast2600-evb"
|
||
|
|
SPL_BINARY = "spl/u-boot-spl.bin"
|
||
|
|
SOCSEC_SIGN_ENABLE = "0"
|
||
|
|
|
||
|
|
OBMC_COMPATIBLE_NAMES = "com.meta.Hardware.BMC.Model.GreatLakes"
|
||
|
|
|
||
|
|
require conf/distro/include/phosphor-static-norootfs.inc
|
||
|
|
require conf/machine/include/facebook-compute-multihost.inc
|
||
|
|
require conf/machine/include/ast2600.inc
|
||
|
|
require conf/machine/include/obmc-bsp-common.inc
|
||
|
|
require conf/machine/include/facebook-tpm2.inc
|
||
|
|
|
||
|
|
FLASH_SIZE = "131072"
|
||
|
|
|
||
|
|
OBMC_HOST_INSTANCES = "1 2 3 4"
|
||
|
|
# Primary chassis as Sled plus secondary chassis in N slots.
|
||
|
|
OBMC_CHASSIS_INSTANCES = "0 ${OBMC_HOST_INSTANCES}"
|
||
|
|
|
||
|
|
VIRTUAL-RUNTIME_obmc-host-state-manager = "phosphor-state-manager-host"
|
||
|
|
VIRTUAL-RUNTIME_obmc-chassis-state-manager = "phosphor-state-manager-chassis"
|
||
|
|
POST_CODE_BYTES = "1"
|