blob: 62afa1fd30b08e6dfb20da5b29f94f78bebb7d1a [file] [log] [blame]
Delphine CC Chiu256db822023-06-29 14:57:56 +08001KMACHINE = "aspeed"
Joel Stanley77b96cd2023-08-11 14:49:00 +09302KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-facebook-${MACHINE}.dtb"
Delphine CC Chiu256db822023-06-29 14:57:56 +08003
4UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
5UBOOT_DEVICETREE = "ast2600-evb"
6SPL_BINARY = "spl/u-boot-spl.bin"
7SOCSEC_SIGN_ENABLE = "0"
8
Patrick Williams171b31d2024-02-20 16:17:40 -06009OBMC_COMPATIBLE_NAMES = "com.meta.Hardware.BMC.Model.Yosemite4"
10
Delphine CC Chiu256db822023-06-29 14:57:56 +080011require conf/machine/include/ast2600.inc
Delphine CC Chiu5c7dabe2023-12-15 17:58:13 +080012require conf/machine/include/yosemite4-common.inc