1. 01 10月, 2014 1 次提交
    • A
      mwifiex: add more dump information for PCIe interface · 7e174833
      Amitkumar Karwar 提交于
      We will now dump MAC, APU, CIU, ICU firmware memory segments also
      for PCIe interface. Following is the updated userspace script which
      reads firmware dump information.
      
          mwifiex_pcie_fw_dump.sh: #!/bin/bash
          ethtool --set-dump mlan0 0
          ethtool --get-dump mlan0
          ethtool --get-dump mlan0 data /tmp/ITCM.log
      
          ethtool --set-dump mlan0 1
          ethtool --get-dump mlan0
          ethtool --get-dump mlan0 data /tmp/DTCM.log
      
          ethtool --set-dump mlan0 2
          ethtool --get-dump mlan0
          ethtool --get-dump mlan0 data /tmp/SQRAM.log
      
          ethtool --set-dump mlan0 3
          ethtool --get-dump mlan0
          ethtool --get-dump mlan0 data /tmp/IRAM.log
      
          ethtool --set-dump mlan0 4
          ethtool --get-dump mlan0
          ethtool --get-dump mlan0 data /tmp/APU.log
      
          ethtool --set-dump mlan0 5
          ethtool --get-dump mlan0
          ethtool --get-dump mlan0 data /tmp/CIU.log
      
          ethtool --set-dump mlan0 6
          ethtool --get-dump mlan0
          ethtool --get-dump mlan0 data /tmp/ICU.log
      
          ethtool --set-dump mlan0 7
          ethtool --get-dump mlan0
          ethtool --get-dump mlan0 data /tmp/MAC.log
      Signed-off-by: NAmitkumar Karwar <akarwar@marvell.com>
      Signed-off-by: NCathy Luo <cluo@marvell.com>
      Signed-off-by: NAvinash Patil <patila@marvell.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      7e174833
  2. 16 9月, 2014 4 次提交
  3. 29 8月, 2014 1 次提交
  4. 26 6月, 2014 4 次提交
  5. 30 5月, 2014 1 次提交
  6. 19 5月, 2014 1 次提交
  7. 25 4月, 2014 1 次提交
  8. 23 4月, 2014 3 次提交
  9. 28 3月, 2014 1 次提交
  10. 15 3月, 2014 3 次提交
  11. 01 3月, 2014 6 次提交
  12. 13 2月, 2014 14 次提交