1. 25 11月, 2015 1 次提交
  2. 22 11月, 2015 7 次提交
  3. 21 11月, 2015 1 次提交
  4. 20 11月, 2015 4 次提交
  5. 19 11月, 2015 3 次提交
  6. 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
  7. 13 11月, 2015 11 次提交
  8. 12 11月, 2015 3 次提交
  9. 10 11月, 2015 1 次提交
  10. 06 11月, 2015 1 次提交
  11. 05 11月, 2015 1 次提交
  12. 04 11月, 2015 3 次提交