Ken Chen | a187e71 | 2018-01-15 14:36:21 +0800 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "${KMACHINE}-ast2500-evb.dtb" |
| 3 | |
| 4 | UBOOT_MACHINE = "ast_g5_ncsi_config" |
| 5 | |
| 6 | FLASH_SIZE = "32768" |
| 7 | |
| 8 | |
| 9 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-hostfw-config= "" |
| 10 | require conf/machine/include/ast2500.inc |
| 11 | require conf/machine/include/obmc-bsp-common.inc |
| 12 | require conf/machine/include/qualcomm.inc |
| 13 | |
Ken Chen | 811e6b7 | 2018-01-30 09:51:50 +0800 | [diff] [blame] | 14 | IMAGE_INSTALL_append = " ir38163-workaround \ |
Ken Chen | 6288c9c | 2018-02-12 10:28:04 +0800 | [diff] [blame] | 15 | centriq-2400rep-console-client \ |
Ken Chen | e4bdcf7 | 2018-03-07 10:24:42 +0800 | [diff] [blame] | 16 | socupdate \ |
Ken Chen | 811e6b7 | 2018-01-30 09:51:50 +0800 | [diff] [blame] | 17 | " |