mainboard/google/puff: Enable func0 of 1c for nic
Two things here: i. ) FSP requires that function 0 be enabled whenever any non-zero functions hang under the same bus:device. ii.) FSP reorders function 6 RP to be function 0 if function 0 is indeed unused. BUG=b:146437819 BRANCH=none TEST=none Change-Id: I0f499a23495e18cfcc712c7c96024433a6181a4c Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37913 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
95bff2e17e
commit
e8b7ff1ab5
|
@ -175,7 +175,8 @@ chip soc/intel/cannonlake
|
|||
end
|
||||
end #I2C #4
|
||||
device pci 1a.0 on end # eMMC
|
||||
device pci 1c.6 on end # PCI Express Port 7, RTL8111H Ethernet NIC.
|
||||
device pci 1c.0 on end # FSP requires func0 be enabled.
|
||||
device pci 1c.6 on end # RTL8111H Ethernet NIC (becomes RP1).
|
||||
device pci 1e.3 off end # GSPI #1
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue