]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
NET: Add Vitesse VSC7385 firmware uploading
authorTimur Tabi <timur@freescale.com>
Fri, 8 Feb 2008 19:15:54 +0000 (13:15 -0600)
committerKim Phillips <kim.phillips@freescale.com>
Wed, 26 Mar 2008 00:16:43 +0000 (19:16 -0500)
commitb55d98c6d5b8694e560a0e727b14cb6921d7cfcc
tree5da4295628dbf41505d118b6b28c0f00882123cd
parentaa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
NET: Add Vitesse VSC7385 firmware uploading

The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
and other boards.  A small firwmare must be uploaded to its on-board memory
before it can be enabled.  This patch adds the code which uploads firmware
(but not the firmware itself).

Previously, this feature was provided by a U-Boot application that was
made available only on Freescale BSPs.  The VSC7385 firmware must still
be obtained separately, but at least there is no longer a need for a separate
application.

Signed-off-by: Timur Tabi <timur@freescale.com>
Acked-by: Ben Warren <biggerbadderben@gmail.com>
drivers/net/Makefile
drivers/net/vsc7385.c [new file with mode: 0644]
include/vsc7385.h [new file with mode: 0644]