]> git.baikalelectronics.ru Git - uboot.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)
commit4f6985cce1283205c45c2089a65d568bd7ecbb93
tree0d9ca4207ef94dacac79d0ec8f8d38d30637ec92
parent96e476a3812d153dd9ebfde4a8dff8e446f89d09
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