Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1588743
| From | Alan Tull <atull@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] fpga: zynq: encrypted bitstreams plus one |
| Date | 2017-02-27 16:20 +0100 |
| Message-ID | <tfvfI-7o7-29@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Greg, Please take these patches that have been reviewed on the lkml and linux-fpga lists. Dihn's patch fixes minor sparse warnings. Moritz's patch adds some functionality for Zynq. Thanks, Alan Dinh Nguyen (1): fpga: fix sparse warnings in fpga-mgr and fpga-bridge Moritz Fischer (3): fpga: Add flag to indicate bitstream needs decrypting fpga: zynq: Add support for encrypted bitstreams fpga: region: Add fpga-region property 'encrypted-fpga-config' .../devicetree/bindings/fpga/fpga-region.txt | 1 + drivers/fpga/fpga-bridge.c | 2 +- drivers/fpga/fpga-mgr.c | 2 +- drivers/fpga/fpga-region.c | 8 +++++-- drivers/fpga/zynq-fpga.c | 28 +++++++++++++++++++--- include/linux/fpga/fpga-mgr.h | 1 + 6 files changed, 35 insertions(+), 7 deletions(-) -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] fpga: zynq: encrypted bitstreams plus one Alan Tull <atull@kernel.org> - 2017-02-27 16:20 +0100 [PATCH 1/4] fpga: fix sparse warnings in fpga-mgr and fpga-bridge Alan Tull <atull@kernel.org> - 2017-02-27 16:30 +0100
csiph-web