coreboot/src/drivers/net
Damien Zammit f5dd23f954 drivers/r8168: Read default MAC address from CBFS
This driver applies to 10ec:8168

Previously, this driver resetted the nic and set a hardcoded
MAC address.  Now the driver reads a default MAC address
from CBFS in the form of a string:
echo -n "xx:xx:xx:xx:xx:xx" > macaddress
and store the macaddress file in CBFS with the same name.

TESTED on GA-G41M-ES2L and GA-945GCM-S2L:
       MAC address was detected

Change-Id: If1af91120fa3efca3f1406334a83ed1e59fbdaf9
Signed-off-by: Damien Zammit <damien@zamaudio.com>
Reviewed-on: https://review.coreboot.org/17672
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
2016-12-08 12:40:46 +01:00
..
Kconfig drivers/net/Kconfig: Hide REALTEK_8168_RESET in menuconfig 2016-11-24 19:09:38 +01:00
Makefile.inc drivers/net/r8168: Add driver for realtek nic 2016-05-31 20:03:39 +02:00
ne2k.c src/drivers: Add required space before opening parenthesis '(' 2016-08-31 20:12:07 +02:00
ns8390.h drivers: Trivial - drop trailing blank lines at EOF 2014-07-08 13:51:47 +02:00
r8168.c drivers/r8168: Read default MAC address from CBFS 2016-12-08 12:40:46 +01:00