meta-facebook: bletchley: create basic machine
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I5801ad2ce5b7e421a62619c57787465bfa585e95
diff --git a/meta-facebook/meta-bletchley/conf/machine/bletchley.conf b/meta-facebook/meta-bletchley/conf/machine/bletchley.conf
new file mode 100644
index 0000000..2c7778d
--- /dev/null
+++ b/meta-facebook/meta-bletchley/conf/machine/bletchley.conf
@@ -0,0 +1,14 @@
+#KMACHINE = "aspeed"
+#KERNEL_DEVICETREE = "${KMACHINE}-bmc-facebook-${MACHINE}.dtb"
+KERNEL_DEVICETREE = "aspeed-ast2600-evb.dtb"
+
+UBOOT_MACHINE = "ast2600_openbmc_defconfig"
+UBOOT_DEVICETREE = "ast2600a1-evb"
+
+require conf/machine/include/facebook-nohost.inc
+require conf/machine/include/ast2600.inc
+require conf/machine/include/obmc-bsp-common.inc
+
+SERIAL_CONSOLES = "57600;ttyS4"
+
+FLASH_SIZE = "131072"