29 lines
1001 B
Plaintext
29 lines
1001 B
Plaintext
KMACHINE = "aspeed"
|
|
|
|
# The device tree of F0B is not ready yet, temporarily replace it with aspeed-ast2500-evb.dtb
|
|
KERNEL_DEVICETREE = "${KMACHINE}-ast2500-evb.dtb"
|
|
|
|
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed"
|
|
PREFERRED_PROVIDER_u-boot = "u-boot-aspeed"
|
|
PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed"
|
|
UBOOT_MACHINE = "ast_g5_phy_config"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
|
|
|
|
# Overwrite flash offsets
|
|
FLASH_UBOOT_OFFSET = "0"
|
|
FLASH_KERNEL_OFFSET = "512"
|
|
FLASH_UBI_OFFSET = "${FLASH_KERNEL_OFFSET}"
|
|
FLASH_ROFS_OFFSET = "4864"
|
|
FLASH_RWFS_OFFSET = "49152"
|
|
FLASH_SIZE = "65536"
|
|
|
|
require conf/machine/include/ast2500.inc
|
|
require conf/machine/include/obmc-bsp-common.inc
|
|
|
|
IMAGE_FEATURES:remove = "obmc-system-mgmt"
|
|
|
|
PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-kcs"
|
|
PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory = "f0b-ipmi-inventory-map-native"
|
|
PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-read-inventory = "f0b-ipmi-fru-read-inventory-native"
|