From nobody Sun May 5 08:03:43 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.zohomail.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 1501681687625648.9772433859686; Wed, 2 Aug 2017 06:48:07 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 72DA121DF966D; Wed, 2 Aug 2017 06:45:55 -0700 (PDT) Received: from atlmailgw1.ami.com (atlmailgw1.ami.com [63.147.10.40]) (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 50EF921D491B2 for ; Wed, 2 Aug 2017 06:45:54 -0700 (PDT) Received: from atlms2.us.megatrends.com (atlms2.us.megatrends.com [172.16.96.152]) (using TLS with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by atlmailgw1.ami.com (Symantec Messaging Gateway) with SMTP id 30.07.03809.318D1895; Wed, 2 Aug 2017 09:48:04 -0400 (EDT) Received: from ATLMS1.us.megatrends.com ([fe80::8c55:daf0:ef05:5605]) by atlms2.us.megatrends.com ([fe80::29dc:a91e:ea0c:cdeb%12]) with mapi id 14.03.0123.003; Wed, 2 Aug 2017 09:48:03 -0400 X-Original-To: edk2-devel@lists.01.org X-AuditID: ac1060b2-099ff70000000ee1-67-5981d8138a30 From: Felix Poludov To: "edk2-devel@lists.01.org" Thread-Topic: [PATCH] MdePkg: Add PcdPciExpressRegionLength PCD Token Thread-Index: AdMLlX81eFs3tOGETJ+auIxES1Uwdg== Date: Wed, 2 Aug 2017 13:48:03 +0000 Message-ID: <9333E191E0D52B4999CE63A99BA663A00302B394A5@atlms1.us.megatrends.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.16.99.93] MIME-Version: 1.0 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFmpileLIzCtJLcpLzFFi42JZI5AwQ1fkRmOkwdkPzBZ7Dh1ldmD06J79 jyWAMaqB0SYxLy+/JLEkVSEltTjZVimgKLMsMblSSSEzxVbJUEmhICcxOTU3Na/EVimxoCA1 L0XJjksBA9gAlWXmKaTmJeenZOal2yp5BvvrWliYWuoaKtmFZKQqZOal5RflJpZk5ucpJOfn lQBVp6YARRUSujgznvz7z1zw26pi2sLZrA2M3026GDk4JARMJD4/1Oxi5OIQEtjOJLFh80wW COcQo8S+iyuAHE4ONgEViU1nLzCD2CIC5hKt868wgdjCAg4S5x8+YoeIu0qsenWQDcLWkzjx fjlYPQtQ76Q918BqeAUCJR4ebmUFsRkFxCS+n1oDNodZQFzi1pP5YLaEgIDEkj3nmSFsUYmX j/+xQtgKElved7JD1OdLnL6/iAlipqDEyZlPWCYwCs5CMmoWkrJZSMog4loS+7p+MEPY2hLL Fr6GsjUlZq1sYkIWX8DIvopRKLEkJzcxMye93FAvMTdTLzk/dxMjJMo37WBsuWh+iFGAg1GJ h9dsT2OkEGtiWXFlLjD4OJiVRHhZrgGFeFMSK6tSi/Lji0pzUosPMToBg2UisxQ3KIqAcR5v bGAgJQrjGJqYmZgbmRtampgbGyuJ8/o0hEcKCaQD0052ampBahHMECYOTqkGxr1q61kK77mt FrvMwWnz0XdnRITmrM47nWvsVx7f2p2VdSBmnvTLiWKb7v/snRHOueft2fr1i8NvZyzmWagW WvDOXPP2lhin7LuPFlxPE90UoSR1V/TnE7OTrS7vNof8UHx8TXyHmg9bYoBsepHEwhN7cy4F t3DsYHzr+OHNYzWrd6W3lrsabFJiKc5INNRiLipOBAAnuzSfFQMAAA== X-Content-Filtered-By: Mailman/MimeDel 2.1.22 Subject: [edk2] [PATCH] MdePkg: Add PcdPciExpressRegionLength PCD Token X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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" Add PcdPciExpressRegionLength PCD Token to MdePkg. The new token can be used in conjunction with PcdPciExpressBaseAddress PCD = token to describe PCI Express MMIO region. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Felix Polyudov --- Resending with inline patch. -- diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index d6928b3..7e55019 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -2089,6 +2089,10 @@ # @Prompt PCI Express Base Address. gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000|UINT64|0x00= 00000a + ## Length of the PCI express region. + # @Prompt PCI Express Region Length. + gEfiMdePkgTokenSpaceGuid.PcdPciExpressRegionLength|0x10000000|UINT32|0x0= 0000031 + ## Default current ISO 639-2 language: English & French. # @Prompt Default Value of LangCodes Variable. gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangCodes|"engfraengfra"|= VOID*|0x0000001c diff --git a/MdePkg/MdePkg.uni b/MdePkg/MdePkg.uni index a110e45..62df5dc 100644 --- a/MdePkg/MdePkg.uni +++ b/MdePkg/MdePkg.uni @@ -276,6 +276,10 @@ #string STR_gEfiMdePkgTokenSpaceGuid_PcdPciExpressBaseAddress_HELP #langu= age en-US "This value is used to set the base address of PCI express hierar= chy." +#string STR_gEfiMdePkgTokenSpaceGuid_PcdPciExpressRegionLength_PROMPT #la= nguage en-US "PCI Express Region Length" + +#string STR_gEfiMdePkgTokenSpaceGuid_PcdPciExpressRegionLength_HELP #lang= uage en-US "Length of the PCI express region." + #string STR_gEfiMdePkgTokenSpaceGuid_PcdUefiVariableDefaultLangCodes_PROMPT= #language en-US "Default Value of LangCodes Variable" #string STR_gEfiMdePkgTokenSpaceGuid_PcdUefiVariableDefaultLangCodes_HELP = #language en-US "Default current ISO 639-2 language: English & French." -- Please consider the environment before printing this email. The information contained in this message may be confidential and proprieta= ry to American Megatrends, Inc. This communication is intended to be read = only by the individual or entity to whom it is addressed or by their design= ee. If the reader of this message is not the intended recipient, you are on= notice that any distribution of this message, in any form, is strictly pro= hibited. Please promptly notify the sender by reply e-mail or by telephone= at 770-246-8600, and then delete or destroy all copies of the transmission. _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel