lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri,  9 Jun 2017 02:22:24 +0200
From:   Anatolij Gustschin <agust@...x.de>
To:     linux-fpga@...r.kernel.org
Cc:     Alan Tull <atull@...nel.org>,
        Moritz Fischer <moritz.fischer@...us.com>,
        andy.shevchenko@...il.com, linux-kernel@...r.kernel.org,
        matthew.gerlach@...ux.intel.com, yi1.li@...ux.intel.com
Subject: [PATCH v6 0/2] Altera CvP driver

Add FPGA manager support for PCIe CvP on Cyclone-V/Stratix-V/Arria-V
and Arria-10 FPGAs.

Changes in v6:
 - rebase to apply on top of queued fpga manager patches
 - add comment for new fpga info flag in patch 1/2
 - resubmit FPGA_MGR_COMPRESSED_BITSTREAM patch together
   with driver patch (it was a single patch before)
 - minor style changes (variable names, return value checking, etc.)
 - do {} while() loop style changes
 - capitalize acronyms in comments
 - simplify code by using pci_name() string for FPGA manager name
 - numclks init style changes
 - %s/VSEC_/VSE_/g

Anatolij Gustschin (2):
  fpga: Add flag to indicate bitstream needs decompression
  fpga manager: Add Altera CvP driver

 Documentation/ABI/testing/sysfs-driver-altera-cvp |   8 +
 drivers/fpga/Kconfig                              |   7 +
 drivers/fpga/Makefile                             |   1 +
 drivers/fpga/altera-cvp.c                         | 500 ++++++++++++++++++++++
 include/linux/fpga/fpga-mgr.h                     |   2 +
 5 files changed, 518 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-driver-altera-cvp
 create mode 100644 drivers/fpga/altera-cvp.c

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ