[U-Boot-Users] Pull Request: u-boot-net

Wolfgang,
Please pull from u-boot-net. I merged with mainline tonight, so hopefully everything's up-to-date. I'm sure you'll let me know if anything's amiss.
regards, Ben
------------------------------------
The following changes since commit 8a92b7c60b40ff79e2cc96e13aeac2a531dde473: Wolfgang Denk (1): Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xx
are found in the git repository at:
git://www.denx.de/git/u-boot-net.git
Ben Warren (1): Sync'd u-boot-net with mainline
David Updegraff (1): multicast tftp: RFC2090
Mike Rapoport (1): Add ability to take MAC address from the environment to DM9000 driver
Vadim Bendebury (1): cosmetic changes to bcm570x driver
Wilson Callan (1): New CONFIG_BOOTP_SERVERIP option
README | 15 +- drivers/bcm570x.c | 2322 ++++++------- drivers/bcm570x_lm.h | 207 +- drivers/bcm570x_mm.h | 58 +- drivers/dm9000x.c | 15 + drivers/rtl8139.c | 7 + drivers/tigon3.c | 9697 ++++++++++++++++++++++++-------------------------- drivers/tigon3.h | 3759 ++++++++++---------- drivers/tsec.c | 48 + include/net.h | 34 +- net/bootp.c | 2 + net/eth.c | 45 + net/net.c | 8 + net/tftp.c | 238 ++- 14 files changed, 8076 insertions(+), 8379 deletions(-)

Dear Ben,
in message 46C12E13.5040205@qstreams.com you wrote:
Please pull from u-boot-net. I merged with mainline tonight, so hopefully everything's up-to-date. I'm sure you'll let me know if anything's amiss.
Done.
There were a few files with trailing white space (drivers/rtl8139.c, net/eth.c, net/net.c, net/tftp.c). I fixed these.
Best regards,
Wolfgang Denk

Wolfgang Denk wrote:
Dear Ben,
in message 46C12E13.5040205@qstreams.com you wrote:
Please pull from u-boot-net. I merged with mainline tonight, so hopefully everything's up-to-date. I'm sure you'll let me know if anything's amiss.
Done.
There were a few files with trailing white space (drivers/rtl8139.c, net/eth.c, net/net.c, net/tftp.c). I fixed these.
Best regards,
Wolfgang Denk
Thanks. I used the --whitespace=strip option in git-am, so am a bit curious how this happened.
regards, Ben
participants (2)
-
Ben Warren
-
Wolfgang Denk