Attention is currently required from: Felix Singer, Paul Menzel, Angel Pons.
Hello Felix Singer, build bot (Jenkins), Paul Menzel, Angel Pons, Arthur Heymans, Fabian Groffen, Kevin Keijzer,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/73516
to look at the new patch set (#2).
Change subject: mb/asrock/b75m-itx: Make NIC a child device below PCIe port 4 ......................................................................
mb/asrock/b75m-itx: Make NIC a child device below PCIe port 4
The Realtek RTL8111E NIC is currently not defined as a child device, resulting in the on_board flag not being set to 1. This means that Linux / udev will call the device enp3s0 rather than eno0, as is appropriate for on-board ethernet devices.
Additionally, the comment in devicetree.cb stating that PCIe port 6 is the ethernet controller is incorrect. It's actually port 4.
This patch moves the comment to the right port, and defines the NIC as a child device of said port, so that it's properly defined as an on-board device.
Link: https://mail.coreboot.org/hyperkitty/list/coreboot@coreboot.org/thread/TFWNW...
Change-Id: Ie1e3a757a6bd6c7dd1702ced177d13711978dcc4 Signed-off-by: Kevin Keijzer kevin@quietlife.nl --- M src/mainboard/asrock/b75m-itx/devicetree.cb 1 file changed, 29 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/73516/2