From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web10.51370.1583735553295995054 for ; Sun, 08 Mar 2020 23:32:33 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: shenglei.zhang@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Mar 2020 23:32:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,532,1574150400"; d="scan'208";a="245252596" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by orsmga006.jf.intel.com with ESMTP; 08 Mar 2020 23:32:30 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Liming Gao , Jian J Wang , Hao A Wu , Bob Feng Subject: [PATCH v2 0/2] Use submodule way to access brotli Date: Mon, 9 Mar 2020 14:32:27 +0800 Message-Id: <20200309063229.25672-1-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 Currently brotli is used and customized by edk2 in BaseTools and MdeModulePkg. These two patches make brotli a submodule in edk2. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2558 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2559 The patches are too big. So I attach the patch link for 1/2 and 2/2. https://github.com/shenglei10/edk2/commits/brotli v2: Update INF in 1/2. Cc: Liming Gao Cc: Jian J Wang Cc: Hao A Wu Cc: Bob Feng -- 2.18.0.windows.1