blob: 5e430268dc496821d78267bb664c9b679593166c [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"