1. 07 8月, 2015 1 次提交
  2. 29 7月, 2015 1 次提交
  3. 28 7月, 2015 1 次提交
  4. 21 7月, 2015 1 次提交
  5. 08 7月, 2015 1 次提交
  6. 05 7月, 2015 1 次提交
  7. 11 6月, 2015 1 次提交
  8. 08 6月, 2015 1 次提交
  9. 06 6月, 2015 1 次提交
  10. 04 6月, 2015 2 次提交
  11. 10 5月, 2015 1 次提交
  12. 07 5月, 2015 1 次提交
  13. 04 5月, 2015 3 次提交
  14. 29 4月, 2015 2 次提交
  15. 19 4月, 2015 1 次提交
  16. 31 3月, 2015 1 次提交
  17. 05 3月, 2015 2 次提交
  18. 22 12月, 2014 1 次提交
  19. 12 12月, 2014 1 次提交
    • A
      ARM: tegra: Add support for nyan-big board · a6c7b461
      Allen Martin 提交于
      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: NAllen Martin <amartin@nvidia.com>
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      (rebase, change to 'nyan-big', fix pinmux that resets nyan-big)
      a6c7b461
  20. 08 12月, 2014 1 次提交
  21. 28 11月, 2014 1 次提交
  22. 17 11月, 2014 1 次提交
  23. 11 11月, 2014 1 次提交
  24. 07 11月, 2014 1 次提交
    • 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
  25. 05 11月, 2014 1 次提交
  26. 23 10月, 2014 1 次提交
    • M
      arm: tegra: initial support for apalis t30 · bf78b271
      Marcel Ziswiler 提交于
      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: NMarcel Ziswiler <marcel@ziswiler.com>
      Acked-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NTom Warren <twarren@nvidia.com>
      bf78b271
  27. 08 10月, 2014 3 次提交
  28. 09 9月, 2014 1 次提交
  29. 05 9月, 2014 1 次提交
  30. 19 8月, 2014 1 次提交
  31. 23 6月, 2014 1 次提交
  32. 12 6月, 2014 1 次提交
  33. 17 4月, 2014 1 次提交