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