1. 08 2月, 2017 2 次提交
  2. 12 1月, 2017 1 次提交
  3. 16 12月, 2016 1 次提交
    • P
      arm: imx: add i.MX53 Beckhoff CX9020 Embedded PC · 98d62e61
      Patrick Bruenn 提交于
      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: NPatrick Bruenn <p.bruenn@beckhoff.com>
      98d62e61
  4. 08 11月, 2016 1 次提交
    • S
      net: add driver for Synopsys Ethernet QoS device · ba4dfef1
      Stephen Warren 提交于
      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: NStephen Warren <swarren@nvidia.com>
      Reviewed-by: Simon Glass <sjg@chromium.org> # V1
      Acked-by: NJoe Hershberger <joe.hershberger@ni.com>
      ba4dfef1
  5. 26 10月, 2016 1 次提交
    • J
      net: Kconfig: Add FEC_MXC entry · 97d29ca3
      Jagan Teki 提交于
      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: NJagan Teki <jagan@amarulasolutions.com>
      97d29ca3
  6. 21 9月, 2016 1 次提交
  7. 16 8月, 2016 1 次提交
  8. 15 7月, 2016 1 次提交
  9. 31 5月, 2016 1 次提交
  10. 04 4月, 2016 1 次提交
  11. 31 3月, 2016 1 次提交
  12. 23 3月, 2016 2 次提交
  13. 02 2月, 2016 1 次提交
  14. 27 1月, 2016 2 次提交
  15. 22 12月, 2015 1 次提交
  16. 18 12月, 2015 2 次提交
  17. 07 12月, 2015 1 次提交
  18. 23 10月, 2015 1 次提交
  19. 09 9月, 2015 1 次提交
  20. 22 8月, 2015 1 次提交
  21. 26 6月, 2015 1 次提交
  22. 19 4月, 2015 4 次提交
  23. 25 9月, 2014 1 次提交
  24. 30 7月, 2014 1 次提交
    • M
      kconfig: add board Kconfig and defconfig files · dd84058d
      Masahiro Yamada 提交于
      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: NMasahiro Yamada <yamada.m@jp.panasonic.com>
      Acked-by: NSimon Glass <sjg@chromium.org>
      dd84058d