From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.120, mailfrom: eric.jin@intel.com) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by groups.io with SMTP; Wed, 07 Aug 2019 02:08:28 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Aug 2019 02:08:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,357,1559545200"; d="scan'208";a="168566627" Received: from jjin9-mobl.ccr.corp.intel.com ([10.239.192.117]) by orsmga008.jf.intel.com with ESMTP; 07 Aug 2019 02:08:26 -0700 From: "Eric Jin" To: devel@edk2.groups.io Subject: [PATCH 0/2] Enable Windows Firmware Update Driver Tool Date: Wed, 7 Aug 2019 17:08:24 +0800 Message-Id: <20190807090824.19008-1-eric.jin@intel.com> X-Mailer: git-send-email 2.20.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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. 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