blob: 17a13ca19d0f76f043a1ab6fc2911f9d7fd17167 [file] [log] [blame]
PKLee-Quanta0227ac32018-12-22 09:28:33 +08001KMACHINE = "aspeed"
2
3# The device tree of F0B is not ready yet, temporarily replace it with aspeed-ast2500-evb.dtb
Joel Stanley77b96cd2023-08-11 14:49:00 +09304KERNEL_DEVICETREE = "aspeed/${KMACHINE}-ast2500-evb.dtb"
PKLee-Quanta0227ac32018-12-22 09:28:33 +08005
Joel Stanleya4c5b7f2022-01-17 21:04:22 +10306PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed"
7PREFERRED_PROVIDER_u-boot = "u-boot-aspeed"
8PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed"
PKLee-Quanta0227ac32018-12-22 09:28:33 +08009UBOOT_MACHINE = "ast_g5_phy_config"
10
11MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
12
13# Overwrite flash offsets
14FLASH_UBOOT_OFFSET = "0"
15FLASH_KERNEL_OFFSET = "512"
16FLASH_UBI_OFFSET = "${FLASH_KERNEL_OFFSET}"
17FLASH_ROFS_OFFSET = "4864"
18FLASH_RWFS_OFFSET = "49152"
19FLASH_SIZE = "65536"
20
21require conf/machine/include/ast2500.inc
22require conf/machine/include/obmc-bsp-common.inc
23
Peter Foleyf9b98652022-02-09 15:29:51 +000024IMAGE_FEATURES:remove = "obmc-system-mgmt"
25
PKLee-Quanta0227ac32018-12-22 09:28:33 +080026PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-kcs"
27PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory = "f0b-ipmi-inventory-map-native"
28PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-read-inventory = "f0b-ipmi-fru-read-inventory-native"