• Rabeeh Khoury's avatar
    Add sys_eeprom feature to read MAC addresses and other variables · d6c4ff9a
    Rabeeh Khoury authored
    For machines that doesn't have sys_eeprom initialized, this can be done
    in u-boot by -
    sys_eeprom set 0x24 00:11:22:44:11:44
    sys_eeprom set 0x2a 0x10
    sys_eeprom write
    
    The first command will set the base MAC, the second will define a range
    of 16 MAC addresses (LX2 COM can actually go up to 17 MACs).
    The third command will save the TLV data. After that reset is required
    for the MAC addresses to get effective
    Signed-off-by: default avatarRabeeh Khoury <rabeeh@solid-run.com>
    d6c4ff9a
0026-lx2160acex7-add-sys_eeprom-support-and-read-MAC-addr.patch 4.73 KB