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" |
Potin Lai | 1834772 | 2022-02-18 10:06:41 +0800 | [diff] [blame] | 5 | UBOOT_DEVICETREE = "ast2600-bletchley" |
Patrick Williams | 4ad716c | 2021-06-23 13:35:27 -0500 | [diff] [blame] | 6 | SPL_BINARY = "spl/u-boot-spl.bin" |
Andrew Jeffery | 2865b10 | 2022-02-04 09:49:06 +1030 | [diff] [blame] | 7 | SOCSEC_SIGN_ENABLE = "0" |
Patrick Williams | 17a0c0b | 2021-05-26 13:50:54 -0500 | [diff] [blame] | 8 | |
| 9 | require conf/machine/include/facebook-nohost.inc |
| 10 | require conf/machine/include/ast2600.inc |
| 11 | require conf/machine/include/obmc-bsp-common.inc |
Patrick Williams | eca537c | 2021-08-24 08:12:38 -0500 | [diff] [blame] | 12 | require conf/machine/include/facebook-tpm2.inc |
Patrick Williams | 17a0c0b | 2021-05-26 13:50:54 -0500 | [diff] [blame] | 13 | |
Patrick Williams | 17a0c0b | 2021-05-26 13:50:54 -0500 | [diff] [blame] | 14 | FLASH_SIZE = "131072" |
Potin Lai | 538683f | 2021-12-17 00:47:35 +0800 | [diff] [blame] | 15 | |
| 16 | PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "bletchley-led-manager-config-native" |
Allen.Wang | 4a0948d | 2021-12-15 13:41:18 +0800 | [diff] [blame] | 17 | |
Allen.Wang | 5ff992e | 2022-01-04 21:00:38 +0800 | [diff] [blame] | 18 | OBMC_HOST_INSTANCES = "1 2 3 4 5 6" |
Allen.Wang | 4a0948d | 2021-12-15 13:41:18 +0800 | [diff] [blame] | 19 | |