blob: 55773fcec141b90a9294c9702b9a1a0b19f16514 [file] [log] [blame]
Vijay Khemka40434ce2018-09-24 12:34:53 -07001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-bmc-facebook-${MACHINE}.dtb"
3
Logananth Sundararaje1cea2c2022-03-22 17:30:16 +05304PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed-sdk"
5PREFERRED_PROVIDER_u-boot = "u-boot-aspeed-sdk"
6PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed-sdk"
Joel Stanleya4c5b7f2022-01-17 21:04:22 +10307
Logananth Sundararaje1cea2c2022-03-22 17:30:16 +05308UBOOT_DEVICETREE = "ast2500-evb"
9UBOOT_MACHINE = "evb-ast2500_defconfig"
Vijay Khemka40434ce2018-09-24 12:34:53 -070010
Patrick Williams00bb2082020-05-02 06:45:48 -050011require conf/machine/include/facebook-compute-singlehost.inc
Vijay Khemka40434ce2018-09-24 12:34:53 -070012require conf/machine/include/ast2500.inc
13require conf/machine/include/obmc-bsp-common.inc
14
Patrick Williams49f18cb2021-08-09 21:46:55 -050015PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= ""
Vijay Khemka40434ce2018-09-24 12:34:53 -070016FLASH_SIZE = "32768"