diff options
author | Fabian Groffen <grobian@gentoo.org> | 2023-03-20 19:01:41 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-03-21 19:13:00 +0000 |
commit | 8eacc749733f455f412e87b0d4558fddda245cb9 (patch) | |
tree | a75239169c0a986b03e5c37ce23271f00d648dca /src/mainboard | |
parent | c109e4ba1823b838c5f7af99f2540ec89b1b6c4d (diff) |
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 <grobian@gentoo.org>
Change-Id: I15dd586db9cb4b2dd615b7bf78665df86a32cb9f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73829
Reviewed-by: Kevin Keijzer <kevin@quietlife.nl>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/asrock/b75m-itx/devicetree.cb | 4 |
1 files changed, 1 insertions, 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 |