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:
parent
b2f8d0c30c
commit
0ef8ad2ea5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user