* [PATCH V2 0/2] Enable Windows Firmware Update Driver Tool
@ 2019-08-12 7:43 Eric Jin
2019-08-14 3:10 ` [edk2-devel] " Bob Feng
0 siblings, 1 reply; 2+ messages in thread
From: Eric Jin @ 2019-08-12 7:43 UTC (permalink / raw)
To: devel
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1837
The tool makes driver capsule as input, leverage edk2-pytool-library
to creates INF, Cat, and signs it. The generated Windows Driver package
is composed by drivername.cap, drivername.inf and drivername.cat files.
V2: No update to code, just correct Author of 1/2 patch to Sean Brogan
Eric Jin (2):
BaseTools/Capsule: Add WindowsCapsuleSupportHelper
BaseTools/Capsule: Tool to generate Windows Firmware Update Driver
.../Python/Capsule/GenerateWindowsDriver.py | 120 ++++++++++++++++++
.../Capsule/WindowsCapsuleSupportHelper.py | 64 ++++++++++
2 files changed, 184 insertions(+)
create mode 100644 BaseTools/Source/Python/Capsule/GenerateWindowsDriver.py
create mode 100644 BaseTools/Source/Python/Capsule/WindowsCapsuleSupportHelper.py
--
2.20.1.windows.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [edk2-devel] [PATCH V2 0/2] Enable Windows Firmware Update Driver Tool
2019-08-12 7:43 [PATCH V2 0/2] Enable Windows Firmware Update Driver Tool Eric Jin
@ 2019-08-14 3:10 ` Bob Feng
0 siblings, 0 replies; 2+ messages in thread
From: Bob Feng @ 2019-08-14 3:10 UTC (permalink / raw)
To: devel@edk2.groups.io, Jin, Eric
For this patch set,
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
-----Original Message-----
From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Eric Jin
Sent: Monday, August 12, 2019 3:43 PM
To: devel@edk2.groups.io
Subject: [edk2-devel] [PATCH V2 0/2] Enable Windows Firmware Update Driver Tool
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1837
The tool makes driver capsule as input, leverage edk2-pytool-library to creates INF, Cat, and signs it. The generated Windows Driver package is composed by drivername.cap, drivername.inf and drivername.cat files.
V2: No update to code, just correct Author of 1/2 patch to Sean Brogan
Eric Jin (2):
BaseTools/Capsule: Add WindowsCapsuleSupportHelper
BaseTools/Capsule: Tool to generate Windows Firmware Update Driver
.../Python/Capsule/GenerateWindowsDriver.py | 120 ++++++++++++++++++
.../Capsule/WindowsCapsuleSupportHelper.py | 64 ++++++++++
2 files changed, 184 insertions(+)
create mode 100644 BaseTools/Source/Python/Capsule/GenerateWindowsDriver.py
create mode 100644 BaseTools/Source/Python/Capsule/WindowsCapsuleSupportHelper.py
--
2.20.1.windows.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-08-14 3:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-12 7:43 [PATCH V2 0/2] Enable Windows Firmware Update Driver Tool Eric Jin
2019-08-14 3:10 ` [edk2-devel] " Bob Feng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox