blob: 6ba66faa494d3deb3b52fd91882cc5501e1d5433 [file] [log] [blame]
Brad Bishopc9ed7202019-06-14 12:33:18 -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/openpower.inc
7require conf/machine/include/p8.inc
8
9UBOOT_MACHINE_vesnin = "ast_g4_ncsi_config"
10UBOOT_ENTRYPOINT = "0x40008000"
11UBOOT_LOADADDRESS = "0x40008000"
12
13FLASH_SIZE = "32768"
14
15SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS4"
16
Brad Bishopc9ed7202019-06-14 12:33:18 -040017PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "vesnin-led-manager-config-native"
18PREFERRED_PROVIDER_virtual/openpower-fru-properties = "vesnin-openpower-fru-properties-native"
19PREFERRED_PROVIDER_virtual/openpower-fru-vpd-layout = "vesnin-openpower-fru-vpd-layout-native"
20PREFERRED_PROVIDER_virtual/openpower-fru-inventory = "vesnin-openpower-fru-inventory-native"
21PREFERRED_PROVIDER_virtual/openpower-occ-control-config-native = "vesnin-openpower-occ-control-config-native"