summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2015-09-29 14:23:26 -0500
committerPatrick Williams <patrick@stwcx.xyz>2015-09-29 14:23:26 -0500
commit9a919a109aff8005ec8f181d6ab3961ca7f5b374 (patch)
treea6a4a49a0266ba85f37bedbe2764f5ae47d94392 /meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf
parentef552f65c3d54126b5ecc813bdd7265ed8f33e4b (diff)
parent940e097002829605e2b5ec36f02f59676b33aedc (diff)
downloadtalos-openbmc-9a919a109aff8005ec8f181d6ab3961ca7f5b374.tar.gz
talos-openbmc-9a919a109aff8005ec8f181d6ab3961ca7f5b374.zip
Add 'meta-openbmc-bsp/meta-aspeed/' from commit '940e097002829605e2b5ec36f02f59676b33aedc'
git-subtree-dir: meta-openbmc-bsp/meta-aspeed git-subtree-mainline: ef552f65c3d54126b5ecc813bdd7265ed8f33e4b git-subtree-split: 940e097002829605e2b5ec36f02f59676b33aedc
Diffstat (limited to 'meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf')
-rw-r--r--meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/layer.conf9
-rw-r--r--meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/machine/include/ast2400.inc12
2 files changed, 21 insertions, 0 deletions
diff --git a/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/layer.conf b/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/layer.conf
new file mode 100644
index 000000000..ce5a49bfd
--- /dev/null
+++ b/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/layer.conf
@@ -0,0 +1,9 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have a recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "ast2400"
+BBFILE_PATTERN_ast2400 = ""
diff --git a/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/machine/include/ast2400.inc b/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/machine/include/ast2400.inc
new file mode 100644
index 000000000..492b47350
--- /dev/null
+++ b/meta-openbmc-bsp/meta-aspeed/meta-ast2400/conf/machine/include/ast2400.inc
@@ -0,0 +1,12 @@
+#@TYPE: Machine
+#@NAME: Aspeed AST2400
+#@DESCRIPTION: Common machine configuration for the Aspeed AST2400 Chip
+
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-obmc"
+KERNEL_CONFIG_COMMAND ?= "oe_runmake aspeed_defconfig"
+
+UBOOT_MACHINE ?= "versatileab_config"
+UBOOT_ENTRYPOINT ?= "0x40001000"
+UBOOT_LOADADDRESS ?= "0x40001000"
+
+require conf/machine/include/tune-arm926ejs.inc
OpenPOWER on IntegriCloud