Re: [PATCH v2] liteeth: LiteX Ethernet device

2022-11-28 Thread Tom Rini
On Mon, Sep 26, 2022 at 03:35:58PM +0930, Joel Stanley wrote: > 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 > Reviewed-by: Ramon Fried Applied to u-boot/master, thanks! -- Tom

[PATCH v2] liteeth: LiteX Ethernet device

2022-09-26 Thread Joel Stanley
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 Reviewed-by: Ramon Fried --- v2: Fixed some return values Add asm/byteorder.h to fix building v1: