George Liu | 57ef9e8 | 2024-06-05 14:28:01 +0800 | [diff] [blame] | 1 | # Add a device tree for nf5280m7 |
| 2 | KMACHINE = "aspeed" |
| 3 | KERNEL_DEVICETREE = " \ |
George Liu | 0d5391c | 2024-07-10 11:46:01 +0800 | [diff] [blame] | 4 | aspeed/${KMACHINE}-bmc-ieisystem-${MACHINE}.dtb \ |
George Liu | 57ef9e8 | 2024-06-05 14:28:01 +0800 | [diff] [blame] | 5 | " |
| 6 | |
| 7 | UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig" |
| 8 | UBOOT_DEVICETREE = "ast2600-evb" |
George Liu | 0d5391c | 2024-07-10 11:46:01 +0800 | [diff] [blame] | 9 | # UBOOT_DEVICETREE = "${UMACHINE}-ieisystem-${MACHINE}" |
George Liu | 57ef9e8 | 2024-06-05 14:28:01 +0800 | [diff] [blame] | 10 | SPL_BINARY = "spl/u-boot-spl.bin" |
| 11 | |
| 12 | require conf/machine/include/ast2600.inc |
| 13 | require conf/machine/include/obmc-bsp-common.inc |
| 14 | |
| 15 | FLASH_SIZE = "65536" |
| 16 | |
| 17 | SOCSEC_SIGN_ENABLE = "0" |
George Liu | e57d4b1 | 2024-07-16 20:06:58 +0800 | [diff] [blame] | 18 | |
| 19 | require conf/machine/include/ieisystem.inc |
George Liu | a17f67d | 2024-07-19 17:14:11 +0800 | [diff] [blame] | 20 | |
| 21 | VIRTUAL-RUNTIME_obmc-inventory-manager ?= "entity-manager" |
| 22 | |