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/aspeed-layer/recipes-bsp/u-boot/u-boot-aspeed.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-phosphor/aspeed-layer/recipes-bsp/u-boot/u-boot-aspeed.inc') diff --git a/meta-phosphor/aspeed-layer/recipes-bsp/u-boot/u-boot-aspeed.inc b/meta-phosphor/aspeed-layer/recipes-bsp/u-boot/u-boot-aspeed.inc index 5286c1b0a..bc81be144 100644 --- a/meta-phosphor/aspeed-layer/recipes-bsp/u-boot/u-boot-aspeed.inc +++ b/meta-phosphor/aspeed-layer/recipes-bsp/u-boot/u-boot-aspeed.inc @@ -9,6 +9,10 @@ SRC_URI_append_aspeed_df-obmc-ubi-fs = " \ file://0005-config-ast-common-Fall-back-to-secondary-flash-on-fa.patch \ " +SRC_URI_append_aspeed_df-isolate-bmc = " \ + file://0001-aspeed-Disable-unnecessary-features.patch \ + " + do_patch[depends] += "os-release:do_populate_sysroot" python do_patch_append_aspeed_df-obmc-ubi-fs () { -- cgit v1.2.3