]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: Add a hunter for ethernet
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2023 17:47:40 +0000 (10:47 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Jan 2023 23:11:40 +0000 (18:11 -0500)
commit4146c823fc27c1a4e06d1d25e0a2d4644948a5fc
tree0d9ca4207ef94dacac79d0ec8f8d38d30637ec92
parentc8c3fd24cc0dd9512237dc13528e90eb46e704a7
bootstd: Add a hunter for ethernet

Sometimes ethernet devices are attached to PCI. Since it is quick to scan,
add this into the ethernet hunter.

Run dhcp to establish the network connection. Drop this from the bootdev
since that is not needed now. Update a log message for clarity.

Signed-off-by: Simon Glass <sjg@chromium.org>
net/eth_bootdev.c
test/boot/bootdev.c