-
- Downloads
Add support for reading and writing mac addresses to or from ID EEPROM.
Added code for reading and writing Mac addresses to/from ID EEPROM(0x57). With attached patch, we can use command "mac/mac read/mac save/" to read and write EEPROM under u-boot prompt. U-boot will calculate the checksum of EEPROM while bootup, if it is right, then u-boot will check whether the mac address of eTSEC0/1/2/3 is availalbe (non-zero). If there is mac address availabe in EEPROM, u-boot will use it, otherewise, u-boot will use the mac address defined in MPC8641HPCN.h. This matches the requirement to set unique mac address for each TSEC port. Signed-off-by:Haiying Wang <haiying.wang@freescale.com> Signed-off-by:
York Sun <yorksun@freescale.com>
Showing
- board/mpc8641hpcn/Makefile 1 addition, 1 deletionboard/mpc8641hpcn/Makefile
- board/mpc8641hpcn/sys_eeprom.c 244 additions, 0 deletionsboard/mpc8641hpcn/sys_eeprom.c
- common/Makefile 1 addition, 1 deletioncommon/Makefile
- common/cmd_mac.c 66 additions, 0 deletionscommon/cmd_mac.c
- include/common.h 3 additions, 0 deletionsinclude/common.h
- include/configs/MPC8641HPCN.h 2 additions, 0 deletionsinclude/configs/MPC8641HPCN.h
- lib_ppc/board.c 4 additions, 0 deletionslib_ppc/board.c
Loading
Please register or sign in to comment