1KERNEL_DEVICETREE = "aspeed/aspeed-bmc-ibm-system1.dtb"
2
3UBOOT_MACHINE = "ast2600_openbmc_spl_emmc_defconfig"
4# Enable real device tree once available
5#UBOOT_DEVICETREE = "ast2600-system1"
6UBOOT_DEVICETREE = "ast2600-p10bmc"
7SPL_BINARY = "spl/u-boot-spl.bin"
8
9require conf/distro/include/phosphor-mmc.inc
10require conf/machine/include/ast2600.inc
11require conf/machine/include/obmc-bsp-common.inc
12include conf/distro/include/extra-dev-debug-tools.inc
13
14MACHINE_FEATURES += "\
15      obmc-phosphor-chassis-mgmt \
16      "
17
18VIRTUAL-RUNTIME_obmc-sensors-hwmon = "dbus-sensors"
19
20OBMC_POWER_SUPPLY_INSTANCES = "0 1 2 3"
21FLASH_SIZE = "16777216"
22SERIAL_CONSOLES = "115200;ttyS0"
23
24FIT_HASH_ALG = "sha512"
25FIT_SIGN_ALG = "rsa4096"
26FIT_SIGN_NUMBITS = "4096"
27UBOOT_FITIMAGE_ENABLE = "1"
28UBOOT_FIT_HASH_ALG = "sha512"
29UBOOT_FIT_SIGN_ALG = "rsa4096"
30UBOOT_FIT_SIGN_NUMBITS = "4096"
31
32# TODO: Enable signing at a later date
33SOCSEC_SIGN_ENABLE = "0"
34
35PACKAGECONFIG:pn-opkg = "curl openssl ssl-curl"
36