1. 22 11月, 2015 2 次提交
  2. 21 11月, 2015 1 次提交
  3. 20 11月, 2015 4 次提交
  4. 19 11月, 2015 3 次提交
  5. 18 11月, 2015 4 次提交
    • K
      board: ti: beagle_x15: Rename to indicate support for TI am57xx evms · 74cc8b09
      Kipisz, Steven 提交于
      BeagleBoard X15 (http://beagleboard.org/x15) support in u-boot does
      actually support two different platform configuration offered by
      TI. In addition to BeagleBoard X15, it also supports the TMDXEVM5728
      (or more commonly known as AM5728-evm).
      
      Information about the TI AM57xx EVM can be found here
      http://www.ti.com/tool/tmdxevm5728
      
      The EVM configuration is 1-1 compatible with BeagleBoard X15 with the
      additional support for mPCIe, mSATA, LCD, touchscreen, Camera, push
      button and TI's wlink8 offering.
      
      Hence, we rename the beagle_x15 directory to am57xx to support TI
      EVMs that use the AM57xx processor. By doing this we have common code
      reuse. This sets the stage to have a common u-boot image solution for
      multiple TI EVMs such as that already done for am335x and am437x. This
      sets the stage for upcoming multiple TI EVMs that share the same code
      base.
      
      NOTE: Commit eae7ae18 ("am437x: Add am57xx_evm_defconfig using
      CONFIG_DM") introduced DT support for beagle_x15 under am57xx_evm
      platform name. However, this ignored the potential confusion arising for
      users as a result. To prevent this, existing beagle_x15_defconfig is
      renamed as am57xx_evm_nodt_defconfig to denote that this is the "non
      device tree" configuration for the same platform. We still retain
      am57xx-beagle-x15.dts at this point, since we just require the common
      minimum dts.
      
      As a result of this change, users should expect changes in build
      procedures('make am57xx_evm_nodt_defconfig' instead of 'make
      beagle_x15_defconfig'). Hopefully, this would be a one-time change.
      Signed-off-by: NSteve Kipisz <s-kipisz2@ti.com>
      Signed-off-by: NSchuyler Patton <spatton@ti.com>
      Acked-by: NNishanth Menon <nm@ti.com>
      Acked-by: NLokesh Vutla <lokeshvutla@ti.com>
      74cc8b09
    • L
      arm: kirkwood: ib62x0: make use of defconfig · ab71ece5
      Luka Perkov 提交于
      Signed-off-by: NLuka Perkov <luka.perkov@sartura.hr>
      ab71ece5
    • Q
      arm: kirkwood: Move configuration of some commands to _defconfig files · 5e69947f
      Quentin Armitage 提交于
      For Marvell plugs, move the configuration of DHCP, NAND/SF, PING
      and USB commands, and HUSH_PARSER into the _defconfig file, rather
      than the include/configs/*plug.h files.
      
      This avoids compiler warnings of duplicate definitions if the
      option is selected in the .config, but also defined in the
      include/configs/*plug.h file.
      Signed-off-by: NQuentin Armitage <quentin@armitage.org.uk>
      5e69947f
    • A
      board: axs10x switch serial port and Ethernet to driver model · fb2dea60
      Alexey Brodkin 提交于
      With this change Synopsys DesignWare SDP board is switched to driver
      model for both serial port (serial_dw) and Ethernet (Designware GMAC).
      
      This simplifies include/configs/axs101.h and allows for reuse of Linux's
      Device Tree description.
      
      For simplicity Linux's .dts files are not blindly copied but only very
      few extracts of them are really used (those that are supported in U-Boot
      at the moment).
      Signed-off-by: NAlexey Brodkin <abrodkin@synopsys.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
      fb2dea60
  6. 13 11月, 2015 11 次提交
  7. 12 11月, 2015 3 次提交
  8. 10 11月, 2015 1 次提交
  9. 06 11月, 2015 1 次提交
  10. 05 11月, 2015 1 次提交
  11. 04 11月, 2015 5 次提交
  12. 02 11月, 2015 3 次提交
    • P
      sandbox: add ADC driver · 08d6300a
      Przemyslaw Marczak 提交于
      This commit adds implementation of Sandbox ADC device emulation.
      The device provides:
      - single and multi-channel conversion
      - 4 channels with predefined conversion output data
      - 16-bit resolution
      Signed-off-by: NPrzemyslaw Marczak <p.marczak@samsung.com>
      Cc: Simon Glass <sjg@chromium.org>
      Signed-off-by: NMinkyu Kang <mk7.kang@samsung.com>
      08d6300a
    • P
      exynos5-dt-types: add board detection for Odroid XU3/XU3L/XU4. · 1611c8cb
      Przemyslaw Marczak 提交于
      This commit adds additional file with implementation of board
      detection code for Odroid-XU3/XU4.
      
      The detection depends on compatible found in fdt:
      - "samsung,exynos5" - uses Exynos5 generic code
      - "samsung,odroidxu3" - try detect XU3 revision
      
      There are few revisions of Odroid XU3/XU4, each can be detected
      by checking the value of channel 9 of built-in ADC:
       Rev   ADC  Board
       0.1     0  XU3 0.1
       0.2   372  XU3 0.2 | XU3L - no DISPLAYPORT
       0.3  1280  XU4 0.1
      
      The detection code depends on the ADC+10% value.
      
      Implementation of functions:
      - set_board_type()     - read ADC and set type
      - get_board_rev()      - returns board revision: 1..3
      - get_board_type()     - returns board type string
      
      Additional functions with return values of bool:
      - board_is_generic()   - true if found compatible "samsung,exynos5"
                               but not "samsung,odroidxu3"
      - board_is_odroidxu3() - true if found compatible "samsung,odroidxu3"
                               and one of XU3 revision.
      - board_is_odroidxu4() - true if found compatible "samsung,odroidxu3"
                               and XU4 revision.
      
      After I2C controller init, the get_board_type() can check
      if the XU3 board is a "Lite" variant, by probing chip
      0x40 on I2C0 (INA231 - exists only on non-lite).
      This is useful for setting fdt file name at misc_init_r().
      
      Enabled configs:
      - CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
      - CONFIG_ODROID_REV_AIN
      - CONFIG_REVISION_TAG
      - CONFIG_BOARD_TYPES
      Signed-off-by: NPrzemyslaw Marczak <p.marczak@samsung.com>
      Cc: Minkyu Kang <mk7.kang@samsung.com>
      Cc: Simon Glass <sjg@chromium.org>
      Tested-by: NAnand Moon <linux.amoon@gmail.com>
      Signed-off-by: NMinkyu Kang <mk7.kang@samsung.com>
      1611c8cb
    • P
      Odroid-XU3: enable s2mps11 PMIC support · 4d577e08
      Przemyslaw Marczak 提交于
      Signed-off-by: NPrzemyslaw Marczak <p.marczak@samsung.com>
      Cc: Minkyu Kang <mk7.kang@samsung.com>
      Cc: Simon Glass <sjg@chromium.org>
      Tested-by: NAnand Moon <linux.amoon@gmail.com>
      Signed-off-by: NMinkyu Kang <mk7.kang@samsung.com>
      4d577e08
  13. 31 10月, 2015 1 次提交