* [PATCH 0/2] Update help info for capsule/recovery
@ 2016-09-21 8:48 Jiewen Yao
2016-09-21 8:48 ` [PATCH 1/2] QuarkPlatformPkg/Readme: add capsule/recovery related content Jiewen Yao
2016-09-21 8:48 ` [PATCH 2/2] Vlv2TbltDevicePkg/Build: Add capsule/recovery in help info Jiewen Yao
0 siblings, 2 replies; 3+ messages in thread
From: Jiewen Yao @ 2016-09-21 8:48 UTC (permalink / raw)
To: edk2-devel
Those 2 patches add more help info in Quark and Vlv2(MinnowMax)
They are the successor of capsule update patch.
They are also in git@github.com:jyao1/edk2.git.
Jiewen Yao (2):
QuarkPlatformPkg/Readme: add capsule/recovery related content.
Vlv2TbltDevicePkg/Build: Add capsule/recovery in help info.
QuarkPlatformPkg/Readme.md | 13 +++++++++++++
Vlv2TbltDevicePkg/Build_IFWI.bat | 5 +++++
2 files changed, 18 insertions(+)
--
2.7.4.windows.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] QuarkPlatformPkg/Readme: add capsule/recovery related content.
2016-09-21 8:48 [PATCH 0/2] Update help info for capsule/recovery Jiewen Yao
@ 2016-09-21 8:48 ` Jiewen Yao
2016-09-21 8:48 ` [PATCH 2/2] Vlv2TbltDevicePkg/Build: Add capsule/recovery in help info Jiewen Yao
1 sibling, 0 replies; 3+ messages in thread
From: Jiewen Yao @ 2016-09-21 8:48 UTC (permalink / raw)
To: edk2-devel
Cc: Michael D Kinney, Kelly Steele, Feng Tian, Star Zeng, Liming Gao,
Chao Zhang
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Kelly Steele <kelly.steele@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
---
QuarkPlatformPkg/Readme.md | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/QuarkPlatformPkg/Readme.md b/QuarkPlatformPkg/Readme.md
index 8f5b898..416bdcf 100644
--- a/QuarkPlatformPkg/Readme.md
+++ b/QuarkPlatformPkg/Readme.md
@@ -146,6 +146,8 @@ features on the build command line using ```-D``` flags.
| ```SECURE_BOOT_ENABLE``` | FALSE | TRUE, FALSE |
| ```MEASURED_BOOT_ENABLE``` | FALSE | TRUE, FALSE |
| ```TPM_12_HARDWARE``` | NONE | NONE, LPC, ATMEL_I2C, INFINEON_I2C |
+| ```CAPSULE_ENABLE``` | FALSE | TRUE, FALSE |
+| ```RECOVERY_ENABLE``` | FALSE | TRUE, FALSE |
* ```GALILEO``` - Used to specify the type of Intel(R) Galileo board type. The
default is ```GEN2``` for the [Intel(R) Galileo Gen 2 Development Board](
@@ -199,6 +201,17 @@ features on the build command line using ```-D``` flags.
has been tested with the [CryptoShield](https://www.sparkfun.com/products/13183)
available from [SparkFun](https://www.sparkfun.com/).
+* ```CAPSULE_ENABLE``` - Used to enable/disable capsule update features.
+ The default is FALSE for disabled. Add ```-D CAPSULE_ENABLE``` to the
+ build command line to enable capsule update features.
+ If capsule update is supported, please use ```build -p QuarkPlatformPkg/QuarkCapsule.dsc```
+ to generate capsule image - BIOSCAPSULEFMPPKCS7.Cap.
+
+* ```RECOVERY_ENABLE``` - Used to enable/disable recovery features.
+ The default is FALSE for disabled. Add ```-D RECOVERY_ENABLE``` to the
+ build command line to enable recovery features.
+ If recovery is supported, please use ```build -p QuarkPlatformPkg/QuarkCapsule.dsc```
+ to generate capsule image - BIOSCAPSULEFMPRSA2048.Cap.
### **Example Build Commands**
--
2.7.4.windows.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] Vlv2TbltDevicePkg/Build: Add capsule/recovery in help info.
2016-09-21 8:48 [PATCH 0/2] Update help info for capsule/recovery Jiewen Yao
2016-09-21 8:48 ` [PATCH 1/2] QuarkPlatformPkg/Readme: add capsule/recovery related content Jiewen Yao
@ 2016-09-21 8:48 ` Jiewen Yao
1 sibling, 0 replies; 3+ messages in thread
From: Jiewen Yao @ 2016-09-21 8:48 UTC (permalink / raw)
To: edk2-devel
Cc: David Wei, Feng Tian, Star Zeng, Michael D Kinney, Liming Gao,
Chao Zhang
Cc: David Wei <david.wei@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
---
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-09-21 8:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-21 8:48 [PATCH 0/2] Update help info for capsule/recovery Jiewen Yao
2016-09-21 8:48 ` [PATCH 1/2] QuarkPlatformPkg/Readme: add capsule/recovery related content Jiewen Yao
2016-09-21 8:48 ` [PATCH 2/2] Vlv2TbltDevicePkg/Build: Add capsule/recovery in help info Jiewen Yao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox