08 Nov, 2016

2 commits

  • Tom Rini
     
  • The Synopsys DWC EQoS is a configurable Ethernet MAC/DMA IP block which
    supports multiple options for bus type, clocking and reset structure, and
    feature list.

    This patch imports the binding from the Linux kernel, including my V3
    patch to extend the binding to cover the Tegra186, which is applied for
    next-20160912. So far, my changes have been acked by Lars Persson, the
    original author of the binding.

    Signed-off-by: Stephen Warren
    Reviewed-by: Simon Glass
    Acked-by: Joe Hershberger

    Stephen Warren
     

06 Nov, 2016

1 commit

  • Adds -i option that allows specifying a ramdisk file to be added to the
    FIT image when we are using the automatic FIT mode (no ITS file).

    This makes adding Depthcharge support to LAVA much more convenient, as
    no additional configuration files need to be kept around in the machine
    that dispatches jobs to the boards.

    Signed-off-by: Tomeu Vizoso
    Cc: Simon Glass
    Cc: Matt Hart
    Cc: Neil Williams
    Reviewed-by: Simon Glass

    Tomeu Vizoso
     

05 Nov, 2016

1 commit


31 Oct, 2016

1 commit


29 Oct, 2016

1 commit


18 Oct, 2016

2 commits


12 Oct, 2016

3 commits


08 Oct, 2016

1 commit


07 Oct, 2016

8 commits


04 Oct, 2016

1 commit


02 Oct, 2016

3 commits


21 Sep, 2016

1 commit

  • This patch introduces support for building U-Boot to run on the MIPS
    Boston development board. This is a board built around an FPGA & an
    Intel EG20T Platform Controller Hub, used largely as part of the
    development of new CPUs and their software support. It is essentially
    the successor to the older MIPS Malta board.

    Signed-off-by: Paul Burton

    Paul Burton
     

07 Sep, 2016

2 commits


27 Aug, 2016

1 commit


16 Aug, 2016

7 commits


09 Aug, 2016

1 commit

  • TI's PCF8575 is a 16-bit I2C GPIO expander.The device features a
    16-bit quasi-bidirectional I/O ports. Each quasi-bidirectional I/O can
    be used as an input or output without the use of a data-direction
    control signal. The I/Os should be high before being used as inputs.
    Read the device documentation for more details[1].

    This driver is based on pcf857x driver available in Linux v4.7 kernel.
    It supports basic reading and writing of gpio pins.

    [1] http://www.ti.com/lit/ds/symlink/pcf8575.pdf

    Signed-off-by: Vignesh R
    Reviewed-by: Tom Rini
    Reviewed-by: Simon Glass
    Reviewed-by: Mugunthan V N

    Vignesh R
     

06 Aug, 2016

2 commits


05 Aug, 2016

2 commits

  • In Tegra186, the BPMP (Boot and Power Management Processor) owns certain
    HW devices, such as the I2C controller for the power management I2C bus.
    Software running on other CPUs must perform IPC to the BPMP in order to
    execute transactions on that I2C bus. This binding describes an I2C bus
    that is accessed in such a fashion.

    Signed-off-by: Stephen Warren
    Reviewed-by: Simon Glass
    Signed-off-by: Tom Warren

    Stephen Warren
     
  • The BPMP implements some services which must be represented by separate
    nodes. For example, it can provide access to certain I2C controllers, and
    the I2C bindings represent each I2C controller as a device tree node.
    Update the binding to describe how the BPMP supports this.

    Signed-off-by: Stephen Warren
    Signed-off-by: Tom Warren

    Stephen Warren