meta-ampere: Add Mt.Jade machine

Add initial Mt.Jade platform support with minimal configuration so that
the code can be compiled and booted on the Mt.Jade platform system.

Tested:
 1. Compile OpenBMC image for Mt.Jade successfully and can boot on
Mt.Jade.
 2. Login to console and WebUI successfully.

Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com>
Change-Id: Ib4c2c30be7fc0a13cc66f7eb1c8b9604e9a5292f
diff --git a/meta-ampere/meta-jade/conf/machine/mtjade.conf b/meta-ampere/meta-jade/conf/machine/mtjade.conf
new file mode 100644
index 0000000..c7bf92b
--- /dev/null
+++ b/meta-ampere/meta-jade/conf/machine/mtjade.conf
@@ -0,0 +1,9 @@
+KMACHINE = "aspeed"
+KERNEL_DEVICETREE = "${KMACHINE}-bmc-ampere-${MACHINE}.dtb"
+UBOOT_MACHINE = "ast_g5_phy_config"
+
+require conf/machine/include/ast2500.inc
+require conf/machine/include/obmc-bsp-common.inc
+require conf/distro/include/phosphor-isolation.inc
+
+VOLATILE_LOG_DIR = "no"