From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 3132D81CE6 for ; Tue, 1 Nov 2016 05:09:56 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 01 Nov 2016 05:09:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,579,1473145200"; d="scan'208";a="780810211" Received: from sliu17-mobl1.ccr.corp.intel.com (HELO jyao1-MOBL.ccr.corp.intel.com) ([10.254.210.237]) by FMSMGA003.fm.intel.com with ESMTP; 01 Nov 2016 05:09:55 -0700 From: Jiewen Yao To: edk2-devel@lists.01.org Cc: David Wei , Feng Tian , Star Zeng , Michael D Kinney , Liming Gao , Chao Zhang Date: Tue, 1 Nov 2016 20:09:36 +0800 Message-Id: <1478002176-15024-10-git-send-email-jiewen.yao@intel.com> X-Mailer: git-send-email 2.7.4.windows.1 In-Reply-To: <1478002176-15024-1-git-send-email-jiewen.yao@intel.com> References: <1478002176-15024-1-git-send-email-jiewen.yao@intel.com> Subject: [PATCH V7 9/9] Vlv2TbltDevicePkg/Build: Add capsule/recovery in help info. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2016 12:09:56 -0000 Cc: David Wei Cc: Feng Tian Cc: Star Zeng Cc: Michael D Kinney Cc: Liming Gao Cc: Chao Zhang Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao Reviewed-by: David Wei --- Vlv2TbltDevicePkg/Build_IFWI.bat | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Vlv2TbltDevicePkg/Build_IFWI.bat b/Vlv2TbltDevicePkg/Build_IFWI.bat index e33a3bd..0b50b79 100644 --- a/Vlv2TbltDevicePkg/Build_IFWI.bat +++ b/Vlv2TbltDevicePkg/Build_IFWI.bat @@ -169,6 +169,11 @@ echo IFWI Suffix: Suffix to append to end of IFWI filename (default: echo. echo See Stitch/Stitch_Config.txt for additional stitching settings. echo. +echo If capsule update is needed, please update CAPSULE_ENABLE = TRUE in Config.dsc. +echo If recovery is needed, please update RECOVERY_ENABLE = TRUE in Config.dsc. +echo If either of above is TRUE, please set OPENSSL_PATH in windows evironment +echo and put openssl.exe there, to generate final capsule image. +echo. set exitCode=1 :Exit -- 2.7.4.windows.1