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

V3 change:
Remove unnecessary else block
Remove f.close() from with open() block

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                | 159 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 BaseTools/Source/Python/Capsule/GenerateWindowsDriver.py       | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 BaseTools/Source/Python/Capsule/InfGenerator.py                | 210 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 BaseTools/Source/Python/Capsule/WindowsCapsuleSupportHelper.py | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 585 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-11  6:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-11  6:21 [PATCH v3 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