blob: 922e04c79ee2d22506e06f032322688224ee82eb [file] [log] [blame]
Andrew Geissler077d0d32023-09-15 16:14:08 -04001KERNEL_DEVICETREE = "aspeed/aspeed-bmc-ibm-system1.dtb"
Andrew Geissler1edbdd42023-09-14 08:33:24 -04002
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
Andrew Geisslerc3a78932023-09-18 13:08:54 -050014MACHINE_FEATURES += "\
15 obmc-phosphor-chassis-mgmt \
16 "
17
Andrew Geissler8827d4c2023-10-02 13:02:09 -050018VIRTUAL-RUNTIME_obmc-sensors-hwmon = "dbus-sensors"
19
Andrew Geissler1edbdd42023-09-14 08:33:24 -040020OBMC_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"