From nobody Thu May 2 06:43:53 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Authentication-Results: mx.zoho.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org; Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1489026944674325.1194103187163; Wed, 8 Mar 2017 18:35:44 -0800 (PST) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 9278E8038A; Wed, 8 Mar 2017 18:35:43 -0800 (PST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 39A0780387 for ; Wed, 8 Mar 2017 18:35:42 -0800 (PST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Mar 2017 18:35:41 -0800 Received: from jyao1-mobl.ccr.corp.intel.com ([10.239.192.112]) by orsmga002.jf.intel.com with ESMTP; 08 Mar 2017 18:35:37 -0800 X-Original-To: edk2-devel@lists.01.org X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,266,1486454400"; d="scan'208";a="57930104" From: Jiewen Yao To: edk2-devel@lists.01.org Date: Thu, 9 Mar 2017 10:35:34 +0800 Message-Id: <1489026934-8208-1-git-send-email-jiewen.yao@intel.com> X-Mailer: git-send-email 2.7.4.windows.1 Subject: [edk2] [PATCH] SignedCapsulePkg: Add Readme.md 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: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao --- SignedCapsulePkg/Readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/SignedCapsulePkg/Readme.md b/SignedCapsulePkg/Readme.md new file mode 100644 index 0000000..67c78ed --- /dev/null +++ b/SignedCapsulePkg/Readme.md @@ -0,0 +1,11 @@ +# SignedCapsulePkg + +This package provides a signed capsule solution in EDKII to support a secu= re capsule update and recovery solution. + +Source Repository: https://github.com/tianocore/edk2/tree/master/SignedCap= sulePkg=20 + +A whitepaper to describe the capsule design: https://github.com/tianocore-= docs/Docs/raw/master/White_Papers/A_Tour_Beyond_BIOS_Capsule_Update_and_Rec= overy_in_EDK_II.pdf + +Wiki pages to provides more detail on how to enable: https://github.com/ti= anocore/tianocore.github.io/wiki/Capsule-Based-Firmware-Update-and-Firmware= -Recovery + + --=20 2.7.4.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel