Skip to content
Snippets Groups Projects
  1. Apr 20, 2017
  2. Mar 29, 2017
  3. Feb 27, 2017
  4. Feb 07, 2017
  5. Jan 12, 2017
  6. Dec 16, 2016
    • Patrick Bruenn's avatar
      arm: imx: add i.MX53 Beckhoff CX9020 Embedded PC · 98d62e61
      Patrick Bruenn authored and Stefano Babic's avatar Stefano Babic committed
      
      Add CX9020 board based on mx53loco.
      Add simplified imx53 base device tree from kernel v4.8-rc8, to reuse
      serial_mxc with DTE and prepare for device tree migration of other
      functions and imx53 devices.
      
      The CX9020 differs from i.MX53 Quick Start Board by:
      - use uart2 instead of uart1
      - DVI-D connector instead of VGA
      - no audio
      - CCAT FPGA connected to emi
      - enable rtc
      
      Signed-off-by: default avatarPatrick Bruenn <p.bruenn@beckhoff.com>
      98d62e61
  7. Nov 07, 2016
    • Stephen Warren's avatar
      net: add driver for Synopsys Ethernet QoS device · ba4dfef1
      Stephen Warren authored
      
      This driver supports the Synopsys Designware Ethernet QoS (Quality of
      Service) a/k/a eqos IP block, which is a different design than the HW
      supported by the existing designware.c driver. The IP supports many
      options for bus type, clocking/reset structure, and feature list. This
      driver currently supports the specific configuration used in NVIDIA's
      Tegra186 chip, but should be extensible to other combinations quite
      easily, as explained in the source.
      
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      Reviewed-by: Simon Glass <sjg@chromium.org> # V1
      Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
      ba4dfef1
  8. Oct 26, 2016
    • Jagan Teki's avatar
      net: Kconfig: Add FEC_MXC entry · 97d29ca3
      Jagan Teki authored and Stefano Babic's avatar Stefano Babic committed
      
      Added kconfig for FEC_MXC driver.
      
      Cc: Joe Hershberger <joe.hershberger@gmail.com>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Fabio Estevam <fabio.estevam@nxp.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Peng Fan <peng.fan@nxp.com>
      Cc: Matteo Lisi <matteo.lisi@engicam.com>
      Cc: Michael Trimarchi <michael@amarulasolutions.com>
      Signed-off-by: default avatarJagan Teki <jagan@amarulasolutions.com>
      97d29ca3
  9. Sep 21, 2016
  10. Aug 15, 2016
  11. Jul 15, 2016
  12. May 31, 2016
  13. Apr 04, 2016
  14. Mar 31, 2016
  15. Mar 22, 2016
  16. Feb 01, 2016
  17. Jan 27, 2016
  18. Dec 22, 2015
  19. Dec 18, 2015
  20. Dec 07, 2015
  21. Oct 23, 2015
  22. Sep 09, 2015
  23. Aug 21, 2015
  24. Jun 26, 2015
  25. Apr 18, 2015
  26. Sep 24, 2014
  27. Jul 30, 2014
    • Masahiro Yamada's avatar
      kconfig: add board Kconfig and defconfig files · dd84058d
      Masahiro Yamada authored
      
      This commit adds:
       - arch/${ARCH}/Kconfig
          provide a menu to select target boards
       - board/${VENDOR}/${BOARD}/Kconfig or board/${BOARD}/Kconfig
          set CONFIG macros to the appropriate values for each board
       - configs/${TARGET_BOARD}_defconfig
          default setting of each board
      
      (This commit was automatically generated by a conversion script
      based on boards.cfg)
      
      In Linux Kernel, defconfig files are located under
      arch/${ARCH}/configs/ directory.
      It works in Linux Kernel since ARCH is always given from the
      command line for cross compile.
      
      But in U-Boot, ARCH is not given from the command line.
      Which means we cannot know ARCH until the board configuration is done.
      That is why all the "*_defconfig" files should be gathered into a
      single directory ./configs/.
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
      Acked-by: default avatarSimon Glass <sjg@chromium.org>
      dd84058d
Loading