Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42782 )
Change subject: mb/amd/mandolin/devicetree: disable unused internal ethernet controllers ......................................................................
mb/amd/mandolin/devicetree: disable unused internal ethernet controllers
Change-Id: Id4c7ec02f37b35bbc36d40bb937b962cc6413d17 Signed-off-by: Felix Held felix-coreboot@felixheld.de --- M src/mainboard/amd/mandolin/devicetree.cb 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/42782/1
diff --git a/src/mainboard/amd/mandolin/devicetree.cb b/src/mainboard/amd/mandolin/devicetree.cb index 179582b..d94084c 100644 --- a/src/mainboard/amd/mandolin/devicetree.cb +++ b/src/mainboard/amd/mandolin/devicetree.cb @@ -59,8 +59,8 @@ end device pci 8.2 on # Bridge to Bus B device pci 0.0 on end # AHCI - device pci 0.1 on end # Ethernet - device pci 0.2 on end # Ethernet + device pci 0.1 off end # Ethernet + device pci 0.2 off end # Ethernet end device pci 14.0 on # SM chip drivers/generic/generic # dimm 0-0-0
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42782 )
Change subject: mb/amd/mandolin/devicetree: disable unused internal ethernet controllers ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
https://review.coreboot.org/c/coreboot/+/42782/1/src/mainboard/amd/mandolin/... File src/mainboard/amd/mandolin/devicetree.cb:
https://review.coreboot.org/c/coreboot/+/42782/1/src/mainboard/amd/mandolin/... PS1, Line 62: Ethernet This device is an Ethernet MAC that relies on an external PHY, right?
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42782 )
Change subject: mb/amd/mandolin/devicetree: disable unused internal ethernet controllers ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/42782/1/src/mainboard/amd/mandolin/... File src/mainboard/amd/mandolin/devicetree.cb:
https://review.coreboot.org/c/coreboot/+/42782/1/src/mainboard/amd/mandolin/... PS1, Line 62: Ethernet
This device is an Ethernet MAC that relies on an external PHY, right?
It's an Ethernet MAC and for connecting to things, you typically need some sort of external PHY. To connect to some sort of backplane you might not need a PHY; haven't really looked into that
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42782 )
Change subject: mb/amd/mandolin/devicetree: disable unused internal ethernet controllers ......................................................................
Patch Set 2: Code-Review+2
(1 comment)
https://review.coreboot.org/c/coreboot/+/42782/1/src/mainboard/amd/mandolin/... File src/mainboard/amd/mandolin/devicetree.cb:
https://review.coreboot.org/c/coreboot/+/42782/1/src/mainboard/amd/mandolin/... PS1, Line 62: Ethernet
It's an Ethernet MAC and for connecting to things, you typically need some sort of external PHY. […]
Ack
Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/42782 )
Change subject: mb/amd/mandolin/devicetree: disable unused internal ethernet controllers ......................................................................
mb/amd/mandolin/devicetree: disable unused internal ethernet controllers
Change-Id: Id4c7ec02f37b35bbc36d40bb937b962cc6413d17 Signed-off-by: Felix Held felix-coreboot@felixheld.de Reviewed-on: https://review.coreboot.org/c/coreboot/+/42782 Reviewed-by: Angel Pons th3fanbus@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/amd/mandolin/devicetree.cb 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/mainboard/amd/mandolin/devicetree.cb b/src/mainboard/amd/mandolin/devicetree.cb index 0167048..709778d 100644 --- a/src/mainboard/amd/mandolin/devicetree.cb +++ b/src/mainboard/amd/mandolin/devicetree.cb @@ -59,8 +59,8 @@ end device pci 8.2 on # Bridge to Bus B device pci 0.0 on end # AHCI - device pci 0.1 on end # Ethernet - device pci 0.2 on end # Ethernet + device pci 0.1 off end # Ethernet + device pci 0.2 off end # Ethernet end device pci 14.0 on # SM chip drivers/generic/generic # dimm 0-0-0