| # Add a device tree for nf5280m7 |
| KMACHINE = "aspeed" |
| KERNEL_DEVICETREE = " \ |
| aspeed/${KMACHINE}-bmc-ieisystem-${MACHINE}.dtb \ |
| " |
| |
| UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig" |
| UBOOT_DEVICETREE = "ast2600-evb" |
| # UBOOT_DEVICETREE = "${UMACHINE}-ieisystem-${MACHINE}" |
| SPL_BINARY = "spl/u-boot-spl.bin" |
| |
| require conf/machine/include/ast2600.inc |
| require conf/machine/include/obmc-bsp-common.inc |
| |
| FLASH_SIZE = "65536" |
| |
| SOCSEC_SIGN_ENABLE = "0" |
| |
| require conf/machine/include/ieisystem.inc |
| |
| VIRTUAL-RUNTIME_obmc-inventory-manager ?= "entity-manager" |
| |