summaryrefslogtreecommitdiff
path: root/meta-facebook/meta-bletchley/conf/machine/bletchley.conf
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-05-26 21:50:54 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-06-04 18:02:41 +0300
commit17a0c0b3346cf71cf3ae5d59ba5fc02508ebcc71 (patch)
tree7c4e88d9460c988ff5d017027681beec446f0eef /meta-facebook/meta-bletchley/conf/machine/bletchley.conf
parent1d1d7a618a702f1a70eee8c5f2b82c73dc6758f6 (diff)
downloadopenbmc-17a0c0b3346cf71cf3ae5d59ba5fc02508ebcc71.tar.xz
meta-facebook: bletchley: create basic machine
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5801ad2ce5b7e421a62619c57787465bfa585e95
Diffstat (limited to 'meta-facebook/meta-bletchley/conf/machine/bletchley.conf')
-rw-r--r--meta-facebook/meta-bletchley/conf/machine/bletchley.conf14
1 files changed, 14 insertions, 0 deletions
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 000000000..2c7778dd7
--- /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"