From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Sat, 15 Dec 2012 12:41:31 -0600 Subject: [U-Boot] Pull request: u-boot-net.git master Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit ebbf0d20aa85f623c49b7ed3349ebfea450c152d: Prepare v2013.01-rc2 (2012-12-14 14:43:22 -0700) are available in the git repository at: git://git.denx.de/u-boot-net.git master for you to fetch changes up to e3bb3254f8c055767edd1f02e642bec386540f4c: net: sh_eth: add support for SH7752 (2012-12-15 12:28:24 -0600) ---------------------------------------------------------------- Joe Hershberger (1): net: Fix endianness bug in link-local Michal Simek (1): phy: Add support for Marvell 88E1118R Ruchika Gupta (1): e1000e : Correct Rx Threshold granularity Simon Glass (1): net: Add tftp speed indication Yoshihiro Shimoda (1): net: sh_eth: add support for SH7752 trem (1): powerpc: remove not used CONFIG_SYS_TFTP_LOADADDR README | 3 --- drivers/net/e1000.c | 10 ++++++++++ drivers/net/e1000.h | 1 + drivers/net/phy/marvell.c | 11 +++++++++++ drivers/net/sh_eth.c | 4 ++-- drivers/net/sh_eth.h | 4 ++-- include/configs/CRAYL1.h | 1 - include/configs/GEN860T.h | 5 ----- include/configs/TOP860.h | 1 - include/configs/ep8260.h | 1 - include/configs/utx8245.h | 1 - net/link_local.c | 2 +- net/tftp.c | 8 ++++++++ 13 files changed, 35 insertions(+), 17 deletions(-)