12 Apr, 2019

1 commit

  • There is no reason not to use the Linux "jedec,spi-nor" binding in U-Boot
    dts files. This compatible has been added in sf_probe, let use it.

    This patch switches to jedec,spi-nor when spi-flash is used in the DTS
    and DTSI files, and removed spi-flash when jedec,spi-nor is already
    present.

    The x86 dts are switched in a separate commit since it depends on a change
    in fdtdec.

    Signed-off-by: Neil Armstrong
    Acked-by: Stefan Roese
    Reviewed-by: Simon Goldschmidt
    Reviewed-by: Evgeniy Paltsev
    Reviewed-by: Rick Chen
    Reviewed-by: Patrick Delaunay
    Reviewed-by: Jagan Teki

    Neil Armstrong
     

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 multiple licenses (in
    these cases, dual license) declared in the SPDX-License-Identifier tag.
    In this case we change from listing "LICENSE-A LICENSE-B" or "LICENSE-A
    or LICENSE-B" or "(LICENSE-A OR LICENSE-B)" to "LICENSE-A OR LICENSE-B"
    as per the Linux Kernel style document. Note that parenthesis are
    allowed so when they were used before we continue to use them.

    Reviewed-by: Fabio Estevam
    Signed-off-by: Tom Rini

    Tom Rini
     

24 Jan, 2018

1 commit

  • The current GPL only licensing on the device trees makes it very
    impractical for other software components licensed under another
    license.

    To make it easier to reuse them, re-license the the device trees for
    Freescale (now NXP) SoCs and boards under GPLv2+/X11 dual license.

    Same trend is followed in linux.

    Cc: Priyanka Jain
    Cc: Mingkai Hu
    Cc: York Sun
    Signed-off-by: Pankaj Bansal
    Reviewed-by: York Sun

    Pankaj Bansal
     

23 Sep, 2017

1 commit


24 May, 2017

1 commit

  • LS2081ARDB board is similar to LS2080ARDB board with few differences
    It hosts LS2081A SoC
    Default boot source is QSPI-boot
    It does not have IFC interface
    RTC and QSPI flash device are different
    It provides QIXIS access via I2C

    Signed-off-by: Priyanka Jain
    Signed-off-by: Santan Kumar
    Reviewed-by: York Sun

    Priyanka Jain