]> git.baikalelectronics.ru Git - uboot.git/commit
liteeth: LiteX Ethernet device
authorJoel Stanley <joel@jms.id.au>
Mon, 26 Sep 2022 06:05:58 +0000 (15:35 +0930)
committerTom Rini <trini@konsulko.com>
Mon, 28 Nov 2022 15:25:17 +0000 (10:25 -0500)
commit053bda6aa3a38b62e91d20965b6081844d18d6d2
tree3824fd45527f467661030c4cb53eb3fd127885c5
parent9bbf771bbf35363b1336cde311be25f6f5c7cb77
liteeth: LiteX Ethernet device

LiteX is a soft system-on-chip that targets FPGAs. LiteETH is a basic
network device that is commonly used in LiteX designs.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/liteeth.c [new file with mode: 0644]
include/linux/litex.h [new file with mode: 0644]