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