From 8eacc749733f455f412e87b0d4558fddda245cb9 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Mon, 20 Mar 2023 19:01:41 +0100 Subject: [PATCH] mb/asrock/b75m-itx: Disable unused ME KT PCI device Resolve this message: [INFO ] PCI: Static device PCI: 00:16.3 not found, disabling it. The ME KT is very unlikely to exist on a consumer device as it is only used in combination with Intel AMT. AMT comes only with the corporate ME variant, whilst this mainboard is consumer grade. Signed-off-by: Fabian Groffen Change-Id: I15dd586db9cb4b2dd615b7bf78665df86a32cb9f Reviewed-on: https://review.coreboot.org/c/coreboot/+/73829 Reviewed-by: Kevin Keijzer Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/mainboard/asrock/b75m-itx/devicetree.cb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mainboard/asrock/b75m-itx/devicetree.cb b/src/mainboard/asrock/b75m-itx/devicetree.cb index 5b3387ac68..1b031d74be 100644 --- a/src/mainboard/asrock/b75m-itx/devicetree.cb +++ b/src/mainboard/asrock/b75m-itx/devicetree.cb @@ -35,9 +35,7 @@ chip northbridge/intel/sandybridge end device pci 16.1 off end # Management Engine Interface 2 device pci 16.2 off end # Management Engine IDE-R - device pci 16.3 on # Management Engine KT - subsystemid 0x1849 0x1e3d - end + device pci 16.3 off end # Management Engine KT device pci 19.0 off end # Intel Gigabit Ethernet device pci 1a.0 on # USB2 EHCI #2 subsystemid 0x1849 0x1e2d