summaryrefslogtreecommitdiff
path: root/meta-lenovo/meta-hr855xg2/conf/machine/hr855xg2.conf
diff options
context:
space:
mode:
authorLisa Liu <liuyj19@lenovo.com>2019-06-25 08:55:20 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-07-09 05:25:00 +0300
commit8d5ca516e0c9f1ee5390fdbdfc1d57eee586134c (patch)
treefa40b3e607ff655f50ee8690c25b4a2e7c8faf38 /meta-lenovo/meta-hr855xg2/conf/machine/hr855xg2.conf
parentc8d9dec86615e8fd80c2d4c9bbb7a0a2ade54e0c (diff)
downloadopenbmc-8d5ca516e0c9f1ee5390fdbdfc1d57eee586134c.tar.xz
meta-lenovo: hr855xg2: Add hr855xg2 platform
hr855xgw is a lenovo platform. Add machine to repo. (From meta-lenovo rev: 57f917c8d869833d8d3a4fd6a914bc795cf6b843) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: I2f20578eee3849ac49988e0cbc69f21f0676e22f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-lenovo/meta-hr855xg2/conf/machine/hr855xg2.conf')
-rw-r--r--meta-lenovo/meta-hr855xg2/conf/machine/hr855xg2.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-lenovo/meta-hr855xg2/conf/machine/hr855xg2.conf b/meta-lenovo/meta-hr855xg2/conf/machine/hr855xg2.conf
new file mode 100644
index 000000000..73cff747c
--- /dev/null
+++ b/meta-lenovo/meta-hr855xg2/conf/machine/hr855xg2.conf
@@ -0,0 +1,19 @@
+#"Copyright (c) 2019-present Lenovo
+#Licensed under BSD-3, see COPYING.BSD file for details."
+
+KMACHINE = "aspeed"
+KERNEL_DEVICETREE = "${KMACHINE}-bmc-lenovo-${MACHINE}.dtb"
+
+UBOOT_MACHINE = "ast_g5_phy_config"
+
+require conf/machine/include/ast2500.inc
+require conf/machine/include/obmc-bsp-common.inc
+require conf/machine/include/lenovo.inc
+
+FLASH_SIZE = "32768"
+
+PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-bt"
+PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-lenovo-apps"
+PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "packagegroup-lenovo-apps"
+PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-lenovo-apps"
+PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-lenovo-apps"