summaryrefslogtreecommitdiff
path: root/meta-phosphor/conf
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2018-07-26 07:45:21 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-01-09 17:01:11 +0300
commit66270f4371b74b1e0d2537c098e52014f076f2ef (patch)
tree97650babd6355efae151a27eea5ed97e24c56f57 /meta-phosphor/conf
parenta5c52ff0bb57fccc2dcd3bd10647d2fa77ddf8c3 (diff)
downloadopenbmc-66270f4371b74b1e0d2537c098e52014f076f2ef.tar.xz
u-boot-aspeed: Disable unnecessary features
Allow platforms to opt into the u-boot patch disabling unnecessary hardware features for ASPEED SoCs. As this change touches bits that were not initialised by previous u-boot revisions and the configuration applied prevents poweron of OpenPOWER hosts without corresponding host firmware changes, this change is nohwci. (From meta-phosphor rev: 82f2db28ad8f4f0b7fbf703e8942afcaf6e70a2b) Change-Id: I2f40a780afe539e9e4ff13983cd567e849bbed25 Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/conf')
-rw-r--r--meta-phosphor/conf/distro/include/phosphor-isolation.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/conf/distro/include/phosphor-isolation.inc b/meta-phosphor/conf/distro/include/phosphor-isolation.inc
new file mode 100644
index 000000000..007f6760a
--- /dev/null
+++ b/meta-phosphor/conf/distro/include/phosphor-isolation.inc
@@ -0,0 +1,2 @@
+DISTRO_FEATURES += "isolate-bmc"
+DISTROOVERRIDES .= ":df-isolate-bmc"