02 Apr, 2014

1 commit


31 Mar, 2014

1 commit


25 Mar, 2014

1 commit


18 Mar, 2014

16 commits


14 Mar, 2014

2 commits


13 Mar, 2014

10 commits

  • Changes:
    - update partitions layout
    - update dfu entities
    to be consistent with Tizen images for trats/trats2

    Signed-off-by: Przemyslaw Marczak
    Acked-by: Łukasz Majewski
    cc: Piotr Wilczek
    cc: Minkyu Kang
    Signed-off-by: Minkyu Kang

    Przemyslaw Marczak
     
  • Pull out "$(SRCTREE)/" from CONFIG_SYS_KWD_CONFIG
    and push it into the top Makefile.

    Signed-off-by: Masahiro Yamada
    Cc: Michael Walle
    Cc: Simon Guinot
    Cc: Dave Purdy
    Cc: Stefan Herbrechtsmeier
    Cc: Luka Perkov
    Cc: Valentin Longchamp
    Cc: Jason Cooper
    Cc: Siddarth Gore
    Cc: Prafulla Wadaskar
    Cc: Eric Cooper
    Cc: Suriyan Ramasami

    Masahiro Yamada
     
  • Pull out "$(SRCTREE)/" from CONFIG_SYS_FSL_PBL_PBI
    and CONFIG_SYS_FSL_PBL_RCW and push it into the top Makefile.

    Signed-off-by: Masahiro Yamada
    Cc: York Sun
    Cc: Poonam Aggrwal
    Cc: Valentin Longchamp

    Masahiro Yamada
     
  • enabling CONFIG_MACB makes other locations in the stamp config file
    enable network related commands (actually prevents disabling them)

    enable USB ethernet support by activating generic support as well as
    Asix and Moschip ethernet adapters

    Signed-off-by: Gerhard Sittig
    Acked-by: Andreas Bießman

    Gerhard Sittig
     
  • enable support for the Moschip USB ethernet adapter for those boards
    which previously had support for "all other" USB ethernet adapters
    (that's Asix _and_ SMSC) enabled -- which applies to harmony, m53evk,
    mx53loco, nitrogen6x, omap3_beagle

    Signed-off-by: Gerhard Sittig
    Acked-by: Marek Vasut

    Gerhard Sittig
     
  • adjust the harmony and omap3_beagle board configs to make
    their CONFIG_USB_ETHER_* items appear in alphabetical order

    Signed-off-by: Gerhard Sittig
    Acked-by: Simon Glass
    Acked-by: Marek Vasut

    Gerhard Sittig
     
  • introduce an 'mcs7830' driver for Moschip MCS7830 based (7730/7830/7832)
    USB 2.0 Ethernet Devices

    see "MCS7830 -- USB 2.0 to 10/100M Fast Ethernet Controller" at
    http://www.asix.com.tw/products.php?op=pItemdetail&PItemID=109;74;109

    the driver was implemented based on the U-Boot Asix driver with
    additional information gathered from the Moschip Linux driver,
    development was done on "Delock 61147" and "Logilink UA0025C" dongles

    Signed-off-by: Gerhard Sittig
    Acked-by: Marek Vasut

    Gerhard Sittig
     
  • while compilation of implemented routines and references from calling
    sites may be optional, declarations in header files should not be

    unconditionally declare the Asix and SMSC related public USB ethernet
    driver routines in the usb_ether.h header file

    Signed-off-by: Gerhard Sittig
    Acked-by: Simon Glass
    Acked-by: Marek Vasut

    Gerhard Sittig
     
  • Patch a7e36fc9 (mtd: nand: omap: remove unused #defines from common
    omap_gpmc.h) removed some MTD related defines. Including
    GPMC_NAND_ECC_LP_x8_LAYOUT. But this define is also needed for the
    memory controller configuration (only the x8 defines are needed,
    the x16 defines are the default). Without it the NAND subsystem is
    not configured correctly and booting into U-Boot does not work.

    Signed-off-by: Stefan Roese
    Cc: Pekon Gupta
    Cc: Nikita Kiryanov
    Cc: Igor Grinberg
    Cc: Tom Rini
    Acked-by: Igor Grinberg

    Stefan Roese
     
  • When using the am335x_evm_nor target one is generally expecting to be
    used in an environment when you want to program the NOR and not a
    "deployment" type target. In addition this only supports the Beaglebone
    White with the memory cape and NOR module installed, which precludes the
    presence of SPI flash. Drop SPI as we were getting close to the binary
    limit in some cases and slightly over with other toolchains.

    Signed-off-by: Tom Rini

    Tom Rini
     

12 Mar, 2014

9 commits