blob: 7035ec240e4016bfd7c88557cf57e00afc4b8307 [file] [log] [blame]
Brad Bishop7351d3e2016-04-22 11:35:42 -04001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb"
3
4require conf/machine/include/ast2400.inc
5require conf/machine/include/obmc-bsp-common.inc
6require conf/machine/include/ibm.inc
Lei YUd093d7a2017-10-12 10:19:48 +08007require conf/machine/include/p8.inc
Brad Bishop7351d3e2016-04-22 11:35:42 -04008
Joel Stanleye2602bb2016-07-27 18:33:40 +09309UBOOT_MACHINE_firestone = "ast_g4_phy_config"
Brad Bishop7351d3e2016-04-22 11:35:42 -040010UBOOT_ENTRYPOINT = "0x40008000"
11UBOOT_LOADADDRESS = "0x40008000"
12
13FLASH_SIZE = "32768"
Brad Bishop55af68b2017-01-17 12:23:40 -050014
Brad Bishopa33210b2018-03-08 23:32:39 -050015DISTRO_FEATURES_append = " \
Xo Wang5e366f22017-11-17 16:09:56 -080016 obmc-openpower \
17 obmc-openpower-extra \
18 obmc-openpower-legacy \
19 "
20
Brad Bishop6eb25f42017-01-28 13:00:52 -050021PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory = "firestone-ipmi-inventory-map-native"