From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 6EA799413C5 for ; Fri, 22 Dec 2023 08:11:35 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=2KHpeORVdnjgw0iHyv51/DCXLa2rFMLasAB4x3rSKVM=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1703232694; v=1; b=B3ATdd37/BxemZYuVYAjVllBAE+6q65pwV+m/lS/vG82qkpM2hEo5mwr0QoxSPCznfGxNZGp /GraMEKomm6UT//5b6xKUvqvjnGT6Z2Ufr7SW45EyvkcpBkfzHO2prOG0ESQ1mpg2Btv6ACQYwR JOR7DhJfXkie2EzCROnro1Gs= X-Received: by 127.0.0.2 with SMTP id 2IRnYY7687511xOA9TZcj1BS; Fri, 22 Dec 2023 00:11:34 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.7]) by mx.groups.io with SMTP id smtpd.web11.19183.1703232693096784046 for ; Fri, 22 Dec 2023 00:11:33 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10931"; a="17660241" X-IronPort-AV: E=Sophos;i="6.04,294,1695711600"; d="scan'208";a="17660241" X-Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmvoesa101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2023 00:11:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10931"; a="776980541" X-IronPort-AV: E=Sophos;i="6.04,294,1695711600"; d="scan'208";a="776980541" X-Received: from srenx-mobl1.ccr.corp.intel.com ([10.239.216.131]) by orsmga002.jf.intel.com with ESMTP; 22 Dec 2023 00:11:30 -0800 From: "Ren, Suqiang" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Zhiguang Liu , Yi Li Subject: [edk2-devel] [PATCH 1/1] MdePkg: Update the definition of CapsuleImageSize on EFI_CAPSULE_HEADER Date: Fri, 22 Dec 2023 16:11:19 +0800 Message-Id: <366dc69892324a192a0018e36a48bc3e6ed017c8.1703232567.git.suqiangx.ren@intel.com> In-Reply-To: References: MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,suqiangx.ren@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: hcKif6Cchw1ppXJWcK1Ik87cx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=B3ATdd37; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Add the description of CapsuleImageSize to align with UEFI spec 2.10. REF: UEFI spec 2.10 Table 8.5.3.1 Signed-off-by: RenSuqiang Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Yi Li --- MdePkg/Include/Uefi/UefiSpec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Include/Uefi/UefiSpec.h b/MdePkg/Include/Uefi/UefiSpec.h index 5de00e8ea2af..ad80afbe3499 100644 --- a/MdePkg/Include/Uefi/UefiSpec.h +++ b/MdePkg/Include/Uefi/UefiSpec.h @@ -1663,7 +1663,7 @@ typedef struct { /// UINT32 Flags; /// - /// Size in bytes of the capsule. + /// Size in bytes of the capsule (including capsule header). /// UINT32 CapsuleImageSize; } EFI_CAPSULE_HEADER; -- 2.26.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112839): https://edk2.groups.io/g/devel/message/112839 Mute This Topic: https://groups.io/mt/103315328/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-