PKLee-Quanta | b0d8765 | 2018-12-22 09:28:33 +0800 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | |
| 3 | # The device tree of F0B is not ready yet, temporarily replace it with aspeed-ast2500-evb.dtb |
| 4 | KERNEL_DEVICETREE = "${KMACHINE}-ast2500-evb.dtb" |
| 5 | |
| 6 | UBOOT_MACHINE = "ast_g5_phy_config" |
| 7 | |
| 8 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" |
| 9 | |
| 10 | # Overwrite flash offsets |
| 11 | FLASH_UBOOT_OFFSET = "0" |
| 12 | FLASH_KERNEL_OFFSET = "512" |
| 13 | FLASH_UBI_OFFSET = "${FLASH_KERNEL_OFFSET}" |
| 14 | FLASH_ROFS_OFFSET = "4864" |
| 15 | FLASH_RWFS_OFFSET = "49152" |
| 16 | FLASH_SIZE = "65536" |
| 17 | |
| 18 | require conf/machine/include/ast2500.inc |
| 19 | require conf/machine/include/obmc-bsp-common.inc |
| 20 | |
| 21 | PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-kcs" |
| 22 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory = "f0b-ipmi-inventory-map-native" |
| 23 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-read-inventory = "f0b-ipmi-fru-read-inventory-native" |