07 Jun, 2014

1 commit

  • The ePOS EVM and EVM SK have QSPI as an option to boot. Add a qspiboot
    target that utilizes QSPI for env and so forth as an example of best
    practices. As QSPI is booted from directly we need to chang
    CONFIG_SYS_TEXT_BASE.

    Note that on ePOS EVM the QSPI and NAND are mutually exclusive choices
    we need to handle that elsewhere, once NAND support is also added.

    Signed-off-by: Sourav Poddar
    Signed-off-by: Tom Rini

    Sourav Poddar
     

18 Apr, 2014

5 commits


25 Jan, 2014

2 commits


13 Nov, 2013

1 commit

  • - add omap24xx driver to new multibus/multiadpater support
    - adapted all config files, which uses this driver

    Tested on the am335x based siemens boards rut, dxr2 and pxm2
    posted here:
    http://patchwork.ozlabs.org/patch/263211/

    Signed-off-by: Heiko Schocher
    Tested-by: Tom Rini
    Cc: Lars Poeschel
    Cc: Steve Sakoman
    Cc: Thomas Weber
    Cc: Tom Rix
    Cc: Grazvydas Ignotas
    Cc: Enric Balletbo i Serra
    Cc: Luca Ceresoli
    Cc: Igor Grinberg
    Cc: Ilya Yanok
    Cc: Stefano Babic
    Cc: Nishanth Menon
    Cc: Pali Rohár
    Cc: Peter Barada
    Cc: Nagendra T S
    Cc: Michael Jones
    Cc: Raphael Assenat
    Acked-by: Igor Grinberg
    Acked-by: Stefano Babic

    Heiko Schocher
     

10 Nov, 2013

1 commit

  • Conflicts:
    arch/arm/cpu/arm926ejs/mxs/Makefile
    board/compulab/cm_t35/Makefile
    board/corscience/tricorder/Makefile
    board/ppcag/bg0900/Makefile
    drivers/bootcount/Makefile
    include/configs/omap4_common.h
    include/configs/pdnb3.h

    Makefile conflicts are due to additions/removals of
    object files on the ARM branch vs KBuild introduction
    on the main branch. Resolution consists in adjusting
    the list of object files in the main branch version.
    This also applies to two files which are not listed
    as conflicting but had to be modified:

    board/compulab/common/Makefile
    board/udoo/Makefile

    include/configs/omap4_common.h conflicts are due to
    the OMAP4 conversion to ti_armv7_common.h on the ARM
    side, and CONFIG_SYS_HZ removal on the main side.
    Resolution is to convert as this icludes removal of
    CONFIG_SYS_HZ.

    include/configs/pdnb3.h is due to a removal on ARM side.
    Trivial resolution is to remove the file.

    Note: 'git show' will also list two files just because
    they are new:

    include/configs/am335x_igep0033.h
    include/configs/omap3_igep00x0.h

    Albert ARIBAUD
     

05 Nov, 2013

1 commit


02 Nov, 2013

1 commit

  • With changes to increase the size of the device tree (required to move
    more data out of the kernel and into DT), loading the args at the old
    address leads to us overwriting things later on. To correct this, load
    the args file to where we load the device tree anyhow. This is also
    safe for non-DT booting as in either case we use r2 to pass in the
    location of things.

    Signed-off-by: Tom Rini

    Tom Rini
     

28 Aug, 2013

2 commits


16 Aug, 2013

3 commits