Potin Lai | da05a16 | 2021-12-17 13:30:28 +0800 | [diff] [blame^] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-facebook-${MACHINE}.dtb" |
Patrick Williams | 17a0c0b | 2021-05-26 13:50:54 -0500 | [diff] [blame] | 3 | |
Patrick Williams | 4ad716c | 2021-06-23 13:35:27 -0500 | [diff] [blame] | 4 | UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig" |
Patrick Williams | 17a0c0b | 2021-05-26 13:50:54 -0500 | [diff] [blame] | 5 | UBOOT_DEVICETREE = "ast2600a1-evb" |
Patrick Williams | 4ad716c | 2021-06-23 13:35:27 -0500 | [diff] [blame] | 6 | SPL_BINARY = "spl/u-boot-spl.bin" |
Patrick Williams | 17a0c0b | 2021-05-26 13:50:54 -0500 | [diff] [blame] | 7 | |
| 8 | require conf/machine/include/facebook-nohost.inc |
| 9 | require conf/machine/include/ast2600.inc |
| 10 | require conf/machine/include/obmc-bsp-common.inc |
Patrick Williams | eca537c | 2021-08-24 08:12:38 -0500 | [diff] [blame] | 11 | require conf/machine/include/facebook-tpm2.inc |
Patrick Williams | 17a0c0b | 2021-05-26 13:50:54 -0500 | [diff] [blame] | 12 | |
Patrick Williams | 17a0c0b | 2021-05-26 13:50:54 -0500 | [diff] [blame] | 13 | FLASH_SIZE = "131072" |
Potin Lai | 538683f | 2021-12-17 00:47:35 +0800 | [diff] [blame] | 14 | |
| 15 | PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "bletchley-led-manager-config-native" |