Xo Wang | 997e736 | 2016-08-22 15:41:17 -0700 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb" |
| 3 | |
Joel Stanley | a4c5b7f | 2022-01-17 21:04:22 +1030 | [diff] [blame] | 4 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed" |
| 5 | PREFERRED_PROVIDER_u-boot = "u-boot-aspeed" |
| 6 | PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed" |
Xo Wang | 997e736 | 2016-08-22 15:41:17 -0700 | [diff] [blame] | 7 | UBOOT_MACHINE = "ast_g5_ncsi_config" |
| 8 | |
Xo Wang | ca31f28 | 2016-11-14 14:40:46 -0800 | [diff] [blame] | 9 | FLASH_SIZE = "65536" |
| 10 | |
Xo Wang | 997e736 | 2016-08-22 15:41:17 -0700 | [diff] [blame] | 11 | require conf/machine/include/ast2500.inc |
| 12 | require conf/machine/include/obmc-bsp-common.inc |
| 13 | require conf/machine/include/ingrasys.inc |
Xo Wang | 11a822b | 2016-12-15 15:30:55 -0800 | [diff] [blame] | 14 | require conf/machine/include/p9.inc |
Patrick Williams | f5431f6 | 2021-02-20 10:32:31 -0600 | [diff] [blame] | 15 | |
| 16 | require conf/distro/include/phosphor-aspeednic-use-mac2.inc |