public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/1] BaseTools/Capsule: Tool to Generate Windows Firmware Update Driver
@ 2019-06-03  3:38 Eric Jin
  0 siblings, 0 replies; only message in thread
From: Eric Jin @ 2019-06-03  3:38 UTC (permalink / raw)
  To: devel

V2 change:
Use "with" statement for the open() calls.
Remove trailing whitespace.

V1: Initial version to enable this tool

Eric Jin (1):
  BaseTools/Capsule: Tool to Generate Windows Firmware Update Driver

 BaseTools/Source/Python/Capsule/CatGenerator.py                | 161 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 BaseTools/Source/Python/Capsule/GenerateWindowsDriver.py       | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 BaseTools/Source/Python/Capsule/InfGenerator.py                | 210 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 BaseTools/Source/Python/Capsule/WindowsCapsuleSupportHelper.py | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 588 insertions(+)
 create mode 100644 BaseTools/Source/Python/Capsule/CatGenerator.py
 create mode 100644 BaseTools/Source/Python/Capsule/GenerateWindowsDriver.py
 create mode 100644 BaseTools/Source/Python/Capsule/InfGenerator.py
 create mode 100644 BaseTools/Source/Python/Capsule/WindowsCapsuleSupportHelper.py

-- 
2.20.1.windows.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-03  3:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-03  3:38 [PATCH v2 0/1] BaseTools/Capsule: Tool to Generate Windows Firmware Update Driver Eric Jin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox