summaryrefslogtreecommitdiff
path: root/meta-ampere/meta-jade/conf/machine
diff options
context:
space:
mode:
authorThang Q. Nguyen <thang@os.amperecomputing.com>2020-12-10 11:49:53 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-01-30 18:57:01 +0300
commit9340787ec4c07464fb26cfb78f64586af5eff2b0 (patch)
treed5d3f7e7d357a437bf5105473a7ec90927dc9c79 /meta-ampere/meta-jade/conf/machine
parent4966184a0a8b01ac055a9e806081fdd0c6cc7f5e (diff)
downloadopenbmc-9340787ec4c07464fb26cfb78f64586af5eff2b0.tar.xz
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
Diffstat (limited to 'meta-ampere/meta-jade/conf/machine')
-rw-r--r--meta-ampere/meta-jade/conf/machine/mtjade.conf9
1 files changed, 9 insertions, 0 deletions
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 000000000..c7bf92bfe
--- /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"