From 66270f4371b74b1e0d2537c098e52014f076f2ef Mon Sep 17 00:00:00 2001 From: Andrew Jeffery Date: Thu, 26 Jul 2018 14:15:21 +0930 Subject: 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 Signed-off-by: Brad Bishop --- meta-phosphor/conf/distro/include/phosphor-isolation.inc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-phosphor/conf/distro/include/phosphor-isolation.inc (limited to 'meta-phosphor/conf/distro') 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" -- cgit v1.2.3