11 Apr, 2017

8 commits


07 Apr, 2017

5 commits


06 Apr, 2017

1 commit

  • As per the DM[1] Dated June 2016–Revised February 2017, Table 5-3,
    DRA71 supports the following OPPs for various voltage domains:

    VDD_MPU: OPP_NOM
    VDD_CORE: OPP_NOM
    VDD_GPU: OPP_NOM
    VDD_DSPEVE: OPP_NOM, OPP_HIGH
    VDD_IVA: OPP_NOM, OPP_HIGH

    This patch add support for selection of the above OPPs instead of
    using OPP_NOM for all voltage domains.

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

    Reported-by: Vishal Mahaveer
    Signed-off-by: Lokesh Vutla

    Lokesh Vutla
     

05 Apr, 2017

3 commits


31 Mar, 2017

5 commits


28 Mar, 2017

1 commit

  • am335x_evm SPL is very close to its limit in SRAM space.
    SRAM size might be overflowed when building with "O=" option
    with a very large directory name and the same is a sibling
    of source tree. This will give the absolute path when __FILE_
    is used.
    Switch to use tiny printf to reclaim some size.

    Reported-by: Denys Dmytriyenko
    Signed-off-by: Lokesh Vutla

    Lokesh Vutla
     

22 Mar, 2017

2 commits


20 Mar, 2017

1 commit

  • Enable the OPP_HIGH configuration for GPU voltage domain
    by default for various TI DRA7xx and AM57xx boards. This
    is being done to meet the performance needs of 1080p
    GFX/MultiMedia usecases. These domains do not support DVFS
    and the kernel will continue to run to the boot OPPs chosen
    here.

    Based on logic similar to that of DSPEVE and IVA voltage
    domains in commit def6b32 ("ARM: DRA7: Enable OPP_OPP_HIGH for
    DSPEVE and IVA voltage domains")

    Acked-by: Suman Anna
    Signed-off-by: Subhajit Paul
    Signed-off-by: Lokesh Vutla

    Subhajit Paul
     

16 Mar, 2017

1 commit


15 Mar, 2017

2 commits


14 Mar, 2017

2 commits


03 Mar, 2017

2 commits

  • commit 22802f4e3a0a8ead928a0af06b7719b604a98afb upstream.

    Add a new top-level config option so support booting an image stored
    in RAM. This allows to move the RAM boot support into a sparate file
    and having a single condition to compile that file.

    Signed-off-by: Stefan Agner
    (cherry picked from commit 22802f4e3a0a8ead928a0af06b7719b604a98afb)
    Signed-off-by: Dan Murphy

    Stefan Agner
     
  • Probe USB_DEV_GENERIC drivers during arch_misc_init(). This is required
    in order for USB DM model based peripheral mode devices like DFU to work
    in U-Boot.

    Signed-off-by: Vignesh R

    Vignesh R
     

28 Feb, 2017

3 commits


27 Feb, 2017

1 commit

  • The PADCONFIG_202 register (0x02621328) is affected by the
    locking of the RSTMUX8 register (0x02620328), and so cannot
    be configured in kernel. This has been confirmed as a hardware
    bug. Setup the pinmux for this pin before locking the RSTMUX8
    register to allow the ICSS1 PRU1 Ethernet PHY port to work
    properly.

    Signed-off-by: Suman Anna

    Suman Anna
     

22 Feb, 2017

1 commit


21 Feb, 2017

1 commit


17 Feb, 2017

1 commit