1. 16 1月, 2018 1 次提交
    • W
      net: macb: Add support for Xilinx Zynq SoC · 4bf56913
      Wilson Lee 提交于
      Although Xilinx Zynq SoC was using MACB similar hardware. However,
      U-boot MACB driver was not supporting Xilinx Zynq SoC. This patch is
      to add support for the Xilinx Zynq SoC to the existing MACB network
      driver.
      
      This patch is to add Zynq GEM DMA Config, provide callback
      function for different linkspeed for case of using Xilinx Zynq
      Programmable Logic as GMII to RGMII converter.
      
      This patch convert the return value to use error codes.
      Signed-off-by: NWilson Lee <wilson.lee@ni.com>
      Cc: Chen Yee Chew <chen.yee.chew@ni.com>
      Cc: Keng Soon Cheah <keng.soon.cheah@ni.com>
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      Cc: Wenyou Yang <wenyou.yang@atmel.com>
      Acked-by: NJoe Hershberger <joe.hershberger@ni.com>
      4bf56913
  2. 11 1月, 2018 1 次提交
    • A
      configs: Move SYS_DPAA_QBMAN to Kconfig · 541d5766
      Ahmed Mansour 提交于
      The CONFIG_SYS_DPAA_QBMAN define is used by DPAA1 freescale SOCs to
      add device tree fixups that allow deep sleep in Linux. The define was
      placed in header files included by a number of boards, but was not
      explicitly documented in any of the Kconfigs. A description was added
      to the drivers/networking menuconfig and default selection for
      current SOCs that have this part
      Signed-off-by: NAhmed Mansour <ahmed.mansour@nxp.com>
      Reviewed-by: NYork Sun <york.sun@nxp.com>
      541d5766
  3. 09 1月, 2018 1 次提交
  4. 07 12月, 2017 1 次提交
  5. 09 11月, 2017 1 次提交
  6. 21 10月, 2017 1 次提交
  7. 26 9月, 2017 1 次提交
  8. 08 8月, 2017 1 次提交
  9. 09 7月, 2017 1 次提交
  10. 03 6月, 2017 1 次提交
  11. 23 5月, 2017 1 次提交
    • R
      nds32: eth: Support ftmac100 DM. · be71a179
      rick 提交于
      Support Andestech eth ftmac100 device tree flow on AG101P/AE3XX platform.
      Verification:
       Boot linux kernel via dhcp and bootm ok.
      
       NDS32 # setenv bootm_size 0x2000000;setenv fdt_high 0x1f00000;
       NDS32 # dhcp 0x600000 10.0.4.97:boomimage-310y-ae300-spi.bin
       BOOTP broadcast 1
       BOOTP broadcast 2
       BOOTP broadcast 3
       BOOTP broadcast 4
       DHCP client bound to address 10.0.4.178 (4899 ms)
      	Using mac@e0100000 device
      	TFTP from server 10.0.4.97; our IP address is 10.0.4.178
      	Filename 'boomimage-310y-ae300-spi.bin'.
      	Load address: 0x600000
      	Loading: #################################################################
      	         #################################################################
      	         #################################################################
      ...
      ...
      	         ###################################
      	         233.4 KiB/s
      					 done
      					 Bytes transferred = 13872076 (d3abcc hex)
      	NDS32 # dhcp 0x2000000 10.0.4.97:ae300.dtb
      	BOOTP broadcast 1
      	BOOTP broadcast 2
      	BOOTP broadcast 3
      	BOOTP broadcast 4
      	DHCP client bound to address 10.0.4.178 (4592 ms)
      	Using mac@e0100000 device
      	TFTP from server 10.0.4.97; our IP address is 10.0.4.178
      	Filename 'ae300.dtb'.
      	Load address: 0x2000000
      	Loading: #
      	         82 KiB/s
      					 done
      					 Bytes transferred = 2378 (94a hex)
      	NDS32 # bootm 0x600000 - 0x2000000
      	 Image Name:
      	 Created:      2017-03-22   6:52:03 UTC
      	 Image Type:   NDS32 Linux Kernel Image (uncompressed)
      	 Data Size:    13872012 Bytes = 13.2 MiB
      	 Load Address: 0000c000
      	 Entry Point:  0000c000
      	 Verifying Checksum ... OK
      	 Booting using the fdt blob at 0x2000000
      	 Loading Kernel Image ... OK
      	 Loading Device Tree to 01efc000, end 01eff949 ... OK
      	 Linux version 3.10.102-20375-gb0034c1-dirty (rick@app09)
      	(gcc version 4.9.3 (2016-07-06_nds32le-linux-glibc-v3_experimental) )
        #293 PREEMPT Wed Mar 22 14:49:28 CST 2017
      	CPU: NDS32 N13, AndesCore ID(wb), CPU_VER 0x0d11103f(id 13, rev 17, cfg 4159)
      ...
      ...
      Signed-off-by: Nrick <rick@andestech.com>
      be71a179
  12. 22 5月, 2017 1 次提交
    • M
      net: ravb: Add Renesas Ethernet RAVB driver · 8ae51b6f
      Marek Vasut 提交于
      Add driver for the Renesas Ethernet AVB block found in RCar H3/M3.
      Signed-off-by: NMarek Vasut <marek.vasut+renesas@gmail.com>
      Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      Cc: Tom Rini <trini@konsulko.com>
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      Based on work of:
      Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
      Takeshi Kihara <takeshi.kihara.df@renesas.com>
      Kazuya Mizuguchi <kazuya.mizuguchi.ks@renesas.com>
      8ae51b6f
  13. 20 4月, 2017 3 次提交
  14. 29 3月, 2017 1 次提交
  15. 28 2月, 2017 1 次提交
  16. 08 2月, 2017 2 次提交
  17. 12 1月, 2017 1 次提交
  18. 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
  19. 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
  20. 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
  21. 21 9月, 2016 1 次提交
  22. 16 8月, 2016 1 次提交
  23. 15 7月, 2016 1 次提交
  24. 31 5月, 2016 1 次提交
  25. 04 4月, 2016 1 次提交
  26. 31 3月, 2016 1 次提交
  27. 23 3月, 2016 2 次提交
  28. 02 2月, 2016 1 次提交
  29. 27 1月, 2016 2 次提交
  30. 22 12月, 2015 1 次提交
  31. 18 12月, 2015 2 次提交
  32. 07 12月, 2015 1 次提交
  33. 23 10月, 2015 1 次提交
  34. 09 9月, 2015 1 次提交