PKLee-Quanta | 0227ac3 | 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 | |
Joel Stanley | a4c5b7f | 2022-01-17 21:04:22 +1030 | [diff] [blame] | 6 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed" |
| 7 | PREFERRED_PROVIDER_u-boot = "u-boot-aspeed" |
| 8 | PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed" |
PKLee-Quanta | 0227ac3 | 2018-12-22 09:28:33 +0800 | [diff] [blame] | 9 | UBOOT_MACHINE = "ast_g5_phy_config" |
| 10 | |
| 11 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" |
| 12 | |
| 13 | # Overwrite flash offsets |
| 14 | FLASH_UBOOT_OFFSET = "0" |
| 15 | FLASH_KERNEL_OFFSET = "512" |
| 16 | FLASH_UBI_OFFSET = "${FLASH_KERNEL_OFFSET}" |
| 17 | FLASH_ROFS_OFFSET = "4864" |
| 18 | FLASH_RWFS_OFFSET = "49152" |
| 19 | FLASH_SIZE = "65536" |
| 20 | |
| 21 | require conf/machine/include/ast2500.inc |
| 22 | require conf/machine/include/obmc-bsp-common.inc |
| 23 | |
Peter Foley | f9b9865 | 2022-02-09 15:29:51 +0000 | [diff] [blame] | 24 | IMAGE_FEATURES:remove = "obmc-system-mgmt" |
| 25 | |
PKLee-Quanta | 0227ac3 | 2018-12-22 09:28:33 +0800 | [diff] [blame] | 26 | PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-kcs" |
| 27 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory = "f0b-ipmi-inventory-map-native" |
| 28 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-read-inventory = "f0b-ipmi-fru-read-inventory-native" |