blob: d73a72970e1ff354a285330ccdd1babd6f1fc0cb [file] [log] [blame]
Yang Chen12512112023-11-07 20:26:30 +08001KMACHINE = "aspeed"
2#KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-facebook-${MACHINE}.dtb"
3KERNEL_DEVICETREE = "aspeed/aspeed-ast2600-evb.dtb"
4
5UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
6UBOOT_DEVICETREE = "ast2600-bletchley"
7SPL_BINARY = "spl/u-boot-spl.bin"
8SOCSEC_SIGN_ENABLE = "0"
9
10OBMC_COMPATIBLE_NAMES = "com.meta.Hardware.BMC.Model.Minerva"
11
12require conf/distro/include/phosphor-static-norootfs.inc
13require conf/machine/include/facebook-nohost.inc
14require conf/machine/include/ast2600.inc
15require conf/machine/include/obmc-bsp-common.inc
16require conf/machine/include/facebook-tpm2.inc
17
18FLASH_SIZE = "131072"