drivers/net/ne2k: Make it work for bootblock
commit91e6117c09ad7aaa81344bcc378dc424f574a772
authorArthur Heymans <arthur@aheymans.xyz>
Mon, 6 Nov 2023 14:20:33 +0000 (6 15:20 +0100)
committerFelix Held <felix-coreboot@felixheld.de>
Tue, 7 Nov 2023 17:22:33 +0000 (7 17:22 +0000)
treedbec2ce0b61d51f0bd25f14335b7ca707b6a9a22
parentf9bc2c46995f24909abedf220dc89170d8c0d756
drivers/net/ne2k: Make it work for bootblock

This code was written in a romcc bootblock time. There is no reason why
it would not work in bootblock now.

Untested but expected to work.

Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Change-Id: I708e8a3b503eb3a7fdf6063803d666529096f651
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78934
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
src/drivers/net/Makefile.inc
src/drivers/net/ne2k.c
src/include/console/ne2k.h
src/lib/Makefile.inc