blob: d87b732ea420438e460579e92a78b5090864e018 [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
7
Joel Stanleye2602bb2016-07-27 18:33:40 +09308UBOOT_MACHINE_firestone = "ast_g4_phy_config"
Brad Bishop7351d3e2016-04-22 11:35:42 -04009UBOOT_ENTRYPOINT = "0x40008000"
10UBOOT_LOADADDRESS = "0x40008000"
11
12FLASH_SIZE = "32768"
Brad Bishop55af68b2017-01-17 12:23:40 -050013
Brad Bishop6eb25f42017-01-28 13:00:52 -050014PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory = "firestone-ipmi-inventory-map-native"