Skip to content
Snippets Groups Projects
  1. Mar 30, 2015
  2. Mar 04, 2015
  3. Dec 22, 2014
  4. Dec 11, 2014
    • Allen Martin's avatar
      ARM: tegra: Add support for nyan-big board · a6c7b461
      Allen Martin authored
      
      Nyan-big is a Tegra124 clamshell board that is very similar to venice2, but
      it has a different panel, the sdcard cd and wp sense are flipped, and it has
      a different revision of the AS3722 PMIC.
      
      This is the Acer Chromebook 13 CB5-311-T7NN (13.3-inch HD, NVIDIA
      Tegra K1, 2GB). The display is not currently supported, so it should
      boot on other nyan-based Chromebooks also, but only the device tree for
      nyan-big is provided here.
      
      The device tree file is from Linux but with features removed which are
      unlikely to be supported in U-Boot soon (regulators, pinmux). Also the
      addresses are updated to 32-bit.
      
      Signed-off-by: default avatarAllen Martin <amartin@nvidia.com>
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      (rebase, change to 'nyan-big', fix pinmux that resets nyan-big)
      a6c7b461
  5. Dec 08, 2014
  6. Nov 27, 2014
  7. Nov 17, 2014
  8. Nov 11, 2014
  9. Nov 07, 2014
    • Stefan Roese's avatar
      arm: socfpga: Add DT support for SoCFPGA and add socfpga_socrates target · 51c580c6
      Stefan Roese authored
      
      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: default avatarStefan 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
  10. Nov 05, 2014
  11. Oct 22, 2014
    • Marcel Ziswiler's avatar
      arm: tegra: initial support for apalis t30 · bf78b271
      Marcel Ziswiler authored
      
      This patch adds board support for the Toradex Apalis T30 a computer on
      module which can be used on different carrier boards.
      
      For the sake of ease of use we do not distinguish between different
      carrier boards for now as the base module features are deemed
      sufficient enough for regular booting.
      
      The following functionality is working so far:
      - eMMC boot and environment storage
      - Gigabit Ethernet (once Thierry's PCIe as well as my E1000 resp. i210
        fixes hit mainline)
      - MMC/SD cards (both 8-bit as well as 4-bit slot)
      - USB client/host (dual role port as client e.g. for DFU/UMS, other two
        ports as host)
      
      Signed-off-by: default avatarMarcel Ziswiler <marcel@ziswiler.com>
      Acked-by: default avatarStephen Warren <swarren@nvidia.com>
      Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
      bf78b271
  12. Oct 08, 2014
  13. Sep 09, 2014
  14. Sep 05, 2014
  15. Aug 18, 2014
  16. Jun 22, 2014
  17. Jun 11, 2014
  18. Apr 17, 2014
  19. Apr 02, 2014
  20. Mar 12, 2014
  21. Feb 20, 2014
  22. Feb 19, 2014
Loading