mb/starlabs/lite/{glk/glkr}: Disable DPTF device

DPTF is not used, so disable the corresponding PCI device.

Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I9e4a3bada13dcabc1af3e1e5b3c215939f8239fc
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64449
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
This commit is contained in:
Sean Rhodes 2022-05-18 09:15:14 +01:00 committed by Martin L Roth
parent b2f8d0c30c
commit 0ef8ad2ea5
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ chip soc/intel/apollolake
device domain 0 on
device pci 00.0 on end # Host Bridge
device pci 00.1 on end # DPTF
device pci 00.1 off end # DPTF
device pci 00.2 off end # NPK
device pci 02.0 on end # Gen
device pci 03.0 off end # Iunit

View File

@ -55,7 +55,7 @@ chip soc/intel/apollolake
device domain 0 on
device pci 00.0 on end # Host Bridge
device pci 00.1 on end # DPTF
device pci 00.1 off end # DPTF
device pci 00.2 off end # NPK
device pci 02.0 on end # Gen
device pci 03.0 off end # Iunit