blob: 0c78afcacf064dd999b7a3334112f23232b47f26 [file] [log] [blame]
Vijay Khemka40434ce2018-09-24 12:34:53 -07001KMACHINE = "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"
7
Vijay Khemka40434ce2018-09-24 12:34:53 -07008UBOOT_MACHINE = "ast_g5_ncsi_config"
9
Patrick Williams00bb2082020-05-02 06:45:48 -050010require conf/machine/include/facebook-compute-singlehost.inc
Vijay Khemka40434ce2018-09-24 12:34:53 -070011require conf/machine/include/ast2500.inc
12require conf/machine/include/obmc-bsp-common.inc
13
Patrick Williams49f18cb2021-08-09 21:46:55 -050014PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= ""
Vijay Khemka40434ce2018-09-24 12:34:53 -070015FLASH_SIZE = "32768"