2019-12-02 14:47:54

by Pascal van Leeuwen

[permalink] [raw]
Subject: [PATCH] inside-secure: add new "mini" firmware for the EIP197 driver

This adds the "minifw" version of the EIP197 firmware, which the inside-
secure driver will use as a fallback if the original full-featured
firmware cannot be found. This allows for using the inside-secure driver
and hardware without access to "official" firmware only available under
NDA. Note that this "minifw" was written by me (Pascal) specifically for
this driver and I am allowed by my employer, Verimatrix, to release this
for distribution with the Linux kernel.

Signed-off-by: Pascal van Leeuwen <[email protected]>
---
WHENCE | 15 +++++++++++++++
inside-secure/eip197_minifw/ifpp.bin | Bin 0 -> 100 bytes
inside-secure/eip197_minifw/ipue.bin | Bin 0 -> 108 bytes
3 files changed, 15 insertions(+)
create mode 100644 inside-secure/eip197_minifw/ifpp.bin
create mode 100644 inside-secure/eip197_minifw/ipue.bin

diff --git a/WHENCE b/WHENCE
index 1558e33..8907b82 100644
--- a/WHENCE
+++ b/WHENCE
@@ -4672,3 +4672,18 @@ File: intel/ice/ddp/ice-1.3.4.0.pkg
Link: intel/ice/ddp/ice.pkg -> ice-1.3.4.0.pkg

License: Redistributable. See LICENSE.ice for details
+
+--------------------------------------------------------------------------
+
+Driver: inside-secure -- Inside Secure EIP197 crypto driver
+
+File: inside-secure/eip197_minifw/ipue.bin
+File: inside-secure/eip197_minifw/ifpp.bin
+
+Licence: Redistributable.
+Copyright (c) 2019 Verimatrix, Inc.
+
+Derived from proprietary unpublished source code.
+Permission is hereby granted for the distribution of this firmware
+as part of Linux or other Open Source operating system kernel,
+provided this copyright notice is accompanying it.
diff --git a/inside-secure/eip197_minifw/ifpp.bin b/inside-secure/eip197_minifw/ifpp.bin
new file mode 100644
index 0000000000000000000000000000000000000000..b4a832203abf269d379f2477d4ba3fa0a9c8a886
GIT binary patch
literal 100
zcmY#nXkbudX#ev;=E;GCW(KxkJ_d#f4Gav*3=J$Q4GkQs4GlcJ1`G@eq2+%Jt|%}l
g+*<y}S)hQyNr{1l0UKarU{NqGU;&vS0F(z|0Pvj?YXATM

literal 0
HcmV?d00001

diff --git a/inside-secure/eip197_minifw/ipue.bin b/inside-secure/eip197_minifw/ipue.bin
new file mode 100644
index 0000000000000000000000000000000000000000..2f54999c8303d750186c7154b261e887271ad153
GIT binary patch
literal 108
zcmY#sXkyT1Xkt-oc*LRJ@Q6o=;ro9JlL7{1h7Sy)3S140nG={3m>UEwwiYljN`CNR
zlx+1-c;>*M@H~J)PJw~J;GqD6fYs#x3C#>5(cKIT2P`HqByclGfb=IcFbGa)U|<kn
GfM5Wqs~kiC

literal 0
HcmV?d00001

--
1.8.3.1


2019-12-15 12:31:44

by Josh Boyer

[permalink] [raw]
Subject: Re: [PATCH] inside-secure: add new "mini" firmware for the EIP197 driver

On Mon, Dec 2, 2019 at 9:47 AM Pascal van Leeuwen <[email protected]> wrote:
>
> This adds the "minifw" version of the EIP197 firmware, which the inside-
> secure driver will use as a fallback if the original full-featured
> firmware cannot be found. This allows for using the inside-secure driver
> and hardware without access to "official" firmware only available under
> NDA. Note that this "minifw" was written by me (Pascal) specifically for
> this driver and I am allowed by my employer, Verimatrix, to release this
> for distribution with the Linux kernel.
>
> Signed-off-by: Pascal van Leeuwen <[email protected]>
> ---
> WHENCE | 15 +++++++++++++++
> inside-secure/eip197_minifw/ifpp.bin | Bin 0 -> 100 bytes
> inside-secure/eip197_minifw/ipue.bin | Bin 0 -> 108 bytes
> 3 files changed, 15 insertions(+)
> create mode 100644 inside-secure/eip197_minifw/ifpp.bin
> create mode 100644 inside-secure/eip197_minifw/ipue.bin

Applied and pushed out.

josh