From c4a5a3f5d01e8947c168cf5cf22755cba3cdf2fa Mon Sep 17 00:00:00 2001 From: Ron Nazarov Date: Sat, 14 Feb 2026 20:13:01 +0000 Subject: [PATCH 45/51] mb/supermicro/x11-lga1151-series: Disable ME HECI in devicetree Since we always use me_cleaner, this speeds up boot time by preventing coreboot from wasting a few seconds waiting for HECI. Change-Id: Ifbb16ba9f09129795dabe7861260ea4d995c0350 Signed-off-by: Ron Nazarov --- src/mainboard/supermicro/x11-lga1151-series/devicetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/supermicro/x11-lga1151-series/devicetree.cb b/src/mainboard/supermicro/x11-lga1151-series/devicetree.cb index d25288420f..edbb485969 100644 --- a/src/mainboard/supermicro/x11-lga1151-series/devicetree.cb +++ b/src/mainboard/supermicro/x11-lga1151-series/devicetree.cb @@ -15,7 +15,7 @@ chip soc/intel/skylake device ref sa_thermal on end device ref south_xhci on end device ref thermal on end - device ref heci1 on end + device ref heci1 off end device ref sata on register "SataSalpSupport" = "1" register "SataPortsEnable" = "{ -- 2.47.3