blob: 0981e0d1712bf657b238be66347125b6b5da2cdd [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
4KERNEL_DEVICETREE = "${KMACHINE}-ast2500-evb.dtb"
5
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
24PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-kcs"
25PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory = "f0b-ipmi-inventory-map-native"
26PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-read-inventory = "f0b-ipmi-fru-read-inventory-native"