From 22112395b98f10fe6e850fb7fe98ea0ff8e6c089 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Fri, 19 Jul 2019 20:37:35 -0400 Subject: 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 --- meta-aspeed/conf/machine/evb-ast2500.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-aspeed/conf/machine/evb-ast2500.conf (limited to 'meta-aspeed/conf/machine/evb-ast2500.conf') 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 -- cgit v1.2.3