blob: 7ffc266c8dd85607c15de1ef4a6efc7e7eef8dfc [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
6UBOOT_MACHINE = "ast_g5_phy_config"
7
8MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
9
10# Overwrite flash offsets
11FLASH_UBOOT_OFFSET = "0"
12FLASH_KERNEL_OFFSET = "512"
13FLASH_UBI_OFFSET = "${FLASH_KERNEL_OFFSET}"
14FLASH_ROFS_OFFSET = "4864"
15FLASH_RWFS_OFFSET = "49152"
16FLASH_SIZE = "65536"
17
18require conf/machine/include/ast2500.inc
19require conf/machine/include/obmc-bsp-common.inc
20
21PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-kcs"
22PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory = "f0b-ipmi-inventory-map-native"
23PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-read-inventory = "f0b-ipmi-fru-read-inventory-native"