diff options
author | Jiewen Yao <jiewen.yao@intel.com> | 2017-03-09 10:30:14 +0800 |
---|---|---|
committer | Jiewen Yao <jiewen.yao@intel.com> | 2017-03-10 10:44:14 +0800 |
commit | 55ce319c48e97d8051ae7e43abdd608afab6584d (patch) | |
tree | 33fd293a0d6175fb79fa2509f9914ad9c02af6a9 /SignedCapsulePkg | |
parent | 22e8cd18928efa0d80fc15cbdfb490135b43821b (diff) | |
download | edk2-55ce319c48e97d8051ae7e43abdd608afab6584d.tar.gz edk2-55ce319c48e97d8051ae7e43abdd608afab6584d.tar.bz2 edk2-55ce319c48e97d8051ae7e43abdd608afab6584d.zip |
SignedCapsulePkg: Add Readme.md
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'SignedCapsulePkg')
-rw-r--r-- | SignedCapsulePkg/Readme.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/SignedCapsulePkg/Readme.md b/SignedCapsulePkg/Readme.md new file mode 100644 index 0000000000..67c78edfb4 --- /dev/null +++ b/SignedCapsulePkg/Readme.md @@ -0,0 +1,11 @@ +# SignedCapsulePkg + +This package provides a signed capsule solution in EDKII to support a secure capsule update and recovery solution. + +Source Repository: https://github.com/tianocore/edk2/tree/master/SignedCapsulePkg + +A whitepaper to describe the capsule design: https://github.com/tianocore-docs/Docs/raw/master/White_Papers/A_Tour_Beyond_BIOS_Capsule_Update_and_Recovery_in_EDK_II.pdf + +Wiki pages to provides more detail on how to enable: https://github.com/tianocore/tianocore.github.io/wiki/Capsule-Based-Firmware-Update-and-Firmware-Recovery + + |