blob: 2d16c2e8ded46fd7a92d1a8a073e8246b7d02119 [file] [log] [blame]
Brad Bishopb4e277f2015-10-19 11:39:59 -04001KMACHINE = "aspeed"
Brad Bishop043bfc12015-11-19 22:30:00 -06002KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb"
Brad Bishopb4e277f2015-10-19 11:39:59 -04003
4require conf/machine/include/ast2400.inc
5require conf/machine/include/obmc-bsp-common.inc
Brad Bishop4bbcb992015-10-22 16:00:29 -05006require conf/machine/include/rackspace.inc
Brad Bishopb4e277f2015-10-19 11:39:59 -04007
Joel Stanleya244dcd2016-07-27 18:33:40 +09308UBOOT_MACHINE_barreleye = "ast_g4_ncsi_config"
Brad Bishopb4e277f2015-10-19 11:39:59 -04009UBOOT_ENTRYPOINT = "0x40008000"
10UBOOT_LOADADDRESS = "0x40008000"
11
12FLASH_SIZE = "32768"
Brad Bishop913ed8c2016-08-24 09:33:21 -040013
14OBMC_FAN_INSTANCES = "0 1 2 3 4 5"
Brad Bishope425d2e2017-01-17 12:23:40 -050015
Brad Bishop2f63e8c2017-01-28 13:00:52 -050016PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory = "barreleye-ipmi-inventory-map-native"
Vishwanatha Subbanna7c173402017-02-13 15:57:36 +053017PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "barreleye-led-manager-config-native"
Adriana Kobylak0d109bf2017-10-23 14:20:12 -050018
19# Package exclusions - Exclude packages included by default in the common image
20IMAGE_INSTALL_remove = "packagegroup-obmc-apps-extrasdev"