27 Jul, 2018

1 commit


07 May, 2018

1 commit

  • When U-Boot started using SPDX tags we were among the early adopters and
    there weren't a lot of other examples to borrow from. So we picked the
    area of the file that usually had a full license text and replaced it
    with an appropriate SPDX-License-Identifier: entry. Since then, the
    Linux Kernel has adopted SPDX tags and they place it as the very first
    line in a file (except where shebangs are used, then it's second line)
    and with slightly different comment styles than us.

    In part due to community overlap, in part due to better tag visibility
    and in part for other minor reasons, switch over to that style.

    This commit changes all instances where we have a single declared
    license in the tag as both the before and after are identical in tag
    contents. There's also a few places where I found we did not have a tag
    and have introduced one.

    Signed-off-by: Tom Rini

    Tom Rini
     

08 Sep, 2017

1 commit

  • In the general case, CONFIG_NFS_READ_SIZE is unchanged from the default
    of 1024. There are in fact no in-tree users that increase this size.
    Adjust the comment to reflect what could be done in the future in
    conjunction with CONFIG_IP_DEFRAG.

    Cc: Joe Hershberger
    Signed-off-by: Tom Rini
    Acked-by: Joe Hershberger

    Tom Rini
     

08 Aug, 2017

1 commit

  • PXE boot is broken with GCC 7.1 due option '-fstore-merging' enabled
    by default for '-O2':

    BOOTP broadcast 1
    data abort
    pc : [] lr : []
    reloc pc : [] lr : []
    sp : 8f558bc0 ip : 00000000 fp : 8ffef5a4
    r10: 8ffed248 r9 : 8f558ee0 r8 : 8ffef594
    r7 : 0000000e r6 : 8ffed700 r5 : 00000000 r4 : 8ffed74e
    r3 : 00060101 r2 : 8ffed230 r1 : 8ffed706 r0 : 00000ddd
    Flags: nzcv IRQs off FIQs off Mode SVC_32
    Resetting CPU ...

    Core reason is usage of structures for network headers without packed
    attribute.

    Reviewed-by: Yauheni Kaliuta
    Signed-off-by: Denis Pynkin
    Acked-by: Joe Hershberger

    Denis Pynkin
     

10 Sep, 2016

1 commit


23 Aug, 2016

3 commits

  • The type of the buffer is uint32_t, but the parameter used to size it
    is referring to bytes. Divide by the size of the array elements.

    Strictly speaking, this shouldn't be needed at all... It could just be 1
    just like the request.

    Signed-off-by: Joe Hershberger

    Joe Hershberger
     
  • This patch enables NFSv3 support.
    If NFSv2 is available use it as usual.
    If NFSv2 is not available, but NFSv3 is available, use NFSv3.
    If NFSv2 and NFSv3 are not available, print an error message since NFSv4 is not supported.

    Tested on iMX6 sabrelite with 4 Linux NFS servers:
    * NFSv2 + NFSv3 + NFSv4 server: use NFSv2 protocol
    * NFSv2 + NFSv3 server: use NFSv2 protocol
    * NFSv3 + NFSv4 server: use NFSv3 protocol
    * NFSv3 server: use NFSv3 protocol

    Signed-off-by: Guillaume GARDET
    Cc: Tom Rini
    Cc: joe.hershberger@ni.com
    Acked-by: Joe Hershberger

    Guillaume GARDET
     
  • Unreferenced, so remove the noise.

    Signed-off-by: Joe Hershberger

    Joe Hershberger
     

19 Apr, 2015

1 commit


24 Jul, 2013

1 commit


16 May, 2012

1 commit


26 Aug, 2009

1 commit


27 Feb, 2004

1 commit

  • - Timeouts in FPGA code should be based on CFG_HZ
    - Minor cleanup in code for Altera FPGA ACEX1K

    * Patch by Steven Scholz, 25 Feb 2004:
    Changed "Directory Hierarchy" section in README

    * Patch by Masami Komiya, 25 Feb 2004:
    Reduce copy count in nfs_read_reply() of NFS code

    wdenk
     

24 Feb, 2004

1 commit