From 9340787ec4c07464fb26cfb78f64586af5eff2b0 Mon Sep 17 00:00:00 2001 From: "Thang Q. Nguyen" Date: Thu, 10 Dec 2020 08:49:53 +0000 Subject: 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 Change-Id: Ib4c2c30be7fc0a13cc66f7eb1c8b9604e9a5292f --- meta-ampere/meta-jade/conf/machine/mtjade.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-ampere/meta-jade/conf/machine/mtjade.conf (limited to 'meta-ampere/meta-jade/conf/machine') 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" -- cgit v1.2.3