aspeed: Add Aspeed G6/eval configuration

Add base configuration metadata for the Aspeed AST2600 and its
evaluation board.

Initially point at the Aspeed SDK until kernel and u-boot support is
added upstream.

Change-Id: I13b6b64ccc011fb5ab2d68ed5a383a81811d65b0
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index a7dae26..9cce692 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -1,4 +1,5 @@
-MACHINE ??= "evb-ast2500"
+#MACHINE ?= "evb-ast2500"
+MACHINE ??= "evb-ast2600"
 
 # Allow logging in if the user does not set the root password.
 EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
diff --git a/conf/machine/evb-ast2600.conf b/conf/machine/evb-ast2600.conf
new file mode 100644
index 0000000..fd72baa
--- /dev/null
+++ b/conf/machine/evb-ast2600.conf
@@ -0,0 +1,4 @@
+KERNEL_DEVICETREE = "aspeed-ast2600-evb.dtb"
+UBOOT_MACHINE = "evb-ast2600_defconfig"
+
+require conf/machine/include/ast2600.inc
diff --git a/conf/machine/include/aspeed.inc b/conf/machine/include/aspeed.inc
index 36153cf..e62af13 100644
--- a/conf/machine/include/aspeed.inc
+++ b/conf/machine/include/aspeed.inc
@@ -3,4 +3,9 @@
 PREFERRED_PROVIDER_u-boot ?= "u-boot-aspeed"
 PREFERRED_PROVIDER_u-boot-fw-utils ?= "u-boot-fw-utils-aspeed"
 
+PREFERRED_PROVIDER_virtual/kernel_aspeed-g6 ?= "linux-aspeed-sdk"
+PREFERRED_PROVIDER_virtual/bootloader_aspeed-g6 ?= "u-boot-aspeed-sdk"
+PREFERRED_PROVIDER_u-boot_aspeed-g6 ?= "u-boot-aspeed-sdk"
+PREFERRED_PROVIDER_u-boot-fw-utils_aspeed-g6 ?= "u-boot-fw-utils-aspeed-sdk"
+
 MACHINEOVERRIDES =. "aspeed:"
diff --git a/conf/machine/include/ast2600.inc b/conf/machine/include/ast2600.inc
new file mode 100644
index 0000000..2dcaaf6
--- /dev/null
+++ b/conf/machine/include/ast2600.inc
@@ -0,0 +1,7 @@
+SOC_FAMILY = "aspeed-g6"
+include conf/machine/include/soc-family.inc
+require conf/machine/include/aspeed.inc
+require conf/machine/include/tune-cortexa7.inc
+
+UBOOT_ENTRYPOINT = "0x80001000"
+UBOOT_LOADADDRESS = "0x80001000"