summaryrefslogtreecommitdiffstats
path: root/board/mpc8641hpcn/sys_eeprom.c
Commit message (Collapse)AuthorAgeFilesLines
* Move the MPC8641HPCN board under board/freescale.Jon Loeliger2007-08-151-256/+0
| | | | | | Minor path corrections needed to ensure buildability. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Fix build errors and warnings / code cleanup.Wolfgang Denk2007-08-021-8/+8
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* General indent and whitespace cleanups.Jon Loeliger2006-08-221-114/+126
|
* Add support for reading and writing mac addresses to or from ID EEPROM.Haiying Wang2006-07-131-0/+244
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>