26 Jun, 2015

1 commit


01 Jun, 2015

1 commit


13 May, 2015

1 commit

  • In order to reduce merge conflicts and to maintain the simplest possible
    defconfig files, we should be using the savedefconfig feature of Kconfig
    every time a new feature is added. This keeps the defconfig settings to
    a minimum (only those things not default) and keeps them in the same
    order as the Kconfig options.

    Signed-off-by: Joe Hershberger
    Cc: Masahiro Yamada
    Acked-by: Stephen Warren
    Cc: Tom Rini

    Joe Hershberger
     

16 Mar, 2015

1 commit


19 Jan, 2015

1 commit

  • This patch adds the new Barco platinum platform. It currently
    includes those two boards:

    platinum-titanium
    -----------------
    This is the same board as the titanium that is already supported in
    mainline U-Boot. But its now moved to this new platform to support
    multiple "flavors" of imx6 boards in one directory. Its also moved
    to support SPL booting. And with this we use the run-time DDR
    configuration of this SPL support. The board is equipped with the
    Micron MT41J128M16JT-125 DDR chips. We now can remove the DDR
    related registers tuples from the imximage.cfg file. As all this
    is done in the SPL at run-time.

    platinum-picon
    --------------
    This board is new and based on the MX6DL with 1GiB DDR using the
    Micron MT41K256M16HA DDR3 chips. Its also equipped with 2 NAND
    chips (each 512MiB).

    Signed-off-by: Stefan Roese
    Cc: Stefano Babic
    Cc: Pieter Ronsijn

    Stefan Roese