27 Feb, 2014

4 commits


26 Feb, 2014

8 commits


25 Feb, 2014

1 commit


24 Feb, 2014

2 commits


23 Feb, 2014

2 commits


22 Feb, 2014

7 commits

  • The function pll_sigma_delta_val uses "float" data which is not correct.
    The exact "why" of this mangling is lost to history, but this changes us
    to equivalent non-FP math to get the same results.

    Reported-by: Wolfgang Denk
    Acked-by: Matt Porter

    Måns Rullgård
     
  • commit 194dd74ad919e57026f385aaab7f89acf7ea79ef
    (DRA7: add ABB setup for MPU voltage domain)

    Made an offset typo error by using 0x4A003B24 as the efuse offset
    for OPP_NOM. As per TI documentation, 0x4A003B24 is for OPP_OD, and
    0x4A003B20 is for OPP_NOM. Fix the same.

    Reported-by: Praveen Rao
    Signed-off-by: Nishanth Menon

    Nishanth Menon
     
  • DDR timings were broken since 47abc3df701d8bc26f311350aa523fc1d0f8ad4e
    for PandaBoard EA1.

    Signed-off-by: Janne Grunau

    Janne Grunau
     
  • Schematic indicates GPIO5_7 is to be used for VTT regulator control
    rather than GPIO0_21 so modify enable_vtt_regulator to reflect this.
    Without this some boards will experience DDR3 corruption and fail to
    boot.

    Signed-off-by: Dave Gerlach
    [trini: Rework patch against mainline]
    Signed-off-by: Tom Rini

    Dave Gerlach
     
  • Adds support for Bernecker & Rainer Industrieelektronik GmbH KWB
    Motherboard, using TI's AM3352 SoC.

    Most of code is derived from TI's AM335x_EVM

    Signed-off-by: Hannes Petermaier
    Cc: trini@ti.com

    Hannes Petermaier
     
  • This patch add support for the Silica Pengwyn board [1]
    The board is based on a TI AM3354 CPU [2]
    All jumpers removed it will boot from the SDcard, the console is on
    UART1 accessible via the FDTI -> USB. The on board NAND flash is
    supported and can act as boot medium, depending on jumper settings.
    USB Host, USB Device and Ethernet are also provided but untested.

    [1]
    http://www.silica.com/product/silica-pengwyn-board.html
    [2]
    http://www.ti.com/product/am3354

    Signed-off-by: Lothar Felten
    [trini: Move CONFIG_BOARD_LATE_INIT into am335x_evm.h, drop unused
    spi0_pin_mux from Pengwyn support]
    Signed-off-by: Tom Rini

    Lothar Felten
     
  • This function has been around for powerpc. It is used for systems with
    memory more than CONFIG_MAX_MEM_MAPPED. In case of non-contiguous memory,
    this feature can limit U-boot to one block without going over the limit.

    Signed-off-by: York Sun
    Acked-by: Albert ARIBAUD

    York Sun
     

21 Feb, 2014

5 commits


20 Feb, 2014

11 commits