summaryrefslogtreecommitdiff
path: root/meta-aspeed/conf
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-07-20 03:37:35 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-07-23 03:56:20 +0300
commit22112395b98f10fe6e850fb7fe98ea0ff8e6c089 (patch)
tree929896a2ac339609400e335124e07726d4f1226b /meta-aspeed/conf
parent6fa5a3f6cfb7be87da18c24de08f81b000aebb02 (diff)
downloadopenbmc-22112395b98f10fe6e850fb7fe98ea0ff8e6c089.tar.xz
aspeed: add AST2500 evaluation board target
There currently aren't any usable targets provided with meta-aspeed. Typical OE BSP layers provide reference metadata for evaluation boards. Provide one for the AST2500 evaluation board. Typical BSPs also provide an image class that produces images usable on the target hardware. meta-aspeed doesn't have one (yet), so although baking an image (e.g. core-image-minimal) will now work, it will not produce images usable with actual Aspeed hardware. (From meta-aspeed rev: 720fcee6f9dc78ed46b4641de6f2fb0054a6da44) Change-Id: I3419d448b05aa7c72b77224e44050ca63ec20f12 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-aspeed/conf')
-rw-r--r--meta-aspeed/conf/machine/evb-ast2500.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-aspeed/conf/machine/evb-ast2500.conf b/meta-aspeed/conf/machine/evb-ast2500.conf
new file mode 100644
index 000000000..81365d489
--- /dev/null
+++ b/meta-aspeed/conf/machine/evb-ast2500.conf
@@ -0,0 +1,8 @@
+KMACHINE = "aspeed"
+KERNEL_DEVICETREE = "${KMACHINE}-ast2500-evb.dtb"
+
+UBOOT_MACHINE = "ast_g5_phy_config"
+
+FLASH_SIZE = "32768"
+
+require conf/machine/include/ast2500.inc