[U-Boot-Users] [PATCH 2/5][RESEND] CSB637 - move PHY code to common directory

Anders Larsen alarsen at rea.de
Wed Aug 24 11:20:55 CEST 2005


Hi,

the attached patch moves the at91rm9200 PHY code from the
board specific directories into cpu/arm920t/at91rm9200 to avoid
excess code duplication.

Patch gzip'ed due to size.

Cheers
 Anders

Signed-off-by: Anders Larsen <alarsen at rea.de>

CHANGELOG:
  Patch by Anders Larsen <alarsen at rea.de>, 2005-04-29
  Move the AT91RM9200 PHY code into a common directory

---

 board/at91rm9200dk/Makefile       |    2 
 board/at91rm9200dk/at91rm9200dk.c |   26 ++++
 board/at91rm9200dk/dm9161.c       |  243 -------------------------------------
 board/cmc_pu2/Makefile            |    2 
 board/cmc_pu2/cmc_pu2.c           |   26 ++++
 board/cmc_pu2/dm9161.c            |  243 -------------------------------------
 board/kb9202/Makefile             |    2 
 board/kb9202/kb9202.c             |   33 +++++
 board/kb9202/lxt972.c             |  211 --------------------------------
 cpu/arm920t/at91rm9200/Makefile   |    2 
 cpu/arm920t/at91rm9200/dm9161.c   |  224 ++++++++++++++++++++++++++++++++++
 cpu/arm920t/at91rm9200/ether.c    |    2 
 cpu/arm920t/at91rm9200/lxt972.c   |  192 +++++++++++++++++++++++++++++
 include/at91rm9200_net.h          |    2 
 include/dm9161.h                  |    8 +
 15 files changed, 510 insertions(+), 708 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: at91rm9200_phy.diff.gz
Type: application/x-gzip
Size: 5018 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20050824/2d10dedc/attachment.bin 


More information about the U-Boot mailing list