Searched hist:"8712 adfd0595ea68ce06fb22420489dacc3a6cc6" (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | e1000.h | 8712adfd0595ea68ce06fb22420489dacc3a6cc6 Mon Oct 07 16:30:39 UTC 2013 Rojhalat Ibrahim <imr@rtschenk.de> drivers/net/e1000: Introduce CONFIG_E1000_NO_NVM
The e1000 driver expects to always have some kind of non-volatile memory attached directly to the ethernet controller chip. This means that I would have to add an additional separate flash chip to my custom board just to store essentially the MAC address. Since I don't want to do that, this patch introduces a new config option CONFIG_E1000_NO_NVM. If defined it disables all accesses to the NVM. I have tested the patch with a 82574 controller.
Signed-off-by: Rojhalat Ibrahim <imr@rtschenk.de>
|
| H A D | e1000.c | 8712adfd0595ea68ce06fb22420489dacc3a6cc6 Mon Oct 07 16:30:39 UTC 2013 Rojhalat Ibrahim <imr@rtschenk.de> drivers/net/e1000: Introduce CONFIG_E1000_NO_NVM
The e1000 driver expects to always have some kind of non-volatile memory attached directly to the ethernet controller chip. This means that I would have to add an additional separate flash chip to my custom board just to store essentially the MAC address. Since I don't want to do that, this patch introduces a new config option CONFIG_E1000_NO_NVM. If defined it disables all accesses to the NVM. I have tested the patch with a 82574 controller.
Signed-off-by: Rojhalat Ibrahim <imr@rtschenk.de>
|