blob: 3bbff9af533d58340a40d1a0730b0b99092a62db [file] [log] [blame]
Ken Chena187e712018-01-15 14:36:21 +08001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-ast2500-evb.dtb"
3
4UBOOT_MACHINE = "ast_g5_ncsi_config"
5
6FLASH_SIZE = "32768"
7
8
9PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config= ""
10require conf/machine/include/ast2500.inc
11require conf/machine/include/obmc-bsp-common.inc
12require conf/machine/include/qualcomm.inc
13
Ken Chen811e6b72018-01-30 09:51:50 +080014IMAGE_INSTALL_append = " ir38163-workaround \
Ken Chen6288c9c2018-02-12 10:28:04 +080015 centriq-2400rep-console-client \
Ken Chene4bdcf72018-03-07 10:24:42 +080016 socupdate \
Ken Chen811e6b72018-01-30 09:51:50 +080017"