]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: ethernet: Add a bootdev driver
authorSimon Glass <sjg@chromium.org>
Mon, 25 Apr 2022 05:31:15 +0000 (23:31 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2022 14:00:04 +0000 (10:00 -0400)
commit4fd8d077cb6986385fa8af1b9b11f0fb2cdeb609
tree79c9a038fcdb1bfbc27f06a98988117ab00d967a
parentb8aa463e9ba96e66fc24e0d7cd0e07e9bc7bc839
bootstd: ethernet: Add a bootdev driver

Add a bootdev driver for Ethernet. It can use the PXE boot mechanism to
locate a file, added later.

Signed-off-by: Simon Glass <sjg@chromium.org>
MAINTAINERS
net/Kconfig
net/Makefile
net/eth-uclass.c
net/eth_bootdev.c [new file with mode: 0644]