1. 23 11月, 2014 2 次提交
  2. 21 11月, 2014 1 次提交
    • S
      x86: Add chromebook_link board · 8ef07571
      Simon Glass 提交于
      This board is a 'bare' version of the existing 'link 'board. It does not
      require coreboot to run, but is intended to start directly from the reset
      vector.
      
      This initial commit has place holders for a wide range of features. These
      will be added in follow-on patches and series. So far it cannot be booted
      as there is no ROM image produced, but it does build without errors.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      8ef07571
  3. 19 11月, 2014 1 次提交
  4. 17 11月, 2014 5 次提交
  5. 14 11月, 2014 1 次提交
  6. 13 11月, 2014 8 次提交
  7. 11 11月, 2014 2 次提交
  8. 10 11月, 2014 2 次提交
  9. 07 11月, 2014 2 次提交
    • S
      arm: socfpga: Add DT support for SoCFPGA and add socfpga_socrates target · 51c580c6
      Stefan Roese 提交于
      This patch includes the latest DT sources for socfpga from the current
      Linux kernel. And enables CONFIG_OF_CONTROL for the new build target
      "socfpga_socrates" (the EBV SoCrates board) to make use of this new DT
      support.
      
      Until this patch, the only SoCFPGA U-Boot target in mainline is
      "socfpga_cyclone5". This build target is not (yet) changed to support
      DT. So nothing changes for this target. Even though the long-term
      goal should be to move all SoCFPGA targets over to DT.
      
      One of the reasons to enable DT support in SoCFPGA is, that I need to
      support multiple different SPI controllers for this platform. This is
      the QSPI Cadence controller and the Designware SPI master controller.
      Both are implemented in the SoCFPGA. And enabling both controllers is
      only possible by using the new driver model (DM). The DM SPI code
      only supports DT based probing. So it was easier to move SoCFPGA to
      DT than to add the (deprecated) platform-data based probing to the
      DM SPI suport.
      
      Note that the image with the dtb embedded is u-boot-dtb.img. This needs
      to be used now for those DT enabled boards instead of u-boot.img.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Marek Vasut <marex@denx.de>
      Cc: Chin Liang See <clsee@altera.com>
      Cc: Dinh Nguyen <dinguyen@altera.com>
      Cc: Vince Bridgers <vbridger@altera.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Pavel Machek <pavel@denx.de>
      Cc: Simon Glass <sjg@chromium.org>
      51c580c6
    • I
      omap3: cm-t3517: add basic board support · b09bf723
      Igor Grinberg 提交于
      CompuLab cm-t3517 is Computer on Module (CoM) based on AM3517 SoC.
      Features: up to 256MB DDR2, up to 512MB NAND, USB hub, mUSB, WiFi, BT,
      Analog audio codec, touch screen controller, LED.
      
      Add basic support including:
      LED, Serial console, NAND, MMC, GPIO, I2C, 256MB DRAM.
      Signed-off-by: NIgor Grinberg <grinberg@compulab.co.il>
      b09bf723
  10. 06 11月, 2014 2 次提交
  11. 05 11月, 2014 8 次提交
  12. 02 11月, 2014 4 次提交
  13. 30 10月, 2014 1 次提交
  14. 29 10月, 2014 1 次提交
    • W
      ppc/arm: zap EMK boards · d58a9451
      Wolfgang Denk 提交于
      The following bard configurations have been without active maintenance
      for a long time, and the board maintainer agrees to have them removed:
      
      MPC5200:	TOP5200, MINI5200, EVAL5200
      MPC860:		TOP860
      at91sam9xeXXX:	top9000eval_xe, top9000su_xe
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Reinhard Meyer <reinhard.meyer@emk-elektronik.de>
      [trini: Add missing Kconfig removals]
      Signed-off-by: NTom Rini <trini@ti.com>
      d58a9451