summaryrefslogtreecommitdiff
path: root/meta-facebook/meta-harma/conf/machine
diff options
context:
space:
mode:
authorPeter Yin <peter.yin@quantatw.com>2023-11-23 08:23:39 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-11-27 20:38:54 +0300
commit5e4a1aa7feb01e9b156c5ff2443d97287ae918da (patch)
tree0ed2d109e91501d1c8755c44fae94fb2858990a2 /meta-facebook/meta-harma/conf/machine
parentbddfa402f9543b3c0a781e6feb39fb34fe1b2acf (diff)
downloadopenbmc-5e4a1aa7feb01e9b156c5ff2443d97287ae918da.tar.xz
meta-facebook: harma: initial commit
Initial commit for platform harma, which is the compute card in the minerva chassis. Tested: Build Success. Kernel DTS: https://lore.kernel.org/all/20231123050415.3441429-3-peteryin.openbmc@gmail.com/ Uboot DTS: https://patchwork.ozlabs.org/project/openbmc/list/?series=379855 Change-Id: I114492a0739412409d89573ad8a41553c50f369b Signed-off-by: Peter Yin <peter.yin@quantatw.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-facebook/meta-harma/conf/machine')
-rw-r--r--meta-facebook/meta-harma/conf/machine/harma.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-facebook/meta-harma/conf/machine/harma.conf b/meta-facebook/meta-harma/conf/machine/harma.conf
new file mode 100644
index 0000000000..1599d0cb8f
--- /dev/null
+++ b/meta-facebook/meta-harma/conf/machine/harma.conf
@@ -0,0 +1,24 @@
+# Minerva config file.
+
+KMACHINE = "aspeed"
+#KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-facebook-${MACHINE}.dtb"
+KERNEL_DEVICETREE = "aspeed/aspeed-ast2600-evb.dtb"
+
+UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
+UBOOT_DEVICETREE = "ast2600-bletchley"
+
+SPL_BINARY = "spl/u-boot-spl.bin"
+SOCSEC_SIGN_ENABLE = "0"
+
+OBMC_COMPATIBLE_NAMES = "com.meta.Hardware.BMC.Model.Harma"
+
+require conf/distro/include/phosphor-static-norootfs.inc
+require conf/machine/include/facebook-compute-singlehost.inc
+require conf/machine/include/ast2600.inc
+require conf/machine/include/obmc-bsp-common.inc
+require conf/machine/include/facebook-tpm2.inc
+
+FLASH_SIZE = "131072"
+
+VIRTUAL-RUNTIME_obmc-host-state-manager = "phosphor-state-manager-host"
+VIRTUAL-RUNTIME_obmc-chassis-state-manager = "phosphor-state-manager-chassis"