blob: 2573a4e34d37e60eb99c3f9e46746000cc7c9884 [file] [log] [blame]
Vijay Khemka42a32b72019-12-01 19:33:29 -08001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-bmc-facebook-${MACHINE}.dtb"
3
Joel Stanleya4c5b7f2022-01-17 21:04:22 +10304PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed"
5PREFERRED_PROVIDER_u-boot = "u-boot-aspeed"
6PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed"
Vijay Khemka42a32b72019-12-01 19:33:29 -08007UBOOT_MACHINE = "ast_g5_ncsi_config"
8
Patrick Williams00bb2082020-05-02 06:45:48 -05009require conf/machine/include/facebook-compute-multihost.inc
Vijay Khemka42a32b72019-12-01 19:33:29 -080010require conf/machine/include/ast2500.inc
11require conf/machine/include/obmc-bsp-common.inc
12
Patrick Williams49f18cb2021-08-09 21:46:55 -050013PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= ""
Vijay Khemka42a32b72019-12-01 19:33:29 -080014FLASH_SIZE = "32768"
Kumar Thangavelff039be2020-09-01 23:01:34 +053015OBMC_HOST_INSTANCES = "1 2 3 4"