03 Dec, 2019

1 commit


17 Jun, 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
     

24 Aug, 2017

1 commit


08 Aug, 2017

1 commit


01 Aug, 2017

2 commits


30 Jul, 2017

1 commit

  • Change from EHCI to xHCI on the DFI BayTrail SoM.

    The xHCI USB hub is connected to an GPIO on the DFI BayTrail SoM. For
    correct operation, it needs to get reset upon power-up. Otherwise it
    may happen that the hub is not detected after a software reboot. This
    patch also configures this GPIO in the dts for correct operation.

    Signed-off-by: Stefan Roese
    Cc: Simon Glass
    Reviewed-by: Bin Meng

    Stefan Roese
     

12 Jul, 2017

1 commit


16 Aug, 2016

2 commits

  • This patch adds support for the BayTrail based theadorable-x86-dfi-bt700
    board which uses the DFI BT700 BayTrail Qseven SoM on a custom baseboard.
    The main difference to the DFI baseboard is, that it isn't equipped
    with a Super IO chip and uses the internal HS SIO UART (memory mapped
    PCI based) as the console UART.

    Signed-off-by: Stefan Roese
    Cc: Simon Glass
    Cc: Bin Meng
    Reviewed-by: Simon Glass
    Reviewed-by: Bin Meng

    Stefan Roese
     
  • This patch adds support for the DFI BayTrail BT700 QSeven SoM installed
    on the DFI Q7X-151 baseboard. The baseboard is equipped with the Nuvoton
    NCT6102D Super IO chip providing the UART as console.

    Signed-off-by: Stefan Roese
    Cc: Simon Glass
    Reviewed-by: Bin Meng

    Stefan Roese