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


04 Jul, 2017

1 commit

  • There was for long time no activity in the 4xx area.
    We need to go further and convert to Kconfig, but it
    turned out, nobody is interested anymore in 4xx,
    so remove it.

    Signed-off-by: Heiko Schocher

    Heiko Schocher
     

13 Mar, 2014

1 commit

  • - extend the discussion of USB network related config options such that
    all available adapter drivers are listed, and that the 'usb' command
    for the interactive prompt and scripting becomes available
    - suggest to *not* put individual IP configuration parameters into the
    exectuable, but instead to put them into external environment or fetch
    them from network

    Signed-off-by: Gerhard Sittig
    Acked-by: Simon Glass
    Acked-by: Marek Vasut

    Gerhard Sittig
     

24 Jul, 2013

1 commit


17 Dec, 2012

1 commit


22 Oct, 2011

1 commit


06 Oct, 2011

1 commit

  • This is long over due. All but two net drivers have been converted, but
    those have now been dropped.

    The only thing left to do is actually delete all references to NET_MULTI
    and code that is compiled when that is not defined. So here we scrub the
    core code.

    Signed-off-by: Mike Frysinger

    Mike Frysinger
     

12 Sep, 2011

1 commit


09 Aug, 2011

1 commit


20 Feb, 2011

1 commit

  • This adds support for using USB Ethernet dongles in host mode. This is just
    the framework - drivers will come later. A new config option called
    CONFIG_USB_HOST_ETHER can be defined in board config files to switch this
    on.

    The was originally written by NVIDIA and was cleaned up for release by the
    Chromium authors.

    Signed-off-by: Simon Glass

    Simon Glass
     

11 Jul, 2007

1 commit


03 Nov, 2002

1 commit