Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Andrew Ruder's avatar
    c583ee16
    net: dm9000: random mac address support · c583ee16
    Andrew Ruder authored
    
    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: default avatarAndrew Ruder <andrew.ruder@elecsyscorp.com>
    c583ee16
    History
    net: dm9000: random mac address support
    Andrew Ruder authored
    
    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: default avatarAndrew Ruder <andrew.ruder@elecsyscorp.com>