Mike Banon has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47916 )
Change subject: lenovo/g505s: enable device 14.5 FCH USB OHCI Controller ......................................................................
lenovo/g505s: enable device 14.5 FCH USB OHCI Controller
I enabled this device hoping to get a webcam working. It still doesn't but there aren't any downsides. For a coreboot master to be a slightly better foundation for getting it working eventually, please merge.
Signed-off-by: Mike Banon mikebdp2@gmail.com Change-Id: I37547eb951a0afc5da5a12618769975d7071e283 --- M src/mainboard/lenovo/g505s/devicetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/47916/1
diff --git a/src/mainboard/lenovo/g505s/devicetree.cb b/src/mainboard/lenovo/g505s/devicetree.cb index 4b4df36..fba2300 100644 --- a/src/mainboard/lenovo/g505s/devicetree.cb +++ b/src/mainboard/lenovo/g505s/devicetree.cb @@ -41,7 +41,7 @@ end end device pci 14.4 on end # FCH PCI Bridge [1022:780f] - device pci 14.5 off end # USB 2 + device pci 14.5 on end # FCH USB OHCI Controller device pci 14.6 off end # Gec device pci 14.7 off end # SD device pci 15.0 off end # PCIe 0
Hello Alexander Couzens, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47916
to look at the new patch set (#2).
Change subject: lenovo/g505s: enable the 14.5 FCH USB OHCI Controller ......................................................................
lenovo/g505s: enable the 14.5 FCH USB OHCI Controller
I enabled this device hoping to get a webcam working. It still doesn't but there aren't any downsides. For a coreboot master to be a slightly better foundation for getting it working eventually, please merge.
Signed-off-by: Mike Banon mikebdp2@gmail.com Change-Id: I37547eb951a0afc5da5a12618769975d7071e283 --- M src/mainboard/lenovo/g505s/devicetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/47916/2
Attention is currently required from: Mike Banon. Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47916 )
Change subject: lenovo/g505s: enable the 14.5 FCH USB OHCI Controller ......................................................................
Patch Set 3:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/47916/comment/b4b2c604_b8364263 PS3, Line 12: Did the output of lspci change somehow? Please paste a diff in the coreboot logs, and the lspci output.