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>
diff --git a/meta-facebook/meta-harma/recipes-bsp/u-boot/u-boot-aspeed-sdk/harma.cfg b/meta-facebook/meta-harma/recipes-bsp/u-boot/u-boot-aspeed-sdk/harma.cfg
new file mode 100644
index 0000000..1e2a374
--- /dev/null
+++ b/meta-facebook/meta-harma/recipes-bsp/u-boot/u-boot-aspeed-sdk/harma.cfg
@@ -0,0 +1,3 @@
+CONFIG_USE_BOOTARGS=y
+CONFIG_BOOTARGS="console=ttyS4,57600n8 root=/dev/ram rw vmalloc=768M"
+CONFIG_BAUDRATE=57600
diff --git a/meta-facebook/meta-harma/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend b/meta-facebook/meta-harma/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend
new file mode 100644
index 0000000..928ec46
--- /dev/null
+++ b/meta-facebook/meta-harma/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend
@@ -0,0 +1,2 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
+SRC_URI +="file://harma.cfg"
diff --git a/meta-facebook/meta-harma/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend b/meta-facebook/meta-harma/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend
new file mode 100644
index 0000000..eb32cca
--- /dev/null
+++ b/meta-facebook/meta-harma/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend
@@ -0,0 +1,2 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/u-boot-aspeed-sdk:"
+SRC_URI +="file://harma.cfg"