aboutsummaryrefslogtreecommitdiff
path: root/common/miiphybb.c
AgeCommit message (Collapse)AuthorFilesLines
2008-08-29miiphybb: move to drivers/net/phyJean-Christophe PLAGNIOL-VILLARD1-235/+0
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-08-13common: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-5/+0
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2006-10-20Cleanup compile warnings. Prepare for release 1.1.5U-Boot-1_1_5Wolfgang Denk1-3/+3
2005-10-28Add support for multiple PHYs.Marian Balakowicz1-2/+4
2005-08-13Fix compiler warningsWolfgang Denk1-160/+168
2004-03-23* Patches by Thomas Viehweger, 16 Mar 2004:wdenk1-1/+1
- show PCI clock frequency on MPC8260 systems - add FCC_PSMR_RMII flag for HiP7 processors - in do_jffs2_fsload(), take load address from load_addr if not set explicit, update load_addr otherwise - replaced printf by putc/puts when no formatting is needed (smaller code size, faster execution)
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk1-1/+0
- remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
2002-08-17Initial revisionwdenk1-0/+231