History log of /u-boot/include/vsc7385.h
Revision Date Author Comments
# 438a4c11 26-Mar-2008 Wolfgang Denk <wd@denx.de>

Cleanup coding style, update CHANGELOG

Signed-off-by: Wolfgang Denk <wd@denx.de>


# b55d98c6 08-Feb-2008 Timur Tabi <timur@freescale.com>

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>