From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.126; helo=mga18.intel.com; envelope-from=yonghong.zhu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) (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 3EFFE21148EA3 for ; Mon, 4 Jun 2018 22:36:53 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jun 2018 22:36:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,477,1520924400"; d="scan'208";a="234702028" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga006.fm.intel.com with ESMTP; 04 Jun 2018 22:36:52 -0700 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 4 Jun 2018 22:36:52 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 4 Jun 2018 22:36:51 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.51]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.116]) with mapi id 14.03.0319.002; Tue, 5 Jun 2018 13:36:46 +0800 From: "Zhu, Yonghong" To: "Gao, Liming" , "edk2-devel@lists.01.org" Thread-Topic: [Patch] FDF spec: Correct the example with SET statement in [FD] section Thread-Index: AQHT++WtOEhgbnMxXESkinAt4jWr96RRJfPA Date: Tue, 5 Jun 2018 05:36:45 +0000 Message-ID: References: <1528104144-3496-1-git-send-email-liming.gao@intel.com> In-Reply-To: <1528104144-3496-1-git-send-email-liming.gao@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch] FDF spec: Correct the example with SET statement in [FD] section X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 05:36:53 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Yonghong Zhu =20 Best Regards, Zhu Yonghong -----Original Message----- From: Gao, Liming=20 Sent: Monday, June 04, 2018 5:22 PM To: edk2-devel@lists.01.org Cc: Sean Brogan ; Zhu, Yonghong Subject: [Patch] FDF spec: Correct the example with SET statement in [FD] s= ection Region base address needs to add FD base address as the final value. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao Cc: Sean Brogan Cc: Yonghong Zhu --- 2_fdf_design_discussion/24_[fd]_sections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2_fdf_design_discussion/24_[fd]_sections.md b/2_fdf_design_dis= cussion/24_[fd]_sections.md index d55b793..04053a0 100644 --- a/2_fdf_design_discussion/24_[fd]_sections.md +++ b/2_fdf_design_discussion/24_[fd]_sections.md @@ -212,7 +212,7 @@ gEfiMyTokenSpaceGuid.PcdFlashFvMainBaseAddress | gEfiMy= TokenSpaceGuid.PcdFlashFv FV =3D FvMain =20 0x000000|0x0C0000 -SET gEfiMyTokenSpaceGuid.PcdFlashFvMainBaseAddress =3D 0x000000 +SET gEfiMyTokenSpaceGuid.PcdFlashFvMainBaseAddress =3D 0x000000 +=20 +$(BaseAddress) SET gEfiMyTokenSpaceGuid.PcdFlashFvMainSize =3D 0x0C0000 FV =3D FvMain ``` -- 2.8.0.windows.1