commit | c583ee16cb5db73fc299bb679ecb75a5abb3ca47 | [log] [tgz] |
---|---|---|
author | Andrew Ruder <andrew.ruder@elecsyscorp.com> | Tue Oct 22 19:09:02 2013 -0500 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Fri Nov 22 17:03:19 2013 -0600 |
tree | 6b3963bf25765c45b3ec13eab3325f6e1c183e1c | |
parent | 8712adfd0595ea68ce06fb22420489dacc3a6cc6 [diff] |
net: dm9000: random mac address support When an unprogrammed EEPROM is attached to a dm9000, the dm9000 will come up with a invalid MAC address of ff:ff:ff:ff:ff:ff. Add code that gets enabled if CONFIG_RANDOM_MACADDR is enabled that generates a random (and valid) locally administered MAC address that allows the system to network boot until a real MAC address can be configured. Signed-off-by: Andrew Ruder <andrew.ruder@elecsyscorp.com>