summaryrefslogtreecommitdiffstats
path: root/examples/smc91111_eeprom.c
Commit message (Collapse)AuthorAgeFilesLines
* Big white-space cleanup.Wolfgang Denk2008-05-211-1/+1
| | | | | | | | | | | This commit gets rid of a huge amount of silly white-space issues. Especially, all sequences of SPACEs followed by TAB characters get removed (unless they appear in print statements). Also remove all embedded "vim:" and "vi:" statements which hide indentation problems. Signed-off-by: Wolfgang Denk <wd@denx.de>
* use C code rather than inline assemblyMike Frysinger2008-02-041-11/+8
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* make smc91111_eeprom managment simpler by depending on the board ↵Mike Frysinger2008-02-041-0/+12
| | | | | | configuration file rather than a hardcoded list of boards Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD2007-11-251-1/+1
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Add ADI Blackfin supportWolfgang Denk2006-03-121-4/+2
| | | | | | | - add support for Analog Devices Blackfin BF533 CPU - add support for the ADI BF533 Stamp uClinux board - add support for the ADI BF533 EZKit board Patches by Richard Klingler, June 11th 2005:
* * Patch by Robin Getz, 13 Oct 2004:wdenk2005-01-121-0/+391
Add standalone application to change SMC91C111 MAC addresses, see examples/README.smc91111_eeprom * Patch by Xiaogeng (Shawn) Jin, 12 Oct 2004: Fix Flash support for ARM Integrator CP.
OpenPOWER on IntegriCloud