Peter Yin | 748179a | 2024-03-15 13:32:12 +0800 | [diff] [blame] | 1 | # Harma config file. |
Peter Yin | 5e4a1aa | 2023-11-23 13:23:39 +0800 | [diff] [blame] | 2 | |
| 3 | KMACHINE = "aspeed" |
Peter Yin | 748179a | 2024-03-15 13:32:12 +0800 | [diff] [blame] | 4 | KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-facebook-${MACHINE}.dtb" |
Peter Yin | 5e4a1aa | 2023-11-23 13:23:39 +0800 | [diff] [blame] | 5 | |
| 6 | UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig" |
Peter Yin | 3eb9327 | 2024-06-19 13:54:41 +0800 | [diff] [blame^] | 7 | UBOOT_DEVICETREE = "ast2600-facebook" |
Peter Yin | 5e4a1aa | 2023-11-23 13:23:39 +0800 | [diff] [blame] | 8 | |
| 9 | SPL_BINARY = "spl/u-boot-spl.bin" |
| 10 | SOCSEC_SIGN_ENABLE = "0" |
| 11 | |
| 12 | OBMC_COMPATIBLE_NAMES = "com.meta.Hardware.BMC.Model.Harma" |
| 13 | |
| 14 | require conf/distro/include/phosphor-static-norootfs.inc |
Daniel Hsu | 0931b60 | 2024-06-13 13:56:03 +0800 | [diff] [blame] | 15 | require conf/distro/include/pldm.inc |
Peter Yin | 5e4a1aa | 2023-11-23 13:23:39 +0800 | [diff] [blame] | 16 | require conf/machine/include/facebook-compute-singlehost.inc |
| 17 | require conf/machine/include/ast2600.inc |
| 18 | require conf/machine/include/obmc-bsp-common.inc |
| 19 | require conf/machine/include/facebook-tpm2.inc |
Potin Lai | aaa7385 | 2024-01-09 19:43:37 +0800 | [diff] [blame] | 20 | require conf/machine/include/facebook-ncsi-nic.inc |
Peter Yin | 5e4a1aa | 2023-11-23 13:23:39 +0800 | [diff] [blame] | 21 | |
| 22 | FLASH_SIZE = "131072" |
| 23 | |
| 24 | VIRTUAL-RUNTIME_obmc-host-state-manager = "phosphor-state-manager-host" |
| 25 | VIRTUAL-RUNTIME_obmc-chassis-state-manager = "phosphor-state-manager-chassis" |
Peter Yin | d584a5a | 2024-01-10 16:55:12 +0800 | [diff] [blame] | 26 | |
Peter Yin | e4a83cf | 2024-05-09 23:12:12 +0800 | [diff] [blame] | 27 | # There is an additional serial console to the CMM (Minerva) on ttyS3. |
| 28 | SERIAL_CONSOLES:append = " 57600;ttyS3" |