[U-Boot] [PATCH] net: Increase the size of the net_boot_file_name buffer

Jacob Stiffler j-stiffler at ti.com
Tue Oct 6 19:26:10 CEST 2015


> On Sat, Oct 3, 2015 at 11:13 AM, Stefan Bruens
> <stefan.bruens at rwth-aachen.de> wrote:
> > On Thursday 01 October 2015 16:27:11 Wolfgang Denk wrote:
> >> Dear Jacob,
> >>
> >> In message <1443622325-30792-1-git-send-email-j-stiffler at ti.com> you wrote:
> >> > The net_boot_file_name buffer is used as storage for the bootfilename
> >> > command line argument to network boot commands such as tftp and nfs.
> >> >
> >> > Increase the size of this buffer to 1024 bytes as the current size of
> >> > 128 bytes is restrictive for arbitrary paths on the server.
> >>
> >> According to RFC 2131, the boot file name has a fixed size of 128
> >> octets.
> >
> > You can also put the file name into Option 67, which results in a length limit
> > of 255 octets (DHCP option length limit).
> >
> > I sent patches with several DHCP enhancements, including Option 67 support, to
> > the ML a few weeks ago.
>
> Has those patches been applied? otherwise it would be good to rebase
> it and send them again as we are close of release and merge window
> will soon open.
The intent of this patch is not to increase the size of the path for bootp, but to
increase the size of the path for nfs and tftp. The "net_boot_file_name" is a common
global variable used for all network commands which load files into memory, and is
basically temporary storage.






More information about the U-Boot mailing list