[U-Boot] [PATCH v2 04/11] net: tftpput: Add support for receiving ICMP packets
Wolfgang Denk
wd at denx.de
Wed Oct 26 22:44:28 CEST 2011
Dear Simon Glass,
In message <1319515208-7810-5-git-send-email-sjg at chromium.org> you wrote:
> ICMP packets can tell you when there is no server at the other end. It
> is useful for tftp to figure this out, so that a quick error can be
> displayed, rather than pointlessly retrying.
>
> This adds an ICMP packet handler to the net interface.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> include/net.h | 19 +++++++++++++++++++
> net/net.c | 27 ++++++++++++++++++++++++---
> 2 files changed, 43 insertions(+), 3 deletions(-)
This commit increases the code size and breaks building for a number
of boards, for example ESTEEM192E, ETX094, IAD210:
/work/wd/tmp-ppc/u-boot.lds:69 cannot move location counter backwards
(from 4000815c to 40008000)
Please fix.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Go to Heaven for the climate, Hell for the company." - Mark Twain
More information about the U-Boot
mailing list