mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: google/fizz: Enable devices under pci 1c.0
Turn on device 1c.0 in order to enable devices
under it.
BUG=b:37486021, b:35775024
BRANCH=None
TEST=Boot from NVMe
Change-Id: I87c1f0a96067ec92f3df623f5327be243d53171f
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: f49785e8e2
Original-Change-Id: Ide66823283c58d2bea0c9886f762f0581741affe
Original-Signed-off-by: Shelley Chen <shchen@chromium.org>
Original-Reviewed-on: https://review.coreboot.org/19533
Original-Reviewed-by: Furquan Shaikh <furquan@google.com>
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://chromium-review.googlesource.com/497403
This commit is contained in:
parent
3633751908
commit
2dc26a11ea
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ chip soc/intel/skylake
|
|||
device pci 19.1 on
|
||||
end # I2C #5
|
||||
device pci 19.2 off end # I2C #4
|
||||
device pci 1c.0 off end # PCI Express Port 1
|
||||
device pci 1c.0 on end # PCI Express Port 1
|
||||
device pci 1c.1 off end # PCI Express Port 2
|
||||
device pci 1c.2 on end # PCI Express Port 3 for LAN
|
||||
device pci 1c.3 on
|
||||
|
|
Loading…
Add table
Reference in a new issue