]> git.baikalelectronics.ru Git - uboot.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)
commitbaeea3a4a9cfab245abc9479c82742561339f1c9
tree79c9a038fcdb1bfbc27f06a98988117ab00d967a
parent40a44d0e442e9469da8a7bf7c9e1f233cec59d91
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]